CRITICAL✓ PATCH🇵🇱 Wersja polska

CVE-2024-41110

CVSS 9.9v3.1pub. 2024-07-24upd. 2026-04-15

Moby is an open-source project created by Docker for software containerization. A security vulnerability has been detected in certain versions of Docker Engine, which could allow an attacker to bypass authorization plugins (AuthZ) under specific circumstances. The base likelihood of this being exploited is low. Using a specially-crafted API request, an Engine API client could make the daemon forward the request or response to an authorization plugin without the body. In certain circumstances, the authorization plugin may allow a request which it would have otherwise denied if the body had been forwarded to it. A security issue was discovered In 2018, where an attacker could bypass AuthZ plugins using a specially crafted API request. This could lead to unauthorized actions, including privilege escalation. Although this issue was fixed in Docker Engine v18.09.1 in January 2019, the fix was not carried forward to later major versions, resulting in a regression. Anyone who depends on authorization plugins that introspect the request and/or response body to make access control decisions is potentially impacted. Docker EE v19.03.x and all versions of Mirantis Container Runtime are not vulnerable. docker-ce v27.1.1 containes patches to fix the vulnerability. Patches have also been merged into the master, 19.03, 20.0, 23.0, 24.0, 25.0, 26.0, and 26.1 release branches. If one is unable to upgrade immediately, avoid using AuthZ plugins and/or restrict access to the Docker API to trusted parties, following the principle of least privilege.

🤖 AI Analysis
How it works

An attacker sends a specially crafted request to Docker Engine API, causing the daemon to pass the request or response to the authorization (AuthZ) plugin without the request body attached. The AuthZ plugin, not seeing the request content, may incorrectly assess it as permitted, even though full body inspection would result in rejection. This is a result of improper HTTP request handling (CWE-444 – inconsistent message interpretation) and flawed permission verification (CWE-863). The vulnerability was originally discovered in 2018 and fixed in Docker Engine v18.09.1, but the fix was not ported to later major versions.

Impact

An attacker with access to the Docker API can bypass access control enforced by AuthZ plugins and execute unauthorized operations, potentially achieving privilege escalation in the containerized environment.

Mitigation & patch

Update docker-ce to version v27.1.1 or apply patches available for branches: master, 19.03, 20.0, 23.0, 24.0, 25.0, 26.0, and 26.1. If immediate update is not possible, discontinue use of AuthZ plugins and/or restrict access to Docker API only to trusted entities, following the principle of least privilege.

Who is affected

Docker Engine (Moby project) – all versions of branches 19.03 (CE), 20.0, 23.0, 24.0, 25.0, 26.0, and 26.1 that have not received patches. Docker EE v19.03.x and all versions of Mirantis Container Runtime are not vulnerable.

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
🟢
PATCH AVAILABLE
Vendor update available. Deploy in standard maintenance cycle.
Tags
LPEContainer
CWE
References