CVE-2026-53671CWE-682

CVE-2026-53671

published September 2, 2026

CVSS
9.3
EPSS
0%
Percentile
21.4
In the wild
Unconfirmed
What it is

PREVAIL is a Polynomial-Runtime EBPF Verifier using an Abstract Interpretation Layer. Prior to version 0.2.4, the abstract transformer in prevail treats writes through a T_CTX-typed base register as a silent no-op: do_mem_store in src/crab/ebpf_transformer.cpp only models T_STACK stores, and the checker's T_CTX bounds arm never tests AccessType::write. An attacker can craft an eBPF program that overwrites a context field (e.g., ctx->data), reload that field typed as T_PACKET, and dereference an attacker-controlled address — and prevail will report the program as safe. This issue has been patched in version 0.2.4.

The record
Technical detail
CVSS
9.3 · NONE
CVSS v4.0
9.3 · CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
EPSS
0.00291 · 21.4th percentile
Weakness
CWE-682 · Incorrect Calculation
Published
2026-09-02T22:20Z
References (4)
EPSS history
Timeline
  • 04 SEP 03:42Z
    EPSS moved — → 0%
    epss
  • 02 SEP 17:54Z
    PREVAIL: Context-write no-op in do_mem_store allows unsafe eBPF programs to pass verification
    cvelistv5