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 Improper Removal of Sensitive Information Before Storage or Transfer via the RedirectMiddleware process. An attacker can access sensitive information included in URI fragments by controlling the redirect destination and inspecting the Referer header sent during a same-scheme redirect. This is only exploitable if the allow_redirects.referer option is enabled, a request is made to a URI containing a sensitive fragment, and a same-scheme redirect is followed to a less-trusted destination.
This vulnerability can be mitigated by disabling automatic Referer generation (it is off by default), explicitly setting the referer option to false in redirect options, disabling automatic redirects and following trusted destinations manually, or removing the fragment from the request URI before sending requests that may redirect.