GHSA-7c4j-2m43-2mgh
nimiq-primitives: Node crash due to missing interlink validation in election macro block proposals
상세
### Impact An untrusted p2p peer can cause a node to panic by announcing an election macro block whose `validators` set contains an invalid compressed BLS voting key.
Hashing an election macro header hashes `validators` and reaches `Validators::voting_keys()`, which calls `validator.voting_key.uncompress().unwrap()` and panics on invalid bytes.
### Patches [The patch for this vulnerability](https://github.com/nimiq/core-rs-albatross/commit/e10eaebcd7774e5da6d0ff5e88ed13503474f0ff) is included as part of [v1.3.0](https://github.com/nimiq/core-rs-albatross/releases/tag/v1.3.0).
### Workarounds No known workarounds.
이 버전이 영향받나요?
사용 중인 패키지 버전을 입력하면 즉시 평가합니다.
영향 패키지
0 No fixed version published yet for nimiq-primitives. Pin to a known-safe version or switch to an alternative.
참고
- https://github.com/nimiq/core-rs-albatross/security/advisories/GHSA-7c4j-2m43-2mgh [WEB]
- https://nvd.nist.gov/vuln/detail/CVE-2026-34065 [ADVISORY]
- https://github.com/nimiq/core-rs-albatross/pull/3662 [WEB]
- https://github.com/nimiq/core-rs-albatross/commit/e10eaebcd7774e5da6d0ff5e88ed13503474f0ff [WEB]
- https://github.com/nimiq/core-rs-albatross [PACKAGE]
- https://github.com/nimiq/core-rs-albatross/releases/tag/v1.3.0 [WEB]