OESA-2024-2175

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2024-2175
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2024-2175.json
JSON Data
https://api.test.osv.dev/v1/vulns/OESA-2024-2175
Upstream
Published
2024-09-27T11:09:12Z
Modified
2025-08-12T05:39:39.048727Z
Summary
nodejs security update
Details

Node.js is an open-source, cross-platform, JavaScript runtime environment, it executes JavaScript code outside of a browser.

Security Fix(es):

Node.js versions which bundle an unpatched version of OpenSSL or run against a dynamically linked version of OpenSSL which are unpatched are vulnerable to the Marvin Attack - https://people.redhat.com/~hkario/marvin/, if PCKS #1 v1.5 padding is allowed when performing RSA descryption using a private key.(CVE-2023-46809)

A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits.(CVE-2024-22019)

A vulnerability in Node.js has been identified, allowing for a Denial of Service (DoS) attack through resource exhaustion when using the fetch() function to retrieve content from an untrusted URL. The vulnerability stems from the fact that the fetch() function in Node.js always decodes Brotli, making it possible for an attacker to cause resource exhaustion when fetching content from an untrusted URL. An attacker controlling the URL passed into fetch() can exploit this vulnerability to exhaust memory, potentially leading to process termination, depending on the system configuration.(CVE-2024-22025)

The team has identified a critical vulnerability in the http server of the most recent version of Node, where malformed headers can lead to HTTP request smuggling. Specifically, if a space is placed before a content-length header, it is not interpreted correctly, enabling attackers to smuggle in a second request within the body of the first.(CVE-2024-27982)

An attacker can make the Node.js HTTP/2 server completely unavailable by sending a small amount of HTTP/2 frames packets with a few HTTP/2 frames inside. It is possible to leave some data in nghttp2 memory after reset when headers with HTTP/2 CONTINUATION frame are sent to the server and then a TCP connection is abruptly closed by the client triggering the Http2Session destructor while header frames are still being processed (and stored in memory) causing a race condition.(CVE-2024-27983)

Database specific
{
    "severity": "High"
}
References

Affected packages

openEuler:22.03-LTS-SP4 / nodejs

Package

Name
nodejs
Purl
pkg:rpm/openEuler/nodejs&distro=openEuler-22.03-LTS-SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
12.22.11-10.oe2203sp4

Ecosystem specific

{
    "aarch64": [
        "nodejs-12.22.11-10.oe2203sp4.aarch64.rpm",
        "nodejs-debuginfo-12.22.11-10.oe2203sp4.aarch64.rpm",
        "nodejs-debugsource-12.22.11-10.oe2203sp4.aarch64.rpm",
        "nodejs-devel-12.22.11-10.oe2203sp4.aarch64.rpm",
        "nodejs-full-i18n-12.22.11-10.oe2203sp4.aarch64.rpm",
        "nodejs-libs-12.22.11-10.oe2203sp4.aarch64.rpm",
        "npm-6.14.16-1.12.22.11.10.oe2203sp4.aarch64.rpm",
        "v8-devel-7.8.279.23-1.12.22.11.10.oe2203sp4.aarch64.rpm"
    ],
    "noarch": [
        "nodejs-docs-12.22.11-10.oe2203sp4.noarch.rpm"
    ],
    "x86_64": [
        "nodejs-12.22.11-10.oe2203sp4.x86_64.rpm",
        "nodejs-debuginfo-12.22.11-10.oe2203sp4.x86_64.rpm",
        "nodejs-debugsource-12.22.11-10.oe2203sp4.x86_64.rpm",
        "nodejs-devel-12.22.11-10.oe2203sp4.x86_64.rpm",
        "nodejs-full-i18n-12.22.11-10.oe2203sp4.x86_64.rpm",
        "nodejs-libs-12.22.11-10.oe2203sp4.x86_64.rpm",
        "npm-6.14.16-1.12.22.11.10.oe2203sp4.x86_64.rpm",
        "v8-devel-7.8.279.23-1.12.22.11.10.oe2203sp4.x86_64.rpm"
    ],
    "src": [
        "nodejs-12.22.11-10.oe2203sp4.src.rpm"
    ]
}