๐Ÿ” CVE Alert

CVE-2026-80861

UNKNOWN 0.0

usb: xhci: bail out of setup if the controller is inaccessible

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: bail out of setup if the controller is inaccessible xhci_gen_setup() locates the operational registers using the capability length read from the very first register: xhci->op_regs = hcd->regs + HC_LENGTH(readl(&xhci->cap_regs->hc_capbase)); If the controller is dead or has dropped off the bus, that read returns ~0, HC_LENGTH() truncates it to 0xff, and op_regs ends up 0xff bytes past the page-aligned MMIO base, i.e. unaligned. The first access through it, xhci_halt() -> xhci_handshake() reading op_regs->status, is then an unaligned readl() on device memory. arm64 faults on unaligned device accesses, so instead of xhci_handshake() catching the all-ones value and returning -ENODEV, setup oopses: xhci-pci-renesas 0005:08:00.0: Unable to change power state from D3cold to D0, device inaccessible xhci-pci-renesas 0005:08:00.0: xHCI Host Controller xhci-pci-renesas 0005:08:00.0: new USB bus registered, assigned bus number 1 Unable to handle kernel paging request at virtual address ffff80030a770103 ESR = 0x0000000096000021 FSC = 0x21: alignment fault Internal error: Oops: 0000000096000021 [#1] SMP pc : xhci_halt [xhci_hcd] Call trace: xhci_halt xhci_gen_setup xhci_pci_setup usb_add_hcd usb_hcd_pci_probe xhci_pci_common_probe xhci_pci_renesas_probe This was hit with a Renesas uPD720201 that failed to power up ("Unable to change power state from D3cold to D0, device inaccessible") yet still reached the HCD probe path. Read the capability register once, and if it reads back the all-ones value (as xhci_handshake() and xhci_reset() already test for), abort setup with -ENODEV before op_regs is derived from it. Reading it once also avoids re-reading a register that may change under a concurrent hot-removal.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 4, 2026
Last Updated Sep 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
66d4eadd8d067269ea8fead1a50fe87c2979a80d < c051f66b621695ad7c8438a9497d79e1f4f05edb 66d4eadd8d067269ea8fead1a50fe87c2979a80d < bf84c6b0264947794fa783c324a6d874ca6657d8 66d4eadd8d067269ea8fead1a50fe87c2979a80d < 0b31744f70c5e06cce5fb660e02d057a3b9e0e37 66d4eadd8d067269ea8fead1a50fe87c2979a80d < 78203d5b54a40f0e36196ebf31c9c7a380fc8811
Linux / Linux
2.6.31

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/c051f66b621695ad7c8438a9497d79e1f4f05edb git.kernel.org: https://git.kernel.org/stable/c/bf84c6b0264947794fa783c324a6d874ca6657d8 git.kernel.org: https://git.kernel.org/stable/c/0b31744f70c5e06cce5fb660e02d057a3b9e0e37 git.kernel.org: https://git.kernel.org/stable/c/78203d5b54a40f0e36196ebf31c9c7a380fc8811