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 com.linecorp.armeria:armeria-xds to version 1.41.0 or higher.
Affected versions of this package are vulnerable to Improper Certificate Validation through TransportSocketSnapshot in xds/src/main/java/com/linecorp/armeria/xds/TransportSocketSnapshot.java. An attacker can perform a man-in-the-middle attack against an xDS-managed upstream connection by supplying a TLS server certificate when the upstream’s validation_context omits both trusted_ca and system_root_certs, or when no validation context is configured at all. In those cases, the client accepts the connection without authenticating the peer, so traffic to the upstream can be intercepted and the user’s requests and responses can be read or altered.
Workarounds
trusted_ca or system_root_certs in every CertificateValidationContext for xDS-managed upstreams to ensure the upstream peer certificate is actually validated and to prevent silent noVerify() acceptance of arbitrary certificates.validation_context, preventing accidental or malicious TLS peer-verification disablement.