CVE-2024-23652

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in go/github.com/moby/buildkit

Identifiers

GHSA-4v98-7qmw-rqr8, CVE-2024-23652

Package Slug

go/github.com/moby/buildkit

Vulnerability

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Description

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 outside the container, from the host system. The issue has been fixed in v0.12.5. Workarounds include avoiding using BuildKit frontends from an untrusted source or building an untrusted Dockerfile containing RUN --mount feature.

Affected Versions

All versions before 0.12.5

Solution

Upgrade to version 0.12.5 or above.

Last Modified

2024-02-01

source