CVE-2026-53384

CRITICAL

serial: 8250_dw: unregister 8250 port if clk_notifier_register() fails

Title source: cna
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: serial: 8250_dw: unregister 8250 port if clk_notifier_register() fails dw8250_probe() registers the 8250 port via serial8250_register_8250_port() and then, if the device has a clock, registers a clock notifier. If clk_notifier_register() fails, probe returns the error but leaves the 8250 port registered. The matching serial8250_unregister_port() lives in dw8250_remove(), which is not called when probe fails, so the port slot stays occupied until the device is rebound or the system is rebooted. The devm-allocated driver data is freed while the port still references it (via the saved private_data and serial_in/serial_out callbacks), so any access to that port slot before a rebind is a use-after-free hazard. Unregister the port on the clk_notifier_register() error path.

Scores

CVSS v3 9.8
EPSS 0.0049
EPSS Percentile 39.4%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Details

CWE
CWE-416
Status published
Products (33)
linux/Kernel 5.19.0 - 6.1.177linux
linux/Kernel 5.9.0 - 6.1.177linux
linux/Kernel 6.13.0 - 6.18.38linux
linux/Kernel 6.19.0 - 7.0.14linux
linux/Kernel 6.2.0 - 6.6.144linux
linux/Kernel 6.7.0 - 6.12.95linux
linux/Kernel 7.1.0 - 7.1.2linux
Linux/Linux < 5.19
Linux/Linux < 5.9
Linux/Linux 5.19
... and 23 more
Published Jul 19, 2026
Tracked Since Jul 19, 2026