漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Soundness issue with Plonky2 look up tables
Vulnerability 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.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N
Vulnerability Type
CWE-1240
Vulnerability Title
Plonky2 安全漏洞
Vulnerability Description
Plonky2是Polygon Zero开源的一个存储库。 Plonky2存在安全漏洞,该漏洞源于源于LookupTableGate的零填充机制,可能导致恶意证明者证明f(0) = 0。
CVSS Information
N/A
Vulnerability Type
N/A