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 haproxy
to version v3.2-dev10 or higher.
Affected versions of this package are vulnerable to Comparison Using Wrong Factors due to improper back-reference replacement length check in sample_conv_regsub
. An attacker can trigger this by sending a crafted input that causes a pre-configured rule to replace multiple short patterns with larger ones, leading to a buffer overflow that could crash the service.
The flaw occurs because the validation for the replacement size is calculated against the final output buffer for each match, rather than the intermediate temporary buffer, allowing the cumulative size of multiple replacements to exceed the temporary buffer's capacity.