CVE-2026-53389
Last modified
CVE-2026-53389 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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.. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d6732b95b6fbbc6d5bb9d2f809e275763640c4a2, < 6ce7ef41743740ce15c2061561b784148b565b3f; >= d6732b95b6fbbc6d5bb9d2f809e275763640c4a2, < e77fbefd1269b5c123e7c651a1ebdce1b87d19a0; >= d6732b95b6fbbc6d5bb9d2f809e275763640c4a2, < 7ddc29a094d96e9b3aa280433c6dc443df9eabf2; >= d6732b95b6fbbc6d5bb9d2f809e275763640c4a2, < 5ba9950bc9078e19b69cca1e56d1553b125c6857 |
| Linux | Linux | 6.7 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-53389?
How severe is CVE-2026-53389?
How do I fix CVE-2026-53389?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-53383In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-53384In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-53385In the Linux kernel, the following vulnerability has been re…
- CVE-2026-53386In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53387In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-53388In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-5339A vulnerability was detected in Tenda G103 1.0.0.5. The impa…8.8
- CVE-2026-53390In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-53391In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-53392In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-53393In the Linux kernel, the following vulnerability has been re…
- CVE-2026-53394In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-53389?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
