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 KubernetesClient.Aot
to version 17.0.14 or higher.
Affected versions of this package are vulnerable to Improper Certificate Validation via a flaw in the certificate validation logic, which accepts properly constructed certificates from any Certificate Authority (CA) without properly verifying the trust chain. An attacker can use this to intercept or manipulate communications, leading to man-in-the-middle attacks and API impersonation.
Mitigate the risk by moving the custom CA certificates into the system's trust store, rather than keeping them in the kubeconfig
file. This forces the system to perform proper trust chain validation. Alternatively, consider disabling certificate-based authentication temporarily, if feasible.