Use-after-free in Linux kernel - CVE-2026-53389

 

Use-after-free in Linux kernel - CVE-2026-53389

Published: July 21, 2026


Vulnerability identifier: #VU138883
CSH Severity: Low
CVSS v4: 4.8 [CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-53389
CWE-ID: CWE-416
Exploitation vector: Local access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a local user to disclose sensitive information.

The vulnerability exists due to a use-after-free in tcp_ao_delete_key() in net/ipv4/tcp_ao.c when deleting a TCP-AO key asynchronously and later querying TCP_AO_INFO. A local user can delete a key with del_async enabled after setting it as the current or rnext key to disclose sensitive information.

The issue occurs when a key was assigned as the current or rnext key while the socket was in CLOSE state and the socket is later transitioned to LISTEN.


Affected software

Linux kernel

How to mitigate CVE-2026-53389

Install security update from vendor's repository.

Linux kernel - update to 7.0 rc3

External References

Related Security Bulletins