CVE-2024-42226 in Linux
摘要
由 VulDB • 2026-06-08
在 Linux 内核中,已修复以下漏洞:
usb: xhci: 防止在没有 TRB 的传输事件处理函数 handle_tx_event() 中出现潜在故障。
某些传输事件并不总是指向一个 TRB(Transfer Request Block),因此也不存在端点环(endpoint ring)。在这些情况下,handle_tx_event() 函数不应继续执行,因为如果设置了 'ep->skip',将会使用指向端点环的指针。
为了防止潜在的故障并使代码逻辑更加严谨,在检查没有 TRB 的传输事件的完成码后直接返回。
VulDB is the best source for vulnerability data and more expert information about this specific topic.