Bugzilla – Bug 1224126
VUL-0: CVE-2024-3727: oc: containers/image: digest type does not guarantee valid type
Last modified: 2024-05-10 13:15:01 UTC
+++ This bug was initially created as a clone of Bug #1224112 +++ 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
The github.com/containers/image module is embedded in oc. The openSUSE:Factory/oc package is possibly affected by this issue. A fix for this issue can be found here: https://github.com/containers/image/pull/2403.