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

Published Aug 15, 2026 EPSS 0.22% (12th pctl)

Overview

CVE-2026-72428 is a known-severity vulnerability. It was published on August 15, 2026.

Technical Description

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

bpf: Fix stack slot index in nospec checks

check_stack_write_fixed_off() computes the byte slot for a fixed-offset

stack write as -off - 1, and records each written byte in slot_type[] with

(slot - i) % BPF_REG_SIZE.

The Spectre v4 sanitization pre-check uses slot_type[i] instead. For a

4-byte write at fp-8 after the lower half of fp-8 has been zeroed, the

pre-check scans bytes 0..3 and sees STACK_ZERO while the actual write updates

bytes 7..4. That can leave the second half-slot write without nospec_result

even though the bytes being overwritten still require sanitization.

Use the same slot index in the sanitization pre-check that the write path uses

when updating slot_type[].

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

CVE-2026-72428 is a known-severity vulnerability. It was published on August 15, 2026.

How severe is CVE-2026-72428?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

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

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

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