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 guzzlehttp/guzzle to version 7.15.1 or higher.
Affected versions of this package are vulnerable to Improperly Controlled Sequential Memory Allocation via the CookieJar process. An attacker can exhaust system memory and cause service disruption by sending a large number of oversized Set-Cookie headers in responses, which are then stored and included in subsequent requests without proper limits. This can lead to increased memory usage, processing delays, and potential request failures when header size limits are exceeded in downstream systems. This is only exploitable if built-in cookie support is enabled, attacker-controlled responses are received, and the same jar is retained or reused.
This vulnerability can be mitigated by not enabling a shared built-in cookie jar for requests to untrusted origins, using separate jars per host or trust boundary, disabling cookie handling for untrusted requests, discarding or clearing a jar after receiving an untrusted response, or providing a custom CookieJarInterface implementation that enforces suitable limits.