Risk | Medium |
Patch available | YES |
Number of vulnerabilities | 4 |
CVE-ID | CVE-2024-27982 CVE-2024-27983 CVE-2024-30260 CVE-2024-30261 |
CWE-ID | CWE-444 CWE-617 CWE-200 CWE-345 |
Exploitation vector | Network |
Public exploit | Public exploit code for vulnerability #2 is available. |
Vulnerable software |
openEuler Operating systems & Components / Operating system nodejs-docs Operating systems & Components / Operating system package or component v8-devel Operating systems & Components / Operating system package or component npm Operating systems & Components / Operating system package or component nodejs-libs Operating systems & Components / Operating system package or component nodejs-full-i18n Operating systems & Components / Operating system package or component nodejs-devel Operating systems & Components / Operating system package or component nodejs-debugsource Operating systems & Components / Operating system package or component nodejs-debuginfo Operating systems & Components / Operating system package or component nodejs Operating systems & Components / Operating system package or component |
Vendor | openEuler |
Security Bulletin
This security bulletin contains information about 4 vulnerabilities.
EUVDB-ID: #VU88176
Risk: Medium
CVSSv4.0: 1.2 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/U:Green]
CVE-ID: CVE-2024-27982
CWE-ID:
CWE-444 - Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling')
Exploit availability: No
DescriptionThe vulnerability allows a remote attacker to perform HTTP request smuggling attacks.
The vulnerability exists due to improper validation of HTTP requests. A remote attacker can send a specially crafted HTTP request to the server and smuggle arbitrary HTTP headers.
Successful exploitation of vulnerability may allow an attacker to poison HTTP cache and perform phishing attacks.
MitigationInstall updates from vendor's repository.
Vulnerable software versionsopenEuler: 24.03 LTS
nodejs-docs: before 20.12.1-1
v8-devel: before 11.3.244.8-1.20.12.1.1
npm: before 10.5.0-1.20.12.1.1
nodejs-libs: before 20.12.1-1
nodejs-full-i18n: before 20.12.1-1
nodejs-devel: before 20.12.1-1
nodejs-debugsource: before 20.12.1-1
nodejs-debuginfo: before 20.12.1-1
nodejs: before 20.12.1-1
CPE2.3https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2024-2174
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.
EUVDB-ID: #VU88175
Risk: Medium
CVSSv4.0: 7.7 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P/U:Green]
CVE-ID: CVE-2024-27983
CWE-ID:
CWE-617 - Reachable Assertion
Exploit availability: Yes
DescriptionThe vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to a reachable assertion when handling HTTP/2 packets. A remote attacker can send a small amount of HTTP/2 frames packets with a few HTTP/2 frames inside and perform a denial of service (DoS) attack.
Install updates from vendor's repository.
Vulnerable software versionsopenEuler: 24.03 LTS
nodejs-docs: before 20.12.1-1
v8-devel: before 11.3.244.8-1.20.12.1.1
npm: before 10.5.0-1.20.12.1.1
nodejs-libs: before 20.12.1-1
nodejs-full-i18n: before 20.12.1-1
nodejs-devel: before 20.12.1-1
nodejs-debugsource: before 20.12.1-1
nodejs-debuginfo: before 20.12.1-1
nodejs: before 20.12.1-1
CPE2.3https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2024-2174
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. However, proof of concept for this vulnerability is available.
EUVDB-ID: #VU88177
Risk: Low
CVSSv4.0: 1.7 [CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear]
CVE-ID: CVE-2024-30260
CWE-ID:
CWE-200 - Information exposure
Exploit availability: No
DescriptionThe vulnerability allows a remote attacker to gain access to potentially sensitive information.
The vulnerability exists due to the application clears Authorization and Proxy-Authorization headers during cross-origin redirects for the fetch() method, however does not clear them for the undici.request() method, which can leak sensitive information to an unauthorized party.
Install updates from vendor's repository.
Vulnerable software versionsopenEuler: 24.03 LTS
nodejs-docs: before 20.12.1-1
v8-devel: before 11.3.244.8-1.20.12.1.1
npm: before 10.5.0-1.20.12.1.1
nodejs-libs: before 20.12.1-1
nodejs-full-i18n: before 20.12.1-1
nodejs-devel: before 20.12.1-1
nodejs-debugsource: before 20.12.1-1
nodejs-debuginfo: before 20.12.1-1
nodejs: before 20.12.1-1
CPE2.3https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2024-2174
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.
EUVDB-ID: #VU88178
Risk: Medium
CVSSv4.0: 2.7 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/U:Green]
CVE-ID: CVE-2024-30261
CWE-ID:
CWE-345 - Insufficient Verification of Data Authenticity
Exploit availability: No
DescriptionThe vulnerability allows a remote attacker to perform spoofing attack.
The vulnerability exists due to the application does not verify authenticity of data. A remote attacker can alter the "integrity" option passed to fetch(), allowing fetch() to accept requests as valid even if they have been tampered.
MitigationInstall updates from vendor's repository.
Vulnerable software versionsopenEuler: 24.03 LTS
nodejs-docs: before 20.12.1-1
v8-devel: before 11.3.244.8-1.20.12.1.1
npm: before 10.5.0-1.20.12.1.1
nodejs-libs: before 20.12.1-1
nodejs-full-i18n: before 20.12.1-1
nodejs-devel: before 20.12.1-1
nodejs-debugsource: before 20.12.1-1
nodejs-debuginfo: before 20.12.1-1
nodejs: before 20.12.1-1
CPE2.3https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2024-2174
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.