2024-10-21 14:03:55 +00:00
{
"id" : "CVE-2024-47718" ,
"sourceIdentifier" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"published" : "2024-10-21T12:15:08.090" ,
2024-10-24 18:03:22 +00:00
"lastModified" : "2024-10-24T16:31:01.107" ,
"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\nwifi: rtw88: always wait for both firmware loading attempts\n\nIn 'rtw_wait_firmware_completion()', always wait for both (regular and\nwowlan) firmware loading attempts. Otherwise if 'rtw_usb_intf_init()'\nhas failed in 'rtw_usb_probe()', 'rtw_usb_disconnect()' may issue\n'ieee80211_free_hw()' when one of 'rtw_load_firmware_cb()' (usually\nthe wowlan one) is still in progress, causing UAF detected by KASAN."
2024-10-24 18:03:22 +00:00
} ,
{
"lang" : "es" ,
"value" : "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: wifi: rtw88: siempre esperar ambos intentos de carga del firmware En 'rtw_wait_firmware_completion()', siempre esperar ambos intentos de carga del firmware (regular y wowlan). De lo contrario, si 'rtw_usb_intf_init()' ha fallado en 'rtw_usb_probe()', 'rtw_usb_disconnect()' puede emitir 'ieee80211_free_hw()' cuando uno de 'rtw_load_firmware_cb()' (normalmente el de wowlan) todav\u00eda est\u00e1 en curso, lo que provoca que KASAN detecte UAF."
}
] ,
"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" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 7.8 ,
"baseSeverity" : "HIGH" ,
2024-10-24 18:03:22 +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"
2024-10-24 18:03:22 +00:00
} ,
"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" : "5.6" ,
"versionEndExcluding" : "5.10.227" ,
"matchCriteriaId" : "C066C0D3-EE07-457A-A57B-7A88E7210AE4"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.11" ,
"versionEndExcluding" : "5.15.168" ,
"matchCriteriaId" : "4D51C05D-455B-4D8D-89E7-A58E140B864C"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.16" ,
"versionEndExcluding" : "6.1.113" ,
"matchCriteriaId" : "D01BD22E-ACD1-4618-9D01-6116570BE1EE"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.2" ,
"versionEndExcluding" : "6.6.54" ,
"matchCriteriaId" : "D448821D-C085-4CAF-88FA-2DDE7BE21976"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.7" ,
"versionEndExcluding" : "6.10.13" ,
"matchCriteriaId" : "CE94BB8D-B0AB-4563-9ED7-A12122B56EBE"
} ,
{
"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/0e735a4c6137262bcefe45bb52fde7b1f5fc6c4d" ,
2024-10-24 18:03:22 +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/1b8178a2ae272256ea0dc4f940320a81003535e2" ,
2024-10-24 18:03:22 +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/7887ad11995a4142671cc49146db536f923c8568" ,
2024-10-24 18:03:22 +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/9432185540bafd42b7bfac6e6ef2f0a0fb4be447" ,
2024-10-24 18:03:22 +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/a0c1e2da652cf70825739bc12d49ea15805690bf" ,
2024-10-24 18:03:22 +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/ceaab3fb64d6a5426a3db8f87f3e5757964f2532" ,
2024-10-24 18:03:22 +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/e9a78d9417e167410d6fb83c4e908b077ad8ba6d" ,
2024-10-24 18:03:22 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-10-21 14:03:55 +00:00
}
]
}