Uncontrolled resource consumption in braces
High severity
GitHub Reviewed
Published
May 14, 2024
to the GitHub Advisory Database
•
Updated Jul 5, 2024
Description
Published by the National Vulnerability Database
May 14, 2024
Published to the GitHub Advisory Database
May 14, 2024
Reviewed
Jun 10, 2024
Last updated
Jul 5, 2024
The NPM package
braces
fails to limit the number of characters it can handle, which could lead to Memory Exhaustion. Inlib/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.References