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 Debian:14 golang-github-grpc-ecosystem-grpc-gateway to version 2.30.0-1 or higher.
Note: Versions mentioned in the description apply only to the upstream golang-github-grpc-ecosystem-grpc-gateway package and not the golang-github-grpc-ecosystem-grpc-gateway package as distributed by Debian.
See How to fix? for Debian:14 relevant fixed versions and status.
grpc-gateway v2.28.0 is vulnerable to Incorrect Access Control. The application processes the X-HTTP-Method-Override header in ServeMux.ServeHTTP without restricting allowed methods. When a POST request with Content-Type application/x-www-form-urlencoded includes this header, the request method is rewritten to an arbitrary attacker-supplied value before routing. This allows bypassing method-based access controls enforced by upstream proxies or WAFs.