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/psr7 to version 2.12.1 or higher.
Affected versions of this package are vulnerable to CRLF Injection in the start-line serialization of the Message class (toString, parseRequest, and parseResponse). An attacker can inject header lines and split or smuggle HTTP messages by placing CR or LF characters into the request method, protocol version, or response reason phrase, which are not rejected before the message is serialized as raw HTTP/1.x. Exploitation requires attacker-controlled data to reach one of these start-line fields and the serialized message to be processed by a downstream HTTP component, so standard client usage is unaffected while custom transports and manual serialization are.