CVE-2025-24802 - Plonky2 Lookup Table Padding overwrite vulnerability

5 hours ago 2
ARTICLE AD BOX
CVE ID : CVE-2025-24802
Published : Jan. 30, 2025, 8:15 p.m. | 31 minutes ago
Description : Plonky2 is a SNARK implementation based on techniques from PLONK and FRI. Lookup tables, whose length is not divisible by 26 = floor(num_routed_wires / 3) always include the 0 -> 0 input-output pair. Thus a malicious prover can always prove that f(0) = 0 for any lookup table f (unless its length happens to be divisible by 26). The cause of problem is that the LookupTableGate-s are padded with zeros. A workaround from the user side is to extend the table (by repeating some entries) so that its length becomes divisible by 26. This vulnerability is fixed in 1.0.1.
Severity: 8.6 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
Read Entire Article