Bug 2315213 (CVE-2024-46861) - CVE-2024-46861 kernel: usbnet: ipheth: do not stop RX on failing RX callback
Summary: CVE-2024-46861 kernel: usbnet: ipheth: do not stop RX on failing RX callback
Keywords:
Status: NEW
Alias: CVE-2024-46861
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2315242
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-09-27 13:23 UTC by OSIDB Bzimport
Modified: 2024-12-24 05:28 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-09-27 13:23:19 UTC
In the Linux kernel, the following vulnerability has been resolved:

usbnet: ipheth: do not stop RX on failing RX callback

RX callbacks can fail for multiple reasons:

* Payload too short
* Payload formatted incorrecly (e.g. bad NCM framing)
* Lack of memory

None of these should cause the driver to seize up.

Make such failures non-critical and continue processing further
incoming URBs.


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