← Back to CVE List

CVE-2024-46861

Published: 2024-09-27T13:15Z
Last Modified: 2024-10-03T15:36Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt