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

7.8 · HIGH
Published Aug 10, 2026 EPSS 0.18% (7th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

net/packet: avoid fanout hook re-registration after unregister

packet_set_ring() temporarily detaches a socket from packet delivery while

reconfiguring its ring. It records the previous running state, clears

po->num, unregisters the protocol hook when needed, drops po->bind_lock,

and later restores po->num and re-registers the hook from the saved

was_running value.

That unlocked window can race with NETDEV_UNREGISTER. The notifier can

observe the socket as not running, skip __unregister_prot_hook(), and

invalidate the per-socket binding by setting po->ifindex to -1 and clearing

po->prot_hook.dev. A one-member fanout group can still retain its shared

fanout hook device pointer. When packet_set_ring() resumes, re-registering

solely from the stale was_running state can re-add the fanout hook after

the device has been unregistered.

Treat po->ifindex == -1 as an invalidated binding after reacquiring

po->bind_lock. This

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

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

How severe is CVE-2026-68338?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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

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