Amazon Linux AMI update for nodejs



Risk Medium
Patch available YES
Number of vulnerabilities 3
CVE-ID CVE-2023-38552
CVE-2023-39333
CVE-2023-45143
CWE-ID CWE-354
CWE-94
CWE-200
Exploitation vector Network
Public exploit N/A
Vulnerable software
Amazon Linux AMI
Operating systems & Components / Operating system

nodejs
Operating systems & Components / Operating system package or component

Vendor Amazon Web Services

Security Bulletin

This security bulletin contains information about 3 vulnerabilities.

1) Improper validation of integrity check value

EUVDB-ID: #VU82069

Risk: Medium

CVSSv4.0: 1.3 [CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:U/U:Green]

CVE-ID: CVE-2023-38552

CWE-ID: CWE-354 - Improper Validation of Integrity Check Value

Exploit availability: No

Description

The vulnerability allows a remote attacker to bypass implemented security restrictions.

The vulnerability exists due to an error in the policy feature, which checks the integrity of a resource against a trusted manifest. An application can intercept the operation and return a forged checksum to node's policy implementation, thus effectively disabling the integrity check.

Mitigation

Update the affected packages:

aarch64:
    nodejs-debuginfo-18.18.2-1.amzn2023.0.1.aarch64
    nodejs-full-i18n-18.18.2-1.amzn2023.0.1.aarch64
    v8-10.2-devel-10.2.154.26-1.18.18.2.1.amzn2023.0.1.aarch64
    nodejs-libs-debuginfo-18.18.2-1.amzn2023.0.1.aarch64
    nodejs-devel-18.18.2-1.amzn2023.0.1.aarch64
    nodejs-libs-18.18.2-1.amzn2023.0.1.aarch64
    nodejs-18.18.2-1.amzn2023.0.1.aarch64
    nodejs-npm-9.8.1-1.18.18.2.1.amzn2023.0.1.aarch64
    nodejs-debugsource-18.18.2-1.amzn2023.0.1.aarch64

noarch:
    nodejs-docs-18.18.2-1.amzn2023.0.1.noarch

src:
    nodejs-18.18.2-1.amzn2023.0.1.src

x86_64:
    nodejs-libs-debuginfo-18.18.2-1.amzn2023.0.1.x86_64
    v8-10.2-devel-10.2.154.26-1.18.18.2.1.amzn2023.0.1.x86_64
    nodejs-debuginfo-18.18.2-1.amzn2023.0.1.x86_64
    nodejs-full-i18n-18.18.2-1.amzn2023.0.1.x86_64
    nodejs-devel-18.18.2-1.amzn2023.0.1.x86_64
    nodejs-libs-18.18.2-1.amzn2023.0.1.x86_64
    nodejs-18.18.2-1.amzn2023.0.1.x86_64
    nodejs-npm-9.8.1-1.18.18.2.1.amzn2023.0.1.x86_64
    nodejs-debugsource-18.18.2-1.amzn2023.0.1.x86_64

Vulnerable software versions

Amazon Linux AMI: All versions

nodejs: before 18.18.2-1

CPE2.3 External links

https://alas.aws.amazon.com/AL2023/ALAS-2023-412.html


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote authenticated user via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

2) Code Injection

EUVDB-ID: #VU82070

Risk: Low

CVSSv4.0: 0.6 [CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear]

CVE-ID: CVE-2023-39333

CWE-ID: CWE-94 - Improper Control of Generation of Code ('Code Injection')

Exploit availability: No

Description

The vulnerability allows a remote attacker to execute arbitrary JavaScript code.

The vulnerability exists due to improper input validation in an imported WebAssembly module when processing export names. A remote attacker can pass specially crafted export names to the application and execute arbitrary JavaScript code on the system.

Mitigation

Update the affected packages:

aarch64:
    nodejs-debuginfo-18.18.2-1.amzn2023.0.1.aarch64
    nodejs-full-i18n-18.18.2-1.amzn2023.0.1.aarch64
    v8-10.2-devel-10.2.154.26-1.18.18.2.1.amzn2023.0.1.aarch64
    nodejs-libs-debuginfo-18.18.2-1.amzn2023.0.1.aarch64
    nodejs-devel-18.18.2-1.amzn2023.0.1.aarch64
    nodejs-libs-18.18.2-1.amzn2023.0.1.aarch64
    nodejs-18.18.2-1.amzn2023.0.1.aarch64
    nodejs-npm-9.8.1-1.18.18.2.1.amzn2023.0.1.aarch64
    nodejs-debugsource-18.18.2-1.amzn2023.0.1.aarch64

noarch:
    nodejs-docs-18.18.2-1.amzn2023.0.1.noarch

src:
    nodejs-18.18.2-1.amzn2023.0.1.src

x86_64:
    nodejs-libs-debuginfo-18.18.2-1.amzn2023.0.1.x86_64
    v8-10.2-devel-10.2.154.26-1.18.18.2.1.amzn2023.0.1.x86_64
    nodejs-debuginfo-18.18.2-1.amzn2023.0.1.x86_64
    nodejs-full-i18n-18.18.2-1.amzn2023.0.1.x86_64
    nodejs-devel-18.18.2-1.amzn2023.0.1.x86_64
    nodejs-libs-18.18.2-1.amzn2023.0.1.x86_64
    nodejs-18.18.2-1.amzn2023.0.1.x86_64
    nodejs-npm-9.8.1-1.18.18.2.1.amzn2023.0.1.x86_64
    nodejs-debugsource-18.18.2-1.amzn2023.0.1.x86_64

Vulnerable software versions

Amazon Linux AMI: All versions

nodejs: before 18.18.2-1

CPE2.3 External links

https://alas.aws.amazon.com/AL2023/ALAS-2023-412.html


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote authenticated user via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

3) Information disclosure

EUVDB-ID: #VU82066

Risk: Medium

CVSSv4.0: 2.7 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/U:Green]

CVE-ID: CVE-2023-45143

CWE-ID: CWE-200 - Information exposure

Exploit availability: No

Description

The vulnerability allows a remote attacker to gain access to potentially sensitive information.

The vulnerability exists due to software send Cookies in HTTP headers during cross-origin redirects. A remote attacker can gain unauthorized access to sensitive information.

Mitigation

Update the affected packages:

aarch64:
    nodejs-debuginfo-18.18.2-1.amzn2023.0.1.aarch64
    nodejs-full-i18n-18.18.2-1.amzn2023.0.1.aarch64
    v8-10.2-devel-10.2.154.26-1.18.18.2.1.amzn2023.0.1.aarch64
    nodejs-libs-debuginfo-18.18.2-1.amzn2023.0.1.aarch64
    nodejs-devel-18.18.2-1.amzn2023.0.1.aarch64
    nodejs-libs-18.18.2-1.amzn2023.0.1.aarch64
    nodejs-18.18.2-1.amzn2023.0.1.aarch64
    nodejs-npm-9.8.1-1.18.18.2.1.amzn2023.0.1.aarch64
    nodejs-debugsource-18.18.2-1.amzn2023.0.1.aarch64

noarch:
    nodejs-docs-18.18.2-1.amzn2023.0.1.noarch

src:
    nodejs-18.18.2-1.amzn2023.0.1.src

x86_64:
    nodejs-libs-debuginfo-18.18.2-1.amzn2023.0.1.x86_64
    v8-10.2-devel-10.2.154.26-1.18.18.2.1.amzn2023.0.1.x86_64
    nodejs-debuginfo-18.18.2-1.amzn2023.0.1.x86_64
    nodejs-full-i18n-18.18.2-1.amzn2023.0.1.x86_64
    nodejs-devel-18.18.2-1.amzn2023.0.1.x86_64
    nodejs-libs-18.18.2-1.amzn2023.0.1.x86_64
    nodejs-18.18.2-1.amzn2023.0.1.x86_64
    nodejs-npm-9.8.1-1.18.18.2.1.amzn2023.0.1.x86_64
    nodejs-debugsource-18.18.2-1.amzn2023.0.1.x86_64

Vulnerable software versions

Amazon Linux AMI: All versions

nodejs: before 18.18.2-1

CPE2.3 External links

https://alas.aws.amazon.com/AL2023/ALAS-2023-412.html


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.



###SIDEBAR###