blob: 0d45d7db2cb347bbd62a7e84c50f544312ee4f43 [file] [log] [blame]
{
"schema_version": "1.3.1",
"id": "GO-2024-2870",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2024-35192",
"GHSA-xcq4-m2r3-cmrj"
],
"summary": "Credential leakage in github.com/aquasecurity/trivy",
"details": "A malicious registry can cause Trivy to leak credentials for legitimate registries such as AWS Elastic Container Registry (ECR), Google Cloud Artifact/Container Registry, or Azure Container Registry (ACR) if the registry is scanned from directly using Trivy. These tokens can then be used to push/pull images from those registries to which the identity/user running Trivy has access. 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.",
"affected": [
{
"package": {
"name": "github.com/aquasecurity/trivy",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.51.2"
}
]
}
],
"ecosystem_specific": {
"imports": [
{
"path": "github.com/aquasecurity/trivy/pkg/fanal/image/registry/azure"
},
{
"path": "github.com/aquasecurity/trivy/pkg/fanal/image/registry/ecr",
"symbols": [
"ECR.CheckOptions"
]
},
{
"path": "github.com/aquasecurity/trivy/pkg/fanal/image/registry/google",
"symbols": [
"Registry.CheckOptions"
]
}
]
}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/aquasecurity/trivy/security/advisories/GHSA-xcq4-m2r3-cmrj"
},
{
"type": "FIX",
"url": "https://github.com/aquasecurity/trivy/commit/e7f14f729de259551203f313e57d2d9d3aa2ff87"
}
],
"credits": [
{
"name": "@lyoung-confluent"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2024-2870",
"review_status": "REVIEWED"
}
}