Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/vulndb: potential Go vuln in github.com/moby/buildkit: CVE-2024-23653 #2498

Closed
GoVulnBot opened this issue Feb 1, 2024 · 2 comments
Closed
Assignees

Comments

@GoVulnBot
Copy link

CVE-2024-23653 references github.com/moby/buildkit, which may be a Go module.

Description:
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 these APIs to ask BuildKit to run a container with elevated privileges. Normally, running such containers is only allowed if special security.insecure entitlement is enabled both by buildkitd configuration and allowed by the user initializing the build request. The issue has been fixed in v0.12.5 . Avoid using BuildKit frontends from untrusted sources.

References:

Cross references:

See doc/triage.md for instructions on how to triage this report.

id: GO-ID-PENDING
modules:
    - module: github.com/moby/buildkit
      vulnerable_at: 0.12.5
      packages:
        - package: buildkit
cves:
    - CVE-2024-23653
references:
    - advisory: https://github.com/moby/buildkit/security/advisories/GHSA-wr6v-9f75-vh2g
    - fix: https://github.com/moby/buildkit/pull/4602
    - web: https://github.com/moby/buildkit/releases/tag/v0.12.5

@timothy-king
Copy link
Contributor

Duplicate of #2497

@timothy-king timothy-king marked this as a duplicate of #2497 Feb 6, 2024
@timothy-king timothy-king self-assigned this Feb 6, 2024
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/562238 mentions this issue: data/reports: add GO-2024-2497.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants