First published: Tue Mar 19 2024(Updated: )
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.
Credit: support@hackerone.com
Affected Software | Affected Version | How to fix |
---|---|---|
IBM Cognos Analytics | <=12.0.0-12.0.3 | |
IBM Cognos Analytics | <=11.2.0-11.2.4 FP3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-22025 has a high severity rating as it allows for Denial of Service (DoS) through resource exhaustion.
To fix CVE-2024-22025, apply the latest patches provided by IBM for affected versions of Cognos Analytics.
CVE-2024-22025 affects IBM Cognos Analytics versions 11.2.0 to 11.2.4 FP3 and 12.0.0 to 12.0.3.
CVE-2024-22025 enables a Denial of Service (DoS) attack through resource exhaustion when using the fetch() function.
The fetch() function in Node.js is involved in CVE-2024-22025, as it improperly handles Brotli decoding from untrusted URLs.