VYPR

Buildkit

by Mobyproject

Source repositories

CVEs (12)

  • CVE-2024-23652CriJan 31, 2024
    risk 0.58cvss 10.0epss 0.02

    BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. A malicious BuildKit frontend or Dockerfile using RUN --mount could trick the feature that removes empty files created for the mountpoints into removing a file…

  • CVE-2024-23653CriJan 31, 2024
    risk 0.57cvss 9.8epss 0.03

    BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. In addition to running containers as build steps, BuildKit also provides APIs for running interactive containers based on built images. It was possible to use…

  • CVE-2024-23651HigJan 31, 2024
    risk 0.50cvss 8.7epss 0.01

    BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. Two malicious build steps running in parallel sharing the same cache mounts with subpaths could cause a race condition that can lead to files from the host…

  • CVE-2026-15788HigJul 20, 2026
    risk 0.49cvss 7.5epss 0.00

    BuildKit's cache mount source= selector on Windows Container on Windows (WCOW) workers does not detect NTFS directory junctions placed inside the cache root. A build authored by an untrusted user on a WCOW-configured BuildKit daemon can read arbitrary host files reachable to the…

  • CVE-2026-33747HigMar 27, 2026
    risk 0.48cvss 8.4epss 0.01

    BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. Prior to version 0.28.1, when using a custom BuildKit frontend, the frontend can craft an API message that causes files to be written outside of the BuildKit…

  • CVE-2026-33748HigMar 27, 2026
    risk 0.42cvss 7.5epss 0.00

    BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. Prior to version 0.28.1, insufficient validation of Git URL fragment subdir components may allow access to files outside the checked-out Git repository root.…

  • CVE-2023-26054MedMar 6, 2023
    risk 0.35cvss 6.5epss 0.01

    BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. In affected versions when the user sends a build request that contains a Git URL that contains credentials and the build creates a provenance attestation…

  • CVE-2024-23650MedJan 31, 2024
    risk 0.28cvss 5.3epss 0.01

    BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. A malicious BuildKit client or frontend could craft a request that could lead to BuildKit daemon crashing with a panic. The issue has been fixed in v0.12.5. As…

  • CVE-2026-15793HigJul 21, 2026
    risk 0.00cvss 7.5epss 0.00

    BuildKit custom frontends or clients using the raw low-level API can set git.checkoutbundle=true when checking out Git sources. If the Git source is malicious, this could lead to a crafted command invocation on the host.

  • CVE-2026-15792HigJul 21, 2026
    risk 0.00cvss 7.5epss 0.00

    A malicious BuildKit client or frontend could craft a request that could lead to BuildKit daemon crashing with a panic.

  • CVE-2026-15791HigJul 21, 2026
    risk 0.00cvss 7.5epss 0.00

    A crafted message in the BuildKit low-level build API can be used to remove the contents of the /tmp directory. The action that can normally be used to delete files inside the build container rootfs can escape into the real host temp directory.

  • CVE-2026-15789HigJul 21, 2026
    risk 0.00cvss 7.5epss 0.00

    A custom client can produce such an upload request to the BuildKit daemon that files can escape from the BuildKit-controlled state directory. The client needs to have valid permissions to access the BuildKit control API to issue builds, e.g., bypass authentication, etc.