Bugzilla – Bug 1224112
VUL-0: CVE-2024-3727: TRACKERBUG: containers/image: digest type does not guarantee valid type
Last modified: 2024-07-10 14:08:26 UTC
The digest values, handled by the Go library github.com/opencontainers/go-digest and used throughout the Go-implemented containers ecosystem, are not always validated. That allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, resource exhaustion, local path traversal and other attacks. References: https://issues.redhat.com/browse/OCPBUGS-25269 References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-3727 https://bugzilla.redhat.com/show_bug.cgi?id=2274767
PR with fix: https://github.com/containers/image/pull/2403