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 Missing Authentication for Critical Function vulnerabilities in an interactive lesson.
Start learningUpgrade github.com/zalando/skipper/routesrv to version 0.27.13 or higher.
Affected versions of this package are vulnerable to Missing Authentication for Critical Function via the New HTTP server setup in routesrv/routesrv.go and the /routes, /routes/{zone}, /swarm/redis/shards, and /swarm/valkey/shards handlers. An attacker can read cluster-wide route topology and cache shard addresses by sending plain HTTP requests to the routesrv service from any reachable pod. This exposes internal backend URLs, filter-chain details, and Redis/Valkey infrastructure data, enabling targeted reconnaissance and direct attacks against shared cluster services.
Workarounds
NetworkPolicy rules that restrict ingress to routesrv to only the data-plane skipper pod selectors, so unrelated pods cannot reach the unauthenticated /routes, /routes/{zone}, /swarm/redis/shards, and /swarm/valkey/shards endpoints.-enable-mtls and configuring the CA inputs for routesrv, so only clients presenting a trusted certificate can connect to the service.