cvelist/2023/6xxx/CVE-2023-6817.json

124 lines
4.5 KiB
JSON
Raw Normal View History

2023-12-14 12:00:32 +00:00
{
2023-12-18 15:00:33 +00:00
"data_version": "4.0",
2023-12-14 12:00:32 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-6817",
2023-12-18 15:00:33 +00:00
"ASSIGNER": "security@google.com",
"STATE": "PUBLIC"
2023-12-14 12:00:32 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-12-18 15:00:33 +00:00
"value": "A use-after-free vulnerability in the Linux kernel's netfilter: nf_tables component can be exploited to achieve local privilege escalation.\n\nThe function nft_pipapo_walk did not skip inactive elements during set walk which could lead double deactivations of PIPAPO (Pile Packet Policies) elements, leading to use-after-free.\n\nWe recommend upgrading past commit 317eb9685095678f2c9f5a8189de698c5354316a.\n\n"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-416 Use After Free",
"cweId": "CWE-416"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Linux",
"product": {
"product_data": [
{
"product_name": "Kernel",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "5.6",
"version_value": "6.7"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=317eb9685095678f2c9f5a8189de698c5354316a",
"refsource": "MISC",
"name": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=317eb9685095678f2c9f5a8189de698c5354316a"
},
{
"url": "https://kernel.dance/317eb9685095678f2c9f5a8189de698c5354316a",
"refsource": "MISC",
"name": "https://kernel.dance/317eb9685095678f2c9f5a8189de698c5354316a"
2023-12-22 16:00:33 +00:00
},
{
"url": "http://www.openwall.com/lists/oss-security/2023/12/22/6",
"refsource": "MISC",
"name": "http://www.openwall.com/lists/oss-security/2023/12/22/6"
2023-12-23 01:00:33 +00:00
},
{
"url": "http://www.openwall.com/lists/oss-security/2023/12/22/13",
"refsource": "MISC",
"name": "http://www.openwall.com/lists/oss-security/2023/12/22/13"
2024-01-11 22:00:38 +00:00
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00005.html",
"refsource": "MISC",
"name": "https://lists.debian.org/debian-lts-announce/2024/01/msg00005.html"
2024-02-08 17:00:34 +00:00
},
{
"url": "http://packetstormsecurity.com/files/177029/Kernel-Live-Patch-Security-Notice-LSN-0100-1.html",
"refsource": "MISC",
"name": "http://packetstormsecurity.com/files/177029/Kernel-Live-Patch-Security-Notice-LSN-0100-1.html"
2023-12-18 15:00:33 +00:00
}
]
},
"generator": {
"engine": "Vulnogram 0.1.0-dev"
},
"source": {
"discovery": "EXTERNAL"
},
"credits": [
{
"lang": "en",
"value": "Lonial Kong"
},
{
"lang": "en",
"value": "Xingyuan Mo"
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"attackVector": "LOCAL",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH",
"baseSeverity": "HIGH",
"baseScore": 7.8,
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
2023-12-14 12:00:32 +00:00
}
]
}
}