Use-after-free in Zcash - #VU130977
Published: May 11, 2026
Zcash
Electric Coin Co.
Description
The vulnerability allows a remote attacker to cause a denial of service and potentially execute arbitrary code.
The vulnerability exists due to use-after-free in zcashd::ConnectBlock when processing a crafted block message that triggers an early return after script verification work has been queued. A remote attacker can send a specially crafted block to cause a denial of service and potentially execute arbitrary code.
The issue affects multi-threaded script verification configurations where worker threads may still dereference PrecomputedTransactionData after the backing vector has been destroyed.