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 github.com/traefik/traefik/v2/pkg/server to version 2.11.48 or higher.
github.com/traefik/traefik/v2/pkg/server is a server package for traefik, a cloud native edge router.
Affected versions of this package are vulnerable to Authentication Bypass Using an Alternate Path or Channel in the SNICheck process. An attacker can gain unauthorized access to protected backends by completing a TLS handshake using a permissive SNI and then sending an HTTP Host header that targets a backend protected by stricter mutual TLS options. This is only exploitable if a wildcard router is configured with stricter TLS options and another permissive SNI is served on the same entrypoint, allowing the attacker to mismatch the SNI and HTTP Host header.
This vulnerability can be mitigated by avoiding wildcard router TLSOptions for mTLS access control, enumerating exact protected hostnames instead of using wildcard Host rules, enforcing mTLS in the default TLS options, avoiding mixing permissive and mTLS-protected hosts on the same entrypoint, or blocking domain-fronted requests at another layer.