The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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 applicationsUpgrade RHEL:9
eap7-jboss-server-migration
to version 0:1.10.0-39.Final_redhat_00039.1.el9eap or higher.
This issue was patched in RHSA-2024:8077
.
Note: Versions mentioned in the description apply only to the upstream eap7-jboss-server-migration
package and not the eap7-jboss-server-migration
package as distributed by RHEL
.
See How to fix?
for RHEL:9
relevant fixed versions and status.
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.