defirisk.co
rubric v1.7.0

Default bytes32(0) acceptable as valid root

Axelar Network's assessment for RD-F-154 — scored green on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.

Evidence summary #

[★ CRITICAL] Source-verified GREEN. In AxelarAuthWeighted.validateProof(): if (operatorsEpoch == 0 || epoch - operatorsEpoch >= OLD_KEY_RETENTION) revert InvalidOperators(). A bytes32(0) operatorsHash would produce epochForHash[bytes32(0)] == 0 (default mapping value) triggering this revert. Additionally, _transferOperatorship() prevents zero-operator sets (operatorsLength == 0 reverts with InvalidOperators) and prevents duplicate hashes. Nomad-class default-value root acceptance is structurally blocked.

Sources #

Methodology #

Determine whether the bridge inbox accepts a default-value (bytes32(0)) Merkle root as a valid proof root (Nomad bug class).

See the full factor methodology and distribution across all protocols →

rubric_version v1.7.0 protocol axelar factor RD-F-154 score green collected_at 2026-05-16 21:57:49