Excessive Platform Resource Consumption within a Loop The advisory has been revoked - it doesn't affect any version of package nodejs-webpack.src  (opens in a new tab)


Threat Intelligence

EPSS
0.2% (43rd percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-RHEL10-NODEJSWEBPACKSRC-15053284
  • published22 Jan 2026
  • disclosed4 Mar 2024

Introduced: 4 Mar 2024

CVE-2024-4068  (opens in a new tab)
CWE-1050  (opens in a new tab)

Amendment

The Red Hat security team deemed this advisory irrelevant for RHEL:10.

NVD Description

Note: Versions mentioned in the description apply only to the upstream nodejs-webpack.src package and not the nodejs-webpack.src package as distributed by RHEL.

The NPM package braces, versions prior to 3.0.3, fails to limit the number of characters it can handle, which could lead to Memory Exhaustion. In lib/parse.js, if a malicious user sends "imbalanced braces" as input, the parsing will enter a loop, which will cause the program to start allocating heap memory without freeing it at any moment of the loop. Eventually, the JavaScript heap limit is reached, and the program will crash.