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…
提示
摘要
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…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- 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
时间线
- nvd_ingest NVD