Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-53384

Gravedad CVSS v3.1:
CRÍTICA
Tipo:
CWE-416 Utilización después de liberación
Fecha de publicación:
19/07/2026
Última modificación:
29/07/2026

Descripción

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

Productos y versiones vulnerables

CPE Desde Hasta
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.9 (incluyendo) 6.1.177 (excluyendo)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.2 (incluyendo) 6.6.144 (excluyendo)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.7 (incluyendo) 6.12.95 (excluyendo)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.13 (incluyendo) 6.18.38 (excluyendo)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.19 (incluyendo) 7.0.14 (excluyendo)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 7.1 (incluyendo) 7.1.2 (excluyendo)