2023-11-14 15:00:21 +00:00
{
"id" : "CVE-2023-6111" ,
"sourceIdentifier" : "cve-coordination@google.com" ,
"published" : "2023-11-14T14:15:29.063" ,
2025-02-13 19:04:13 +00:00
"lastModified" : "2025-02-13T18:16:03.587" ,
2025-03-02 03:03:52 +00:00
"vulnStatus" : "Undergoing Analysis" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-11-14 15:00:21 +00:00
"descriptions" : [
{
"lang" : "en" ,
2025-02-13 19:04:13 +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_trans_gc_catchall did not remove the catchall set element from the catchall_list when the argument sync is true, making it possible to free a catchall set element many times.\n\nWe recommend upgrading past commit 93995bf4af2c5a99e2a87f0cd5ce547d31eb7630."
2023-11-18 05:00:21 +00:00
} ,
{
"lang" : "es" ,
"value" : "Una vulnerabilidad de use-after-free en el componente netfilter: nf_tables del kernel de Linux puede explotarse para lograr una escalada de privilegios local. La funci\u00f3n nft_trans_gc_catchall no elimin\u00f3 el elemento del conjunto general de catchall_list cuando el argumento sync es verdadero, lo que hace posible liberar un elemento del conjunto general muchas veces. Recomendamos actualizar m\u00e1s all\u00e1 del commit 93995bf4af2c5a99e2a87f0cd5ce547d31eb7630."
2023-11-14 15:00:21 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-11-18 05:00:21 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "cve-coordination@google.com" ,
"type" : "Secondary" ,
2023-11-18 05:00:21 +00:00
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 7.8 ,
"baseSeverity" : "HIGH" ,
2023-11-18 05:00:21 +00:00
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-11-18 05:00:21 +00:00
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 5.9
} ,
2023-11-14 15:00:21 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-11-14 15:00:21 +00:00
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 7.8 ,
"baseSeverity" : "HIGH" ,
2023-11-14 15:00:21 +00:00
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-11-14 15:00:21 +00:00
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 5.9
}
]
} ,
"weaknesses" : [
2023-11-18 05:00:21 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "cve-coordination@google.com" ,
"type" : "Secondary" ,
2023-11-18 05:00:21 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-416"
}
]
} ,
2023-11-14 15:00:21 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-11-14 15:00:21 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-416"
}
]
}
] ,
2023-11-18 05:00:21 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
2024-08-27 16:03:16 +00:00
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.15.134" ,
"versionEndExcluding" : "5.15.140" ,
"matchCriteriaId" : "4C132E72-93C8-4890-8FD8-BCAD2B92322E"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.1.56" ,
"versionEndExcluding" : "6.1.64" ,
"matchCriteriaId" : "B457D81E-070E-43BD-A73C-EA8C9884C41F"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.5.6" ,
"versionEndExcluding" : "6.5.13" ,
"matchCriteriaId" : "0509000F-1EC8-4C04-ABA9-729F2C148A67"
} ,
2023-11-18 05:00:21 +00:00
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.6" ,
2024-08-27 16:03:16 +00:00
"versionEndExcluding" : "6.6.3" ,
"matchCriteriaId" : "B58252FA-A49C-411F-9B28-DC5FE44BC5A0"
2023-11-18 05:00:21 +00:00
}
]
}
]
}
] ,
2023-11-14 15:00:21 +00:00
"references" : [
{
"url" : "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=93995bf4af2c5a99e2a87f0cd5ce547d31eb7630" ,
2023-11-18 05:00:21 +00:00
"source" : "cve-coordination@google.com" ,
"tags" : [
"Patch"
]
2023-11-14 15:00:21 +00:00
} ,
{
"url" : "https://kernel.dance/93995bf4af2c5a99e2a87f0cd5ce547d31eb7630" ,
2023-11-18 05:00:21 +00:00
"source" : "cve-coordination@google.com" ,
"tags" : [
"Patch"
]
2023-12-04 05:00:23 +00:00
} ,
2024-02-05 09:00:28 +00:00
{
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3OXWBKK7RTQOGGDLQGCZFS753VLGS2GD/" ,
2024-08-27 16:03:16 +00:00
"source" : "cve-coordination@google.com" ,
"tags" : [
"Release Notes"
]
2024-02-05 09:00:28 +00:00
} ,
{
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3S55P23EYAWDHXZPJEVTGIRZZRICYI3Z/" ,
2024-08-27 16:03:16 +00:00
"source" : "cve-coordination@google.com" ,
"tags" : [
"Release Notes"
]
2024-02-05 09:00:28 +00:00
} ,
2023-12-04 05:00:23 +00:00
{
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IG6IF3FUY7LVZJMFRPANAU4L4PSJ3ESQ/" ,
2024-08-27 16:03:16 +00:00
"source" : "cve-coordination@google.com" ,
"tags" : [
"Release Notes"
]
2023-12-04 05:00:23 +00:00
} ,
{
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YQ7JVDEDZV5SNHG5EW7RHKK2ZN56HSGB/" ,
2024-08-27 16:03:16 +00:00
"source" : "cve-coordination@google.com" ,
"tags" : [
"Release Notes"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=93995bf4af2c5a99e2a87f0cd5ce547d31eb7630" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://kernel.dance/93995bf4af2c5a99e2a87f0cd5ce547d31eb7630" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3OXWBKK7RTQOGGDLQGCZFS753VLGS2GD/" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Release Notes"
]
} ,
{
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3S55P23EYAWDHXZPJEVTGIRZZRICYI3Z/" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Release Notes"
]
} ,
{
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IG6IF3FUY7LVZJMFRPANAU4L4PSJ3ESQ/" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Release Notes"
]
} ,
{
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YQ7JVDEDZV5SNHG5EW7RHKK2ZN56HSGB/" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Release Notes"
]
2023-11-14 15:00:21 +00:00
}
]
}