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 applicationsThere is no fixed version for Echo:latest jetty9.
Note: Versions mentioned in the description apply only to the upstream jetty9 package and not the jetty9 package as distributed by Echo.
See How to fix? for Echo:latest relevant fixed versions and status.
In Eclipse Jetty, for HTTP/1, HTTP/2 and HTTP/3 requests, there is no strict check that the request authority (host and port) matches what provided in the Host header (if present).
This was not enforced in earlier HTTP RFC (for example, in RFC 2616), but it is in the latest RFC (9110 and 9112).
This mismatch can cause a number of problems that may be classified as vulnerabilities such as:
URI constructions (for example, for redirects -- this is typical for login pages)
Virtual host selection
Reverse proxying
Misleading logs
Etc.
Given that the latest RFCs require that request authority and Host header must match, Jetty should enforce this invariant.