NimiqのNimiq Proof of Stake (core-rs-albatross)における複数の脆弱性
| Title |
NimiqのNimiq Proof of Stake (core-rs-albatross)における複数の脆弱性
|
| Summary |
nimiq-primitives は、Nimiq の Rust 実装で使用されるプリミティブ(例:ブロック、アカウント、トランザクション)を含んでいます。バージョン 1.3.0 より前のバージョンでは、信頼されていない p2p ピアが、不正な圧縮 BLS 投票キーを含む `validators` セットを持つ選挙マクロブロックを通知することでノードをパニック状態に陥らせる可能性がありました。選挙マクロヘッダーのハッシュ化は `validators` をハッシュし、`Validators::voting_keys()` に到達します。ここで `validator.voting_key.uncompress().unwrap()` が呼び出され、不正なバイトによってパニックが発生しました。この脆弱性の修正パッチは v1.3.0 に含まれており、既知の回避策はありません。
|
| Possible impacts |
当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution |
正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date |
April 22, 2026, midnight |
| Registration Date |
April 27, 2026, 11:18 a.m. |
| Last Update |
April 27, 2026, 11:18 a.m. |
|
CVSS3.0 : 重要
|
| Score |
7.5
|
| Vector |
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
Affected System
| Nimiq |
|
Nimiq Proof of Stake (core-rs-albatross) 1.3.0 未満
|
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
| No |
Changed Details |
Date of change |
| 1 |
[2026年04月27日] 掲載 |
April 27, 2026, 11:18 a.m. |
NVD Vulnerability Information
CVE-2026-34065
| Summary |
nimiq-primitives contains primitives (e.g., block, account, transaction) to be used in Nimiq's Rust implementation. Prior to version 1.3.0, 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. The patch for this vulnerability is included as part of v1.3.0. No known workarounds are available.
|
| Publication Date |
April 23, 2026, 5:16 a.m. |
| Registration Date |
April 25, 2026, 4:06 a.m. |
| Last Update |
April 25, 2026, 2:12 a.m. |
Affected software configurations
| Configuration1 |
or higher |
or less |
more than |
less than |
| cpe:2.3:a:nimiq:nimiq_proof-of-stake:*:*:*:*:*:rust:*:* |
|
|
|
1.3.0 |
Related information, measures and tools
Common Vulnerabilities List