NRDAX
CLI Submit

← registry

NRDAX-T0129 - Invalid Curve Point Panic

Fault termination · Consensus ingest · absent invariant · active · first seen 2026-07-07

provenance: Reproduced in NullRabbit's attack-reproduction pipeline

mechanism

CVE-2026-41584 (GHSA-452v-w3gx-72wg): a V5/NU5 tx whose Orchard action rk is the IDENTITY point [0x00;32] - a canonical point the spec allows, so it passes parse + hash() - but Orchard proof verification extracts the identity's affine coords and .unwrap()s (circuit.rs Instance::to_halo2_instance) → PANIC. Single unauth P2P tx crashes the node in verify. Fixed v4.3.1 / zebra-chain 6.0.2.

live exposure

No exposure data. Slashr ↗ has no risk signal mapped to this technique yet — absence of data is not absence of exposure.

instances (2)

chainprimitivefidelityoriginreproducer (bundle)source
zcash zcash_zebra_orchard_rk_identity_verify_panic lab reverse-engineered-cve zcash_zebra_orchard_rk_identity_verify_panic GHSA-452v-w3gx-72wg ↗
zcash zcash_zebra_v5_orchard_rk_noncanonical_txid_panic lab reverse-engineered-cve zcash_zebra_v5_orchard_rk_noncanonical_txid_panic CVE-2026-34202 ↗

related (Fault termination)

cite

https://nrdax.com/techniques/NRDAX-T0129

plain

NRDAX Registry. Technique NRDAX-T0129.

bibtex
@misc{nrdax_NRDAX_T0129,
  title = {Invalid Curve Point Panic (NRDAX-T0129)},
  howpublished = {NRDAX Registry},
  url = {https://nrdax.com/techniques/NRDAX-T0129},
}
json (csl)
{
  "id": "nrdax-NRDAX-T0129",
  "type": "dataset",
  "title": "Invalid Curve Point Panic (NRDAX-T0129)",
  "URL": "https://nrdax.com/techniques/NRDAX-T0129",
  "publisher": "NRDAX Registry"
}
badge

NRDAX-T0129 in the NRDAX registry

[![NRDAX-T0129 in the NRDAX registry](https://nrdax.com/badge/NRDAX-T0129.svg)](https://nrdax.com/techniques/NRDAX-T0129-invalid-curve-point-panic)

use from the CLI

Retrieve or cite this technique from a script or the terminal with the NRDAX Python library & CLI.

Retrieve this technique
nrdax get NRDAX-T0129
Cite it (BibTeX)
nrdax cite NRDAX-T0129 --format bibtex

CLI guide → GitHub ↗