2024-08-21 08:03:15 +00:00
{
"id" : "CVE-2023-52898" ,
"sourceIdentifier" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"published" : "2024-08-21T07:15:06.180" ,
2024-09-13 14:03:15 +00:00
"lastModified" : "2024-09-13T13:46:50.963" ,
"vulnStatus" : "Analyzed" ,
2024-08-21 08:03:15 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "In the Linux kernel, the following vulnerability has been resolved:\n\nxhci: Fix null pointer dereference when host dies\n\nMake sure xhci_free_dev() and xhci_kill_endpoint_urbs() do not race\nand cause null pointer dereference when host suddenly dies.\n\nUsb core may call xhci_free_dev() which frees the xhci->devs[slot_id]\nvirt device at the same time that xhci_kill_endpoint_urbs() tries to\nloop through all the device's endpoints, checking if there are any\ncancelled urbs left to give back.\n\nhold the xhci spinlock while freeing the virt device"
2024-08-21 14:03:17 +00:00
} ,
{
"lang" : "es" ,
"value" : "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: xhci: corrige la desreferencia del puntero nulo cuando el host muere. Aseg\u00farese de que xhci_free_dev() y xhci_kill_endpoint_urbs() no corran y provoquen una desreferencia del puntero nulo cuando el host muere repentinamente. El n\u00facleo USB puede llamar a xhci_free_dev(), lo que libera el dispositivo virt xhci->devs[slot_id] al mismo tiempo que xhci_kill_endpoint_urbs() intenta recorrer todos los endpoints del dispositivo, verificando si quedan urbs canceladas para devolver. mantenga presionado el xhci spinlock mientras libera el dispositivo virt"
2024-08-21 08:03:15 +00:00
}
] ,
2024-09-13 14:03:15 +00:00
"metrics" : {
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H" ,
"attackVector" : "LOCAL" ,
"attackComplexity" : "HIGH" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 4.7 ,
"baseSeverity" : "MEDIUM"
} ,
"exploitabilityScore" : 1.0 ,
"impactScore" : 3.6
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-476"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "4.19.271" ,
"matchCriteriaId" : "96C6211C-C372-4AC3-90D8-2535A98604D7"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "4.20" ,
"versionEndExcluding" : "5.4.230" ,
"matchCriteriaId" : "9DB7398D-9781-49C5-B2AE-1969B694B614"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.5" ,
"versionEndExcluding" : "5.10.165" ,
"matchCriteriaId" : "C6002D5B-9B6A-4788-B943-E3EE01E01303"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.11" ,
"versionEndExcluding" : "5.15.90" ,
"matchCriteriaId" : "E995CDA5-7223-4FDB-BAD3-81B22C763A43"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.16" ,
"versionEndExcluding" : "6.1.8" ,
"matchCriteriaId" : "A6AFE6C9-3F59-4711-B2CF-7D6682FF6BD0"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:6.2:rc1:*:*:*:*:*:*" ,
"matchCriteriaId" : "FF501633-2F44-4913-A8EE-B021929F49F6"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:6.2:rc2:*:*:*:*:*:*" ,
"matchCriteriaId" : "2BDA597B-CAC1-4DF0-86F0-42E142C654E9"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:6.2:rc3:*:*:*:*:*:*" ,
"matchCriteriaId" : "725C78C9-12CE-406F-ABE8-0813A01D66E8"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:6.2:rc4:*:*:*:*:*:*" ,
"matchCriteriaId" : "A127C155-689C-4F67-B146-44A57F4BFD85"
}
]
}
]
}
] ,
2024-08-21 08:03:15 +00:00
"references" : [
{
"url" : "https://git.kernel.org/stable/c/081105213ff6f661c114781d469233c7d0e09c2e" ,
2024-09-13 14:03:15 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-08-21 08:03:15 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/133b902378e4acbd824c29dd0d48570ad596e368" ,
2024-09-13 14:03:15 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-08-21 08:03:15 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/6fac4b5cecb3928a0a81069aaa815a2edc8dd5a1" ,
2024-09-13 14:03:15 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-08-21 08:03:15 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/a2bc47c43e70cf904b1af49f76d572326c08bca7" ,
2024-09-13 14:03:15 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-08-21 08:03:15 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/c462ac871f49753eca86bb960f573b993976a5ea" ,
2024-09-13 14:03:15 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-08-21 08:03:15 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/ea2ee5e9991caf74e0604f994c1831a5867055b2" ,
2024-09-13 14:03:15 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-08-21 08:03:15 +00:00
}
]
}