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/aquasecurity/trivy/pkg/fanal/image/registry/google
to version 0.51.2 or higher.
Affected versions of this package are vulnerable to Insufficiently Protected Credentials when scanning container images from a crafted malicious registry. An attacker can cause the leakage of credentials for legitimate registries by triggering the scan.
Notes:
a) The environment variables contain static AWS credentials (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN) that have access to ECR.
b) Within a Pod running on an EKS cluster that has been assigned a role with access to ECR using an IAM Roles for Service Accounts (IRSA) annotation.
You are not affected if the default credential provider chain is unable to obtain valid credentials. The same applies to GCP and Azure.
This vulnerability only applies when scanning container images directly from a registry. If you use Docker, containerd or other runtime to pull images locally and scan them with Trivy, you are not affected. To enforce this behavior, you can use the --image-src flag to select which sources you trust.