Skip to main content

Incorrect Authorization

CVE-2024-41110

Severity High
Score 9.9/10

Summary

Moby is an open-source project created by Docker for software containerization. A security vulnerability has been detected in certain versions of the 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. NOTE: This 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. 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. This issue affects the versions 1.10.0-rc1 through 18.09.1-rc1, 19.03.-beta1 through v19.03.15, 20.0.0-beta1 through v20.10.27, v22.06.0-beta.0 through v23.0.14, v24.0.0-beta.1 through v24.0.9, v25.0.0-beta.1 through v25.0.5, 26.0.0-rc1 through 26.0.2, v26.1.0 through v26.1.4, v27.0.0-rc1 through v27.0.3, and 27.1.0.

  • LOW
  • NETWORK
  • HIGH
  • CHANGED
  • NONE
  • LOW
  • HIGH
  • HIGH

CWE-863 - Incorrect Authorization

Authorization is a security mechanism performed by an application to grant or deny access to the requested resources by verifying the privileges of the user. When an application lacks effective authorization mechanisms, it enables unauthorized users to gain unintended privileges and illegitimate access to resources. Such a vulnerability may result in exposure of sensitive information, denial of service, arbitrary code execution, and complete system takeover.

Advisory Timeline

  • Published