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-53389

7.8 · HIGH
Published Jul 19, 2026 linux CWE-416 EPSS 0.17% (7th pctl)

Overview

CVE-2026-53389 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 19, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

net/tcp-ao: fix use-after-free of key in del_async path

In tcp_ao_delete_key(), the del_async path skips the current_key

and rnext_key validity checks present in the synchronous path,

assuming these pointers are always NULL on LISTEN sockets. However,

if a key was added with set_current=1/set_rnext=1 while the socket

was in CLOSE state, current_key and rnext_key will be non-NULL

after listen() transitions the socket to LISTEN.

When such a key is deleted with del_async=1, hlist_del_rcu() and

call_rcu() free the key without clearing the dangling pointers.

After the RCU grace period, getsockopt(TCP_AO_INFO) dereferences

current_key->sndid and rnext_key->rcvid from freed slab memory.

Clear current_key and rnext_key in the del_async path when they

reference the key being deleted.

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 >= 6.7, < 6.12.95 Affected

Frequently Asked Questions

What is CVE-2026-53389?

CVE-2026-53389 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 19, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-53389?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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-53389?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-53389 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.