First published: Fri Sep 27 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux kernel | <6.6.52 | |
Linux kernel | >=6.7<6.10.11 | |
Linux kernel | =6.11-rc1 | |
Linux kernel | =6.11-rc2 | |
Linux kernel | =6.11-rc3 | |
Linux Kernel | <6.6.52 | |
Linux Kernel | >=6.7<6.10.11 | |
Linux Kernel | =6.11-rc1 | |
Linux Kernel | =6.11-rc2 | |
Linux Kernel | =6.11-rc3 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.133-1 6.12.22-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-46861 has a severity rating that may vary depending on the specific implementation and usage context in affected systems.
To remediate CVE-2024-46861, upgrade your Linux kernel to version 6.12.11-1 or above.
CVE-2024-46861 affects Linux kernel versions up to 6.6.52 and from 6.7 to 6.11-rc3.
CVE-2024-46861 addresses issues related to failing RX callbacks in usbnet and ipheth drivers when processing network packets.
CVE-2024-46861 does not specifically indicate a remote code execution vulnerability but involves callback failures that could affect network stability.