Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942555 (CVE-2024-9676) - [TRACKER] Vulnerable containers/storage library leads to symlink traversal that can result in denial of service via OOM
Summary: [TRACKER] Vulnerable containers/storage library leads to symlink traversal th...
Status: CONFIRMED
Alias: CVE-2024-9676
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Security
URL: https://github.com/advisories/GHSA-wq...
Whiteboard:
Keywords: Tracker
Depends on: 942556 CVE-2024-9675 942558 942559
Blocks:
  Show dependency tree
 
Reported: 2024-10-30 18:00 UTC by Christopher Fore
Modified: 2024-10-30 18:01 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Fore 2024-10-30 18:00:44 UTC
CVE-2024-9676:

A vulnerability was found in Podman, Buildah, and CRI-O. A symlink traversal vulnerability in the containers/storage library can cause Podman, Buildah, and CRI-O to hang and result in a denial of service via OOM kill when running a malicious image using an automatically assigned user namespace (--userns=auto in Podman and Buildah). The containers/storage library will read /etc/passwd inside the container, but does not properly validate if that file is a symlink, which can be used to cause the library to read an arbitrary file on the host.