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 6.5.8, 7.4.5 or higher.
Affected versions of this package are vulnerable to Information Exposure. When Curl
handler is in use, the Authorization
header can be included in a request that was redirected to a URI with a different origin. By exploiting this vulnerability it is possible to expose these headers to the URI that the request is being redirected towards.
If you do not require or expect redirects to be followed, one should simply disable redirects altogether. Alternatively, one can specify to use the Guzzle
stream handler backend, rather than curl.