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


Threat Intelligence

EPSS
0.47% (64th 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-CENTOS7-FIREFOX-6852308
  • published15 May 2024
  • disclosed4 Mar 2024

Introduced: 4 Mar 2024

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

Amendment

The Centos security team deemed this advisory irrelevant for Centos:7.

NVD Description

Note: Versions mentioned in the description apply only to the upstream firefox package and not the firefox package as distributed by Centos.

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.