CVE-2024-42226
概要

In the Linux kernel, the following vulnerability has been resolved:

usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB

Some transfer events don't always point to a TRB, and consequently don't
have a endpoint ring. In these cases, function handle_tx_event() should
not proceed, because if 'ep->skip' is set, the pointer to the endpoint
ring is used.

To prevent a potential failure and make the code logical, return after
checking the completion code for a Transfer event without TRBs.

公表日 2024年7月30日17:15
登録日 2024年7月30日20:00
最終更新日 2024年7月30日17:15
関連情報、対策とツール
共通脆弱性一覧