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 apache/brpc
to version 1.8.0 or higher.
Affected versions of this package are vulnerable to HTTP Request Smuggling due to the http_parser
not complying with the RFC-7230 HTTP 1.1 specification. An attacker can smuggle a request into the connection to the backend server by sending a message with both a Transfer-Encoding and a Content-Length header field, indicating an attempt to perform request smuggling or response splitting.
Note:
This is particularly exploitable when a server on the backend, made with bRPC, receives requests in one persistent connection from a frontend server that uses TE to parse requests with the logic that 'chunk' is contained in the TE field.