cvelist/2024/21xxx/CVE-2024-21626.json

135 lines
5.9 KiB
JSON
Raw Normal View History

2023-12-29 04:00:37 +00:00
{
2024-01-31 22:00:31 +00:00
"data_version": "4.0",
2023-12-29 04:00:37 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-21626",
2024-01-31 22:00:31 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-12-29 04:00:37 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-01-31 22:00:31 +00:00
"value": "runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. In runc 1.1.11 and earlier, due to an internal file descriptor leak, an attacker could cause a newly-spawned container process (from runc exec) to have a working directory in the host filesystem namespace, allowing for a container escape by giving access to the host filesystem (\"attack 2\"). The same attack could be used by a malicious image to allow a container process to gain access to the host filesystem through runc run (\"attack 1\"). Variants of attacks 1 and 2 could be also be used to overwrite semi-arbitrary host binaries, allowing for complete container escapes (\"attack 3a\" and \"attack 3b\"). runc 1.1.12 includes patches for this issue. "
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-403: Exposure of File Descriptor to Unintended Control Sphere ('File Descriptor Leak')",
"cweId": "CWE-403"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-668: Exposure of Resource to Wrong Sphere",
"cweId": "CWE-668"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "opencontainers",
"product": {
"product_data": [
{
"product_name": "runc",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": ">=v1.0.0-rc93, < 1.1.12"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv",
"refsource": "MISC",
"name": "https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv"
},
{
"url": "https://github.com/opencontainers/runc/commit/02120488a4c0fc487d1ed2867e901eeed7ce8ecf",
"refsource": "MISC",
"name": "https://github.com/opencontainers/runc/commit/02120488a4c0fc487d1ed2867e901eeed7ce8ecf"
},
{
"url": "https://github.com/opencontainers/runc/releases/tag/v1.1.12",
"refsource": "MISC",
"name": "https://github.com/opencontainers/runc/releases/tag/v1.1.12"
2024-02-01 07:00:39 +00:00
},
{
"url": "http://www.openwall.com/lists/oss-security/2024/02/01/1",
"refsource": "MISC",
"name": "http://www.openwall.com/lists/oss-security/2024/02/01/1"
2024-02-02 13:00:34 +00:00
},
{
"url": "http://www.openwall.com/lists/oss-security/2024/02/02/3",
"refsource": "MISC",
"name": "http://www.openwall.com/lists/oss-security/2024/02/02/3"
2024-02-05 18:00:36 +00:00
},
{
"url": "http://packetstormsecurity.com/files/176993/runc-1.1.11-File-Descriptor-Leak-Privilege-Escalation.html",
"refsource": "MISC",
"name": "http://packetstormsecurity.com/files/176993/runc-1.1.11-File-Descriptor-Leak-Privilege-Escalation.html"
2024-02-06 03:00:32 +00:00
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SYMO3BANINS6RGFQFKPRG4FIOJ7GWYTL/",
"refsource": "MISC",
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SYMO3BANINS6RGFQFKPRG4FIOJ7GWYTL/"
2024-02-11 07:00:32 +00:00
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2NLXNE23Q5ESQUAI22Z7A63JX2WMPJ2J/",
"refsource": "MISC",
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2NLXNE23Q5ESQUAI22Z7A63JX2WMPJ2J/"
2024-02-19 04:00:34 +00:00
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/02/msg00005.html",
"refsource": "MISC",
"name": "https://lists.debian.org/debian-lts-announce/2024/02/msg00005.html"
2024-01-31 22:00:31 +00:00
}
]
},
"source": {
"advisory": "GHSA-xr7r-f8xq-vfvv",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
2023-12-29 04:00:37 +00:00
}
]
}
}