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 grpc
to version 1.52.2, 1.53.1, 1.54.2 or higher.
Affected versions of this package are vulnerable to Reachable Assertion causing an abort()
to be called in gRPC. The following headers cause gRPC's C++ implementation to abort()
when called via http2:te: x (x != trailers):scheme: x (x != http, https)grpclb_client_stats: x (x == anything)
. On top of sending one of those headers, a later header must be sent that gets the total header size past 8KB.