NimiqのNimiq Proof of Stake (core-rs-albatross)における到達可能なアサーションに関する脆弱性
| Title |
NimiqのNimiq Proof of Stake (core-rs-albatross)における到達可能なアサーションに関する脆弱性
|
| Summary |
Nimiqのnetwork-libp2pはlibp2pをベースにしたNimiqネットワークの実装です。バージョン1.3.0以前では、`network-libp2p`のディスカバリーはlibp2pの`ConnectionHandler`ステートマシンを使用していました。このハンドラは、接続ごとに最大で1つのインバウンドと1つのアウトバウンドのディスカバリーサブストリームが存在すると想定しています。リモートピアが同じ接続上でディスカバリープロトコルのサブストリームを二度目に開く、またはネゴシエートすると、ハンドラは閉じるのではなく`panic!("Inbound already connected")`または`panic!("Outbound already connected")`の経路に入り、リモートでネットワーキングタスク(スウォーム)がクラッシュします。これによりノードのp2pネットワーキングは再起動までオフラインになります。この脆弱性の修正パッチは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-34063
| Summary |
Nimiq's network-libp2p is a Nimiq network implementation based on libp2p. Prior to version 1.3.0, `network-libp2p` discovery uses a libp2p `ConnectionHandler` state machine. the handler assumes there is at most one inbound and one outbound discovery substream per connection. if a remote peer opens/negotiate the discovery protocol substream a second time on the same connection, the handler hits a `panic!(\"Inbound already connected\")` / `panic!(\"Outbound already connected\")` path instead of failing closed. This causes a remote crash of the networking task (swarm), taking the node's p2p networking offline until restart. The patch for this vulnerability is formally released 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