← Back to CVE List

CVE-2024-50267

Published: 2024-11-19T02:16Z
Last Modified: 2024-12-11T15:15Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: USB: serial: io_edgeport: fix use after free in debug printk The "dev_dbg(&urb->dev->dev, ..." which happens after usb_free_urb(urb) is a use after free of the "urb" pointer. Store the "dev" pointer at the start of the function to avoid this issue. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt