Vuln Signal Radar
public-safe defensive signal
LOWpublic-safe

CVE-2026-54542

NVD: Nimiq is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. NVD: Prior to 1.6.0, a malicious state-sync peer can crash a syncing node by sending a crafted TrieChunk whose proof contains a TrieNodeChild suffix that is individually valid but exceeds the 63-byte KeyNibbles backing array when combined with the parent key. NVD: KeyNibbles::Add in primitives/src/key_nibbles.rs performs the combined slice operation without checking the total length, and the input reaches put_chunk, TrieNodeChild::key, and TrieNodeChild::is_stump before proof.verify, so the attacker does not need a...

CVSS
3.7
Severity
LOW
EPSS
0.0027 (20)
KEV
-

Source-published summary

NVD: Nimiq is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. NVD: Prior to 1.6.0, a malicious state-sync peer can crash a syncing node by sending a crafted TrieChunk whose proof contains a TrieNodeChild suffix that is individually valid but exceeds the 63-byte KeyNibbles backing array when combined with the parent key. NVD: KeyNibbles::Add in primitives/src/key_nibbles.rs performs the combined slice operation without checking the total length, and the input reaches put_chunk, TrieNodeChild::key, and TrieNodeChild::is_stump before proof.verify, so the attacker does not need a...

Possible impact

This low severity issue needs human triage to confirm exposure, affected versions, and vendor guidance for defensive exposure review.

Affected context

Affected product or version requires source confirmation.

Remediation / advisory

Patch confirmed by source text; fixed version context: version.

Why it matters

This low severity issue needs human triage to confirm exposure, affected versions, and vendor guidance for defensive exposure review.; CVSS 3.7 (LOW); EPSS percentile 20; not listed in KEV; Patch confirmed by source text; fixed version context: version; sources: NVD, OSV.

What to verify

Confirm affected product/version, vendor advisory, patch or mitigation, and exposure.

Exposure hint

exposure unknown

Impact tags

明示タグなし

Urgency reasons

vendor advisory presentrecent updateremediation reference present

Source-derived note

Summary derived from NVD / OSV description; unsafe procedural detail is not shown.

Redaction metadata

source summary used
True
fallback summary used
False
unsafe procedural detail present
false
raw source displayed
false
public summary redacted
true

Remediation handoff

Public-safe static handoff for human/Codex remediation planning. Scan, patch, external execution, and auto remediation are disabled.

Safety note

This radar shows source-published defensive context only. Exploit procedures, exploit strings, scanner commands, and auto-remediation are not provided.

Official references