CVE Catalog

CVE-2026-53670

CriticalCVSS 9.3
Published: Updated: Translated: NVD NIST

Summary

In the PREVAIL eBPF verifier before version 0.2.4, EbpfTransformer::add() silently skips offset-variable updates when the destination register carries a non-singleton typeset. 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.

Risk Assessment

This could allow loading a malicious eBPF program, threatening kernel and system security.

Recommendation

Update PREVAIL to version 0.2.4 or later, which contains the fix.

Other vulnerabilities in PREVAIL

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS