cvelist/2023/25xxx/CVE-2023-25153.json
2023-02-16 15:00:38 +00:00

105 lines
4.1 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-25153",
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "containerd is an open source container runtime. Before versions 1.6.18 and 1.5.18, when importing an OCI image, there was no limit on the number of bytes read for certain files. A maliciously crafted image with a large file where a limit was not applied could cause a denial of service. This bug has been fixed in containerd 1.6.18 and 1.5.18. Users should update to these versions to resolve the issue. As a workaround, ensure that only trusted images are used and that only trusted users have permissions to import images."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-770: Allocation of Resources Without Limits or Throttling",
"cweId": "CWE-770"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "containerd",
"product": {
"product_data": [
{
"product_name": "containerd",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 1.5.18"
},
{
"version_affected": "=",
"version_value": ">= 1.6.0, < 1.6.18"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-259w-8hf6-59c2",
"refsource": "MISC",
"name": "https://github.com/containerd/containerd/security/advisories/GHSA-259w-8hf6-59c2"
},
{
"url": "https://github.com/containerd/containerd/commit/0c314901076a74a7b797a545d2f462285fdbb8c4",
"refsource": "MISC",
"name": "https://github.com/containerd/containerd/commit/0c314901076a74a7b797a545d2f462285fdbb8c4"
},
{
"url": "https://github.com/containerd/containerd/releases/tag/v1.5.18",
"refsource": "MISC",
"name": "https://github.com/containerd/containerd/releases/tag/v1.5.18"
},
{
"url": "https://github.com/containerd/containerd/releases/tag/v1.6.18",
"refsource": "MISC",
"name": "https://github.com/containerd/containerd/releases/tag/v1.6.18"
}
]
},
"source": {
"advisory": "GHSA-259w-8hf6-59c2",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
]
}
}