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 applicationsLearn about HTTP Response Splitting vulnerabilities in an interactive lesson.
Start learningUpgrade hyper
to versions 0.9.18, 0.10.2 or higher.
hyper is a fast and correct HTTP implementation for Rust.
Affected versions of this package are vulnerable to HTTP Response Splitting. Serializing of headers to the socket did not filter the values for newline bytes which allowed for header values to split a request or response.
This issue was fixed by replacing all newline characters with a space during serialization of a header value.