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

7.8 · HIGH
Published Aug 10, 2026 EPSS 0.13% (3th pctl)

Overview

CVE-2026-68415 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:

xfrm: clear mode callbacks after failed mode setup

xfrm_state_gc_task can run long after a failed IPTFS state setup. In the

reproduced case, __xfrm_init_state() cached x->mode_cbs, IPTFS setup

returned -ENOMEM before publishing mode_data, and the temporary module

reference from xfrm_get_mode_cbs() was dropped immediately. The dead state

then kept x->mode_cbs until deferred GC ran after xfrm_iptfs had been

unloaded.

Clear x->mode_cbs when mode init or clone fails before publishing

mode_data. Those states never installed mode-specific state or the

long-term IPTFS module pin, so deferred GC has nothing mode-specific to

destroy and must not retain a callback table pointer past the temporary

lookup reference.

The buggy scenario involves two paths, with each column showing the order

within that path:

failed setup path:

1. cache x->mode_cbs

2. mode setup fails before mode_data

3. drop the temporary module ref

4. dead sta

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

CVE-2026-68415 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-68415?

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

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

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