NONE · 0

CVE-2026-53670

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 update...

Vulnerability Description

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.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-53670?

CVE-2026-53670 is a documented vulnerability. 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 update...

How severe is CVE-2026-53670?

CVSS scoring is not yet available for CVE-2026-53670. Check NVD for updates.

Is there a patch for CVE-2026-53670?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.