AI description
CVE-2026-68162 is a use-after-free vulnerability found within the Stream Control Transmission Protocol (SCTP) implementation of the Linux kernel. The flaw specifically resides in the `proc_sctp_do_auth()` function, which is responsible for updating the SCTP control socket when the `net.sctp.auth_enable` sysctl parameter is modified. This issue arises because an already opened sysctl file can reference a network namespace during its teardown, leading to improper ordering of sysctl registration and control socket lifecycle. The vulnerability creates two race windows: one during initialization where `auth_enable` can be written before the control socket exists, and another during teardown where `auth_enable` remains writable after the control socket has been released. A local attacker who holds an open file descriptor to the `auth_enable` sysctl can trigger this use-after-free condition on the SCTP control socket during network namespace teardown. This can potentially lead to memory corruption or a system crash.
- Description
- In the Linux kernel, the following vulnerability has been resolved: sctp: avoid auth_enable sysctl UAF during netns teardown proc_sctp_do_auth() updates the SCTP control socket after changing net.sctp.auth_enable. The handler gets the per-net SCTP state from ctl->data, so an already opened sysctl file can still target a network namespace while that namespace is being torn down. SCTP previously registered its per-net sysctls from sctp_defaults_init(), while the control socket is created later from sctp_ctrlsock_init(). This exposed a window during initialization where auth_enable was writable before net->sctp.ctl_sock existed, and a teardown window where auth_enable stayed writable after inet_ctl_sock_destroy() had released the control socket. Move the per-net SCTP sysctl registration into sctp_ctrlsock_init() after sctp_ctl_sock_init() succeeds, and unregister the sysctl table before destroying the control socket in sctp_ctrlsock_exit(). If sysctl registration fails after the control socket was created, destroy the control socket in the same init path. Make sctp_sysctl_net_unregister() tolerate a missing header and clear the saved pointer so init-error and exit paths can safely share the unregister helper.
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
- NVD status
- Received
CVSS 3.1
- Type
- Secondary
- Base score
- 7.8
- Impact score
- 5.9
- Exploitability score
- 1.8
- Vector string
- CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Severity
- HIGH
Hype score is a measure of social media activity compared against trending CVEs from the past 12 months. Max score 100.
- Hype score
17
🔴 Nebula Security tarafından, Ubuntu 26.04 LTS için yeni Linux kernel PoC'si yayınlandı! CVE-2026-68162 olarak izlenen açık, Linux kernel'in SCTP bileşenindeki bir Use-After-Free (UAF) zafiyetinden kaynaklanıyor. Bu açık Ocak 2025'te keşfedilmiş ve Temmuz 2026'd
@ridvanyagli
29 Aug 2026
182 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
Today's exploit is again for the latest Ubuntu 26.04, a UAF in SCTP: CVE-2026-68162. It was introduced in Jan 2025 and fixed upstream in Jul 2026. Discovered and exploited by the NebuSec security pipeline. Exp source code: https://t.co/vCpwTZR3Ql https://t.co/lUPlkcZHwM
@nebusecurity
29 Aug 2026
12202 Impressions
24 Retweets
156 Likes
55 Bookmarks
5 Replies
3 Quotes