Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-68137

9.8 · CRITICAL
Published Aug 10, 2026 EPSS 0.54% (43th pctl)

Overview

CVE-2026-68137 is a critical-severity vulnerability. It was published on August 10, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical 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

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-68137?

CVE-2026-68137 is a critical-severity vulnerability. It was published on August 10, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2026-68137?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-68137?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-68137?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-68137 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.