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 envoyproxy/envoy
to version 1.18.6, 1.19.3, 1.20.2 or higher.
Affected versions of this package are vulnerable to Improper Certificate Validation. Envoy does not restrict the set of certificates it accepts from the peer, either as a TLS client or a TLS server, to only those certificates that contain the necessary extendedKeyUsage
(id-kp-serverAuth
and id-kp-clientAuth
, respectively). This means that a peer may present an e-mail certificate (e.g. id-kp-emailProtection
), either as a leaf certificate or as a CA in the chain, and it will be accepted for TLS.