Bug 2301544 (CVE-2024-42226) - CVE-2024-42226 kernel: usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB
Summary: CVE-2024-42226 kernel: usb: xhci: prevent potential failure in handle_tx_even...
Keywords:
Status: NEW
Alias: CVE-2024-42226
Product: Security Response
Classification: Other
Component: vulnerability-draft
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2302254
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-07-30 09:09 UTC by OSIDB Bzimport
Modified: 2024-09-26 14:38 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2024:7043 0 None None None 2024-09-24 09:43:33 UTC
Red Hat Product Errata RHBA-2024:7198 0 None None None 2024-09-26 09:51:02 UTC
Red Hat Product Errata RHBA-2024:7236 0 None None None 2024-09-26 14:38:06 UTC
Red Hat Product Errata RHSA-2024:7000 0 None None None 2024-09-24 02:35:31 UTC
Red Hat Product Errata RHSA-2024:7001 0 None None None 2024-09-24 00:40:00 UTC

Description OSIDB Bzimport 2024-07-30 09:09:48 UTC
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.

Comment 2 errata-xmlrpc 2024-09-24 00:39:59 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2024:7001 https://access.redhat.com/errata/RHSA-2024:7001

Comment 3 errata-xmlrpc 2024-09-24 02:35:30 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2024:7000 https://access.redhat.com/errata/RHSA-2024:7000


Note You need to log in before you can comment on or make changes to this bug.