CVE-2024-50267

Updated on 19 Nov 2024

Severity

7.8 High severity

Details

CVSS score
7.8
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Overview

About vulnerability

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.

Details

Affected packages:
kernel @ 4.18.0 (+12 more)

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.

Fixes