← Back to CVE List

CVE-2025-21743

Published: 2025-02-27T03:15Z
Last Modified: 2025-03-05T18:52Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: usbnet: ipheth: fix possible overflow in DPE length check Originally, it was possible for the DPE length check to overflow if wDatagramIndex + wDatagramLength > U16_MAX. This could lead to an OoB read. Move the wDatagramIndex term to the other side of the inequality. An existing condition ensures that wDatagramIndex < urb->actual_length. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt