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

7.8 · HIGH
Published May 1, 2026 linux EPSS 0.13% (3th pctl)

Overview

CVE-2026-43009 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 1, 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 incorrect pruning due to atomic fetch precision tracking

When backtrack_insn encounters a BPF_STX instruction with BPF_ATOMIC

and BPF_FETCH, the src register (or r0 for BPF_CMPXCHG) also acts as

a destination, thus receiving the old value from the memory location.

The current backtracking logic does not account for this. It treats

atomic fetch operations the same as regular stores where the src

register is only an input. This leads the backtrack_insn to fail to

propagate precision to the stack location, which is then not marked

as precise!

Later, the verifier's path pruning can incorrectly consider two states

equivalent when they differ in terms of stack state. Meaning, two

branches can be treated as equivalent and thus get pruned when they

should not be seen as such.

Fix it as follows: Extend the BPF_LDX handling in backtrack_insn to

also cover atomic fetch operations via is_atomic_fetch_insn() helper.

W

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.12, < 6.19.12 Affected

Frequently Asked Questions

What is CVE-2026-43009?

CVE-2026-43009 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-43009?

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

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-43009?

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