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

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

Overview

CVE-2026-72427 is a high-severity vulnerability. It was published on August 15, 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:

bpf: Fix effective prog array index with BPF_F_PREORDER

replace_effective_prog() and purge_effective_progs() located the slot in

the effective array by walking the program hlist and counting entries

linearly. That count does not match the array layout: compute_effective_

progs() places BPF_F_PREORDER programs at the front (ancestor cgroup

first, attach order within a cgroup) and the rest after them (descendant

cgroup first). So when a preorder program is present, the linear hlist

position no longer equals the program's index in the effective array.

For replace_effective_prog() (bpf_link_update()) this overwrote the

wrong slot, corrupting the effective order. For purge_effective_progs(),

it could dummy out a slot belonging to a different program and leave the

detached program in the array while bpf_prog_put() drops its reference,

i.e. a use-after-free.

Fix both by replaying compute_effective_progs()'s placement (inc

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

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

How severe is CVE-2026-72427?

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

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

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