PT-2026-69690 · Linux · Linux Kernel
CVE-2026-68290
·
Published
2026-08-10
·
Updated
2026-08-12
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A race condition exists in the RDS TCP implementation where
rds tcp exit net() frees the per-netns RDS TCP listen socket using rds tcp kill sock() before the per-netns sysctl table is unregistered. Because rds tcp skbuf handler() derives the network namespace from the socket, a concurrent sysctl write can lead to a slab-use-after-free, where the system dereferences a freed socket or socket buffer (sk).Recommendations
Update the Linux kernel to a version where the RDS TCP sysctl table is unregistered before calling
rds tcp kill sock() to ensure the listen socket is released safely.Exploit
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel