CVE-2022-50470

HIGH

Linux Kernel < 4.9.332 - Double Free

Title source: rule

Description

In the Linux kernel, the following vulnerability has been resolved: xhci: Remove device endpoints from bandwidth list when freeing the device Endpoints are normally deleted from the bandwidth list when they are dropped, before the virt device is freed. If xHC host is dying or being removed then the endpoints aren't dropped cleanly due to functions returning early to avoid interacting with a non-accessible host controller. So check and delete endpoints that are still on the bandwidth list when freeing the virt device. Solves a list_del corruption kernel crash when unbinding xhci-pci, caused by xhci_mem_cleanup() when it later tried to delete already freed endpoints from the bandwidth list. This only affects hosts that use software bandwidth checking, which currenty is only the xHC in intel Panther Point PCH (Ivy Bridge)

Scores

CVSS v3 7.8
EPSS 0.0001
EPSS Percentile 1.2%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Classification

CWE
CWE-415
Status published

Affected Products (10)

linux/linux_kernel < 4.9.332
linux/linux_kernel
linux/linux_kernel
linux/Kernel < 4.9.332linux
linux/Kernel < 4.14.298linux
linux/Kernel < 4.19.264linux
linux/Kernel < 5.4.223linux
linux/Kernel < 5.10.153linux
linux/Kernel < 5.15.77linux
linux/Kernel < 6.0.7linux

Timeline

Published Oct 04, 2025
Tracked Since Feb 18, 2026