CVE-2026-53670 PUBLISHED

PREVAIL: Non-singleton typeset in add() skips offset update, allowing OOB access to pass eBPF verification

Assigner: GitHub_M
Reserved: 09.06.2026 Published: 02.09.2026 Updated: 02.09.2026

PREVAIL is a Polynomial-Runtime EBPF Verifier using an Abstract Interpretation Layer. Prior to version 0.2.4, in the Prevail eBPF verifier, EbpfTransformer::add() silently skips offset-variable updates when the destination register carries a non-singleton typeset (two or more simultaneously possible pointer types). Subsequent bounds checks use the stale offset and accept out-of-bounds memory accesses, so a crafted BPF program passes verification even though it would corrupt memory at runtime. This issue has been patched in version 0.2.4.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor vbpf
Product prevail
Versions
  • Version < 0.2.4 is affected

References

Problem Types

  • CWE-682: Incorrect Calculation CWE