CVE-2025-24802
Last modified
CVE-2025-24802 is a high-severity vulnerability rated 8.6/10 on the CVSS scale. 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. EPSS estimates a 0.30% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-24802?
How severe is CVE-2025-24802?
How do I fix CVE-2025-24802?
Are you affected by CVE-2025-24802?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
