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/clusternet/clusternet/pkg/controllers/clusters/clusterlifecycle/discovery
to version 0.15.2 or higher.
github.com/clusternet/clusternet/pkg/controllers/clusters/clusterlifecycle/discovery is a managing your Kubernetes clusters (including public, private, edge, etc.) as easily as visiting the Internet.
Affected versions of this package are vulnerable to Privilege Escalation due to a deployment called cluster-hub
inside the clusternet-system
Kubernetes namespace, which runs on worker nodes randomly. The deployment has a service account called clusternet-hub
, which has a cluster role called clusternet:hub
via cluster role binding. The clusternet:hub
cluster role has *
verbs of *.*
resources. Thus, if a malicious user can access the worker node which runs the clusternet
, they can leverage the service account to take malicious actions on critical system resources.