VYPR

Go modules package

github.com/containers/buildah

pkg:golang/github.com/containers/buildah

Vulnerabilities (8)

  • CVE-2026-44517medJun 22, 2026
    affected >= 1.38.1, < 1.43.2fixed 1.43.2

    ### Impact When processing a build contexts or `add`/`copy` instructions, a malicious server serving a Git repository or a tar archive file can cause files outside of the build context directory to be included in the build context or copied into the build. ### Patches Fixed in

  • CVE-2024-11218HigJan 22, 2025
    affected >= 1.38.0, < 1.38.1fixed 1.38.1

    A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and d

  • CVE-2024-9675Oct 9, 2024
    affected < 1.38.0fixed 1.38.0

    A vulnerability was found in Buildah. Cache mounts do not properly validate that user-specified paths for the cache are within our cache directory, allowing a `RUN` instruction in a Container file to mount an arbitrary directory from the host (read/write) into the container as lo

  • CVE-2024-9407MedOct 1, 2024
    affected < 1.37.4fixed 1.37.4

    A vulnerability exists in the bind-propagation option of the Dockerfile RUN --mount instruction. The system does not properly validate the input passed to this option, allowing users to pass arbitrary parameters to the mount instruction. This issue can be exploited to mount sensi

  • CVE-2022-2990Sep 13, 2022
    affected < 1.27.1fixed 1.27.1

    An incorrect handling of the supplementary groups in the Buildah container engine might lead to the sensitive information disclosure or possible data modification if an attacker has direct access to the affected container where supplementary groups are used to set access permissi

  • CVE-2022-27651Apr 4, 2022
    affected < 1.25.0fixed 1.25.0

    A flaw was found in buildah where containers were incorrectly started with non-empty default permissions. A bug was found in Moby (Docker Engine) where containers were incorrectly started with non-empty inheritable Linux process capabilities, enabling an attacker with access to p

  • CVE-2021-3602Mar 3, 2022
    affected < 1.16.8fixed 1.16.8

    An information disclosure flaw was found in Buildah, when building containers using chroot isolation. Running processes in container builds (e.g. Dockerfile RUN commands) can access environment variables from parent and grandparent processes. When run in a container in a CI/CD en

  • CVE-2020-10696Mar 31, 2020
    affected < 1.14.4fixed 1.14.4

    A path traversal flaw was found in Buildah in versions before 1.14.5. This flaw allows an attacker to trick a user into building a malicious container image hosted on an HTTP(s) server and then write files to the user's system anywhere that the user has permissions.