U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2025-24802

Change History

New CVE Received from GitHub, Inc. 1/30/2025 3:15:51 PM

Action Type Old Value New Value
Added 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.
Added CVSS V3.1

								
							
							
						
AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N
Added CWE

								
							
							
						
CWE-1240
Added Reference

								
							
							
						
https://github.com/0xPolygonZero/plonky2/blob/main/plonky2/src/plonk/prover.rs#L97
Added Reference

								
							
							
						
https://github.com/0xPolygonZero/plonky2/commit/091047f7f10cae082716f3738ad59a583835f7b6
Added Reference

								
							
							
						
https://github.com/0xPolygonZero/plonky2/security/advisories/GHSA-hj49-h7fq-px5h