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.
The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. This allows attackers to bypass intended access restrictions.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Buildkit | Mobyproject | * | 0.12.5 (excluding) |
Docker.io | Ubuntu | bionic | * |
Docker.io | Ubuntu | devel | * |
Docker.io | Ubuntu | esm-apps/bionic | * |
Docker.io | Ubuntu | esm-apps/focal | * |
Docker.io | Ubuntu | esm-apps/jammy | * |
Docker.io | Ubuntu | esm-apps/noble | * |
Docker.io | Ubuntu | focal | * |
Docker.io | Ubuntu | jammy | * |
Docker.io | Ubuntu | mantic | * |
Docker.io | Ubuntu | noble | * |
Docker.io | Ubuntu | oracular | * |
Docker.io | Ubuntu | trusty | * |
Docker.io | Ubuntu | xenial | * |
Docker.io-app | Ubuntu | devel | * |
Docker.io-app | Ubuntu | esm-apps/noble | * |
Docker.io-app | Ubuntu | focal | * |
Docker.io-app | Ubuntu | jammy | * |
Docker.io-app | Ubuntu | mantic | * |
Docker.io-app | Ubuntu | noble | * |
Docker.io-app | Ubuntu | oracular | * |
Docker.io-app | Ubuntu | trusty | * |
Assuming a user with a given identity, authorization is the process of determining whether that user can access a given resource, based on the user’s privileges and any permissions or other access-control specifications that apply to the resource. When access control checks are incorrectly applied, users are able to access data or perform actions that they should not be allowed to perform. This can lead to a wide range of problems, including information exposures, denial of service, and arbitrary code execution.