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 capab…
Info
Summary
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…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/0b31744f70c5e06cce5fb660e02d057a3b9e0e37
- https://git.kernel.org/stable/c/70706dbcf122940f4e3595d7ba1445004cc00074
- https://git.kernel.org/stable/c/78203d5b54a40f0e36196ebf31c9c7a380fc8811
- https://git.kernel.org/stable/c/bf84c6b0264947794fa783c324a6d874ca6657d8
- https://git.kernel.org/stable/c/c051f66b621695ad7c8438a9497d79e1f4f05edb
Timeline
- nvd_ingest NVD