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 Improper Input Validation vulnerabilities in an interactive lesson.
Start learningUpgrade k8s.io/kubernetes/pkg/controller
to version 1.27.0-alpha.1 or higher.
k8s.io/kubernetes/pkg/controller is a code for controllers (like the replication controller).
Affected versions of this package are vulnerable to Improper Input Validation due to the improper handling of a malformed HPA v1 manifest. Specifically, when the initial application of an HPA config YAML that lacks a .spec.behavior.scaleUp
block is processed, it triggers a condition where KCM pods enter a continuous restart loop. This situation effectively incapacitates the service, leading to a denial of service condition.