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-68397

8.8 · HIGH
Published Aug 10, 2026 EPSS 0.27% (18th pctl)

Overview

CVE-2026-68397 is a high-severity vulnerability. It was published on August 10, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

net/iucv: take a reference on the socket found in afiucv_hs_rcv()

afiucv_hs_rcv() looks up the destination socket under iucv_sk_list.lock,

drops the lock, and then passes the socket to the afiucv_hs_callback_*()

handlers without holding a reference. AF_IUCV sockets are not

RCU-protected and are freed synchronously by iucv_sock_kill() ->

sock_put(), so a concurrent close can free the socket in the window

between read_unlock() and the handler, which then dereferences freed

memory (for example sk->sk_data_ready() in afiucv_hs_callback_syn()).

Take a reference with sock_hold() while the socket is still on the list

and release it with sock_put() once the handler has run.

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-68397?

CVE-2026-68397 is a high-severity vulnerability. It was published on August 10, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2026-68397?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

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

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-68397?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-68397 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.