Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
ZEBRA: Consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Vulnerability Description
ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, Zebra can accept a block that zcashd rejects because the P2SH signature-operation counter undercounts redeem scripts containing a disabled opcode followed by signature opcodes. In zebra-script/src/lib.rs, p2sh_input_sigop_count used the pure-Rust script::Code::sig_op_count path, whose try_fold parser stops at disabled opcodes such as OP_CODESEPARATOR and returns only the partial count accumulated before the error. The zcashd reference implementation continues static signature-operation counting through disabled opcodes, so an attacker can broadcast P2SH spends that Zebra counts below MAX_BLOCK_SIGOPS while zcashd counts above the 20,000-operation limit. If a Zebra miner includes those transactions, Zebra validators accept the block while zcashd validators reject it, creating a consensus chain split that affects network integrity and availability without requiring the attacker to produce a block. This issue is fixed in version 4.5.0.
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:H/SA:H
Vulnerability Type
特定函数功能的不正确供给
Vulnerability Title
Zcash Foundation ZEBRA 处理逻辑错误漏洞
Vulnerability Description
Zcash Foundation ZEBRA是Zcash Foundation基金会的一款区块链网络节点实现。 Zcash Foundation ZEBRA 4.5.0之前版本存在处理逻辑错误漏洞,该漏洞源于zebra-script/src/lib.rs中的p2sh_input_sigop_count函数对包含禁用操作码后跟签名操作码的赎回脚本P2SH签名操作计数不足,可能导致共识链分裂,影响网络完整性和可用性。
CVSS Information
N/A
Vulnerability Type
N/A