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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-11-19 02:16
Updated : 2024-12-11 15:15
NVD link : CVE-2024-50267
Mitre link : CVE-2024-50267
CVE.ORG link : CVE-2024-50267
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free