CVE-2026-68137Disclosure

LOWCVSS 9.8 · CRITICAL

Signal is active with 1 mentions in latest observed window

Immediate actions

  • Track advisory updates for patch or workaround availability

Recommended action window: Monitor and triage in normal cycle

NVD description

In the Linux kernel, the following vulnerability has been resolved: net/x25: fix use-after-free in x25_kill_by_neigh() x25_kill_by_neigh() walks the global X.25 socket list looking for sockets attached to a terminating neighbour. x25_list_lock protects list membership while the lookup is in progress, but it does not pin a socket's lifetime after the lock is dropped. The function currently drops x25_list_lock before calling lock_sock(s). A concurrent close can run x25_release(), remove the same socket from x25_list, and drop the last socket reference in that window. The neighbour teardown path can then lock or inspect a freed struct sock/struct x25_sock. Take sock_hold(s) while x25_list_lock still proves that the list entry is live, then drop the temporary reference after the socket has been locked, rechecked, and released. Recheck x25_sk(s)->neighbour after lock_sock(), because another path may have disconnected the socket before this path acquired the socket lock. Restart the list walk after each disconnect because the list lock was dropped and the previous iterator state may no longer be valid. A QEMU/KASAN run against origin/master reproduced a slab-use-after-free in x25_kill_by_neigh().

0.0/ 10 priority

Sources & remediation

Priority

LOW

Exploitation

NONE

PoC

NONE

Patch

NONE

Momentum

NONE

Threat summary

  • 1 mentions across 1 observed day

What's happening

  • Technical details provided in 1 signal
  • Disclosure: 1 classified signal
  • 1 total mentions across 1 day

Deep dive

Activity timeline1 mentions / 1d
00111Mentions · 2026-08-11: 1Technical Details · 2026-08-11: 108-11
Signal classification1 categories
Disclosure
1100.0%
Referenced assets1 URL
Full discourse1 post
  • Windows Forum@windowsforum
    Disclosure

    🐧 CVE-2026-68137 is a real Linux slab use-after-free—but only if legacy X.25 is enabled. Not every server is on fire; just the ones running networking’s museum exhibit. https://windowsforum.com/security-alerts.84/cve-2026-68137-linux-x-25-flaw-requires-x-25-enabled.442413/?utm_source=x&utm_medium=social&utm_campaign=news_node84 #LinuxSecurity #CveAnalysis #X25Networking #KernelVulnerabilities https://t.co/6dnz7yklEB

    Post summary

    The tweet announces CVE‑2026‑68137 as a Linux slab use‑after‑free that is triggered only when legacy X.25 networking is enabled, providing technical details but no evidence of active exploitation, PoC, or patching.

    0000046
    1.3K followersView on X

Explore more