TL;DR
A Linux kernel vulnerability, tracked as CVE-2026-68162, affects the SCTP networking code. It rates CVSS 7.8. Researchers at NebuSec have published proof-of-concept exploit code that escalates a local user to root on Ubuntu 26.04.
- CVE: CVE-2026-68162
- CVSS: 7.8 (High · CVSSv3)
- Product: Linux
- Affected: 10c869a52f266e40f548cc3c565d14930a5edafc, dc583e7e5f8515ca489c0df28e4362a70eade382, bd2a2939423566c654545fa3e96a656662a0af9e, 1b67030d39f2b00f94ac1f0af11ba6657589e4d3, 7ec30c54f339c640aa7e49d7e9f7bbed6bd42bf6, c184bc621e3cef03ac9ba81a50dda2dae6a21d36 (+8 more)
- Impact: sctp: avoid auth_enable sysctl UAF during netns teardown
- Status: No confirmed exploitation yet
- Patched in: 19573dcddb8819fd68d6cd1f916c1c99c3fa4ff4, ceb7190b5c873d4a1267a1600c5aa52c600e929f, fd66854a22661929245f3d2b244c432bc8b1a150, 158f3cc332dc53f43ec20060233d7c3cecd6d912 (+14 more)
- EPSS: 0.2% (30-day)
- Action: Update to 19573dcddb8819fd68d6cd1f916c1c99c3fa4ff4, ceb7190b5c873d4a1267a1600c5aa52c600e929f, fd66854a22661929245f3d2b244c432bc8b1a150, 158f3cc332dc53f43ec20060233d7c3cecd6d912 (+14 more) now
Why It Matters
Root access gives an attacker full control of a machine. This Linux kernel vulnerability turns a low-privileged local account into that outcome. With public exploit code now available, the risk to unpatched systems rises quickly. Multi-user and shared hosts face the greatest exposure.
How the Attack Works
The flaw is a use-after-free in the Stream Control Transmission Protocol (SCTP). It occurs during network namespace teardown. SCTP registered its per-net sysctls before the control socket existed, and left them writable after the socket was destroyed. As a result, an already-open sysctl file could still target a namespace being torn down. A local attacker triggers this window to corrupt memory. The published proof-of-concept exploit code shows how the memory corruption leads to root privilege escalation.
Affected Versions and Exploitation Status
The bug was introduced in January 2025 and fixed upstream in July 2026. Kernels built with SCTP support in that window are affected. The NebuSec team confirmed the public release in a disclosure post. A public proof-of-concept now exists. However, no active exploitation in the wild has been confirmed.
Patch and Mitigation
Update to a kernel that includes the upstream fix. The patch moves sysctl registration to after the control socket is created and unregisters it before the socket is destroyed. Apply your distribution’s latest kernel update and reboot. Where patching lags, restrict local access and monitor for unusual sysctl activity. Given the public exploit for CVE-2026-68162, treat kernel updates as a priority.
Support Our Threat Intelligence
Find our zero-day alerts and CVE reports helpful? Support our work today and unlock a 100% ad-free reading experience!