2024-10-21 14:03:55 +00:00
{
"id" : "CVE-2024-47676" ,
"sourceIdentifier" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"published" : "2024-10-21T12:15:04.687" ,
2024-10-22 18:03:42 +00:00
"lastModified" : "2024-10-22T16:12:39.830" ,
"vulnStatus" : "Analyzed" ,
2024-10-21 14:03:55 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/hugetlb.c: fix UAF of vma in hugetlb fault pathway\n\nSyzbot reports a UAF in hugetlb_fault(). This happens because\nvmf_anon_prepare() could drop the per-VMA lock and allow the current VMA\nto be freed before hugetlb_vma_unlock_read() is called.\n\nWe can fix this by using a modified version of vmf_anon_prepare() that\ndoesn't release the VMA lock on failure, and then release it ourselves\nafter hugetlb_vma_unlock_read()."
}
] ,
2024-10-22 18:03:42 +00:00
"metrics" : {
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" ,
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 7.8 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 5.9
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-416"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.9" ,
"versionEndExcluding" : "6.10.13" ,
"matchCriteriaId" : "451C50ED-169E-4E8C-BFD9-95D0C8C3231C"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.11" ,
"versionEndExcluding" : "6.11.2" ,
"matchCriteriaId" : "AB755D26-97F4-43B6-8604-CD076811E181"
}
]
}
]
}
] ,
2024-10-21 14:03:55 +00:00
"references" : [
{
"url" : "https://git.kernel.org/stable/c/98b74bb4d7e96b4da5ef3126511febe55b76b807" ,
2024-10-22 18:03:42 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-10-21 14:03:55 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/d59ebc99dee0a2687a26df94b901eb8216dbf876" ,
2024-10-22 18:03:42 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-10-21 14:03:55 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/e897d184a8dd4a4e1f39c8c495598e4d9472776c" ,
2024-10-22 18:03:42 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-10-21 14:03:55 +00:00
}
]
}