Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-53384

9.8 · CRITICAL
Published Jul 19, 2026 linux CWE-416 EPSS 0.52% (42th pctl)

Overview

CVE-2026-53384 is a critical-severity vulnerability affecting linux linux_kernel. It was published on July 19, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical 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.

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.19, < 6.1.177 Affected

Frequently Asked Questions

What is CVE-2026-53384?

CVE-2026-53384 is a critical-severity vulnerability affecting linux linux_kernel. It was published on July 19, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2026-53384?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-53384?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-53384?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-53384 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.