Moby is an open-source project created by Docker to enable and accelerate software containerization. A bug was found in Moby (Docker Engine) prior to version 20.10.14 where containers were incorrectly started with non-empty inheritable Linux process capabilities, creating an atypical Linux environment and enabling programs with inheritable file capabilities to elevate those capabilities to the permitted set during `execve(2)`. Normally, when executable programs have specified permitted file capabilities, otherwise unprivileged users and processes can execute those programs and gain the specified file capabilities up to the bounding set. Due to this bug, containers which included executable programs with inheritable file capabilities allowed otherwise unprivileged users and processes to additionally gain these inheritable file capabilities up to the container's bounding set. Containers which use Linux users and groups to perform privilege separation inside the container are most directly impacted. This bug did not affect the container security sandbox as the inheritable set never contained more capabilities than were included in the container's bounding set. This bug has been fixed in Moby (Docker Engine) 20.10.14. Running containers should be stopped, deleted, and recreated for the inheritable capabilities to be reset. This fix changes Moby (Docker Engine) behavior such that containers are started with a more typical Linux environment. As a workaround, the entry point of a container can be modified to use a utility like `capsh(1)` to drop inheritable capabilities prior to the primary process starting.
References
Configurations
Configuration 1 (hide)
AND |
|
Configuration 2 (hide)
|
Configuration 3 (hide)
|
Configuration 4 (hide)
|
History
31 Jan 2024, 13:15
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:* | |
References |
|
|
References | (DEBIAN) https://www.debian.org/security/2022/dsa-5162 - Third Party Advisory |
13 Jun 2022, 11:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
13 May 2022, 12:08
Type | Values Removed | Values Added |
---|---|---|
References | (FEDORA) https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HQCVS7WBFSTKJFNX5PGDRARMTOFWV2O7/ - Third Party Advisory | |
References | (FEDORA) https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/A5AFKOQ5CE3CEIULWW4FLQKHFFU6FSYG/ - Third Party Advisory | |
References | (FEDORA) https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/A5FQJ3MLFSEKQYCFPFZIKYGBXPZUJFVY/ - Third Party Advisory | |
References | (CONFIRM) https://github.com/moby/moby/security/advisories/GHSA-2mm7-x5h6-5pvq - Mitigation, Third Party Advisory | |
References | (FEDORA) https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FPOJUJZXGMIVKRS4QR75F6OIXNQ6LDBL/ - Mailing List, Third Party Advisory | |
References | (FEDORA) https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HIMAHZ6AUIKN7AX26KHZYBXVECIOVWBH/ - Third Party Advisory | |
References | (MLIST) http://www.openwall.com/lists/oss-security/2022/05/12/1 - Mailing List, Third Party Advisory | |
References | (FEDORA) https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6PMQKCAPK2AR3DCYITJYMMNBEGQBGLCC/ - Mailing List, Third Party Advisory | |
CPE | cpe:2.3:a:linuxfoundation:runc:*:*:*:*:*:*:*:* cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:* cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:* cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:* |
12 May 2022, 09:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
07 May 2022, 09:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
26 Apr 2022, 10:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
11 Apr 2022, 20:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
11 Apr 2022, 19:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
05 Apr 2022, 18:35
Type | Values Removed | Values Added |
---|---|---|
References | (CONFIRM) https://github.com/moby/moby/security/advisories/GHSA-2mm7-x5h6-5pvq - Third Party Advisory | |
References | (MISC) https://github.com/moby/moby/releases/tag/v20.10.14 - Release Notes, Third Party Advisory | |
References | (MISC) https://github.com/moby/moby/commit/2bbc786e4c59761d722d2d1518cd0a32829bc07f - Patch, Third Party Advisory | |
CVSS |
v2 : v3 : |
v2 : 4.6
v3 : 5.9 |
CPE | cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:* cpe:2.3:a:mobyproject:moby:*:*:*:*:*:*:*:* |
|
CWE | CWE-732 |
24 Mar 2022, 20:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2022-03-24 20:15
Updated : 2024-02-04 22:29
NVD link : CVE-2022-24769
Mitre link : CVE-2022-24769
CVE.ORG link : CVE-2022-24769
JSON object : View
Products Affected
debian
- debian_linux
linuxfoundation
- runc
mobyproject
- moby
linux
- linux_kernel
fedoraproject
- fedora
CWE
CWE-732
Incorrect Permission Assignment for Critical Resource