CVE-2020-5303
概要

Tendermint before versions 0.33.3, 0.32.10, and 0.31.12 has a denial-of-service vulnerability. Tendermint does not limit the number of P2P connection requests. For each p2p connection, it allocates XXX bytes. Even though this memory is garbage collected once the connection is terminated (due to duplicate IP or reaching a maximum number of inbound peers), temporary memory spikes can lead to OOM (Out-Of-Memory) exceptions. Additionally, Tendermint does not reclaim activeID of a peer after it's removed in Mempool reactor. This does not happen all the time. It only happens when a connection fails (for any reason) before the Peer is created and added to all reactors. RemovePeer is therefore called before AddPeer, which leads to always growing memory (activeIDs map). The activeIDs map has a maximum size of 65535 and the node will panic if this map reaches the maximum. An attacker can create a lot of connection attempts (exploiting above denial of service), which ultimately will lead to the node panicking. These issues are patched in Tendermint 0.33.3 and 0.32.10.

公表日 2020年4月11日4:15
登録日 2021年1月26日11:59
最終更新日 2024年11月21日14:33
CVSS3.1 : LOW
スコア 3.7
ベクター CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L
攻撃元区分(AV) ネットワーク
攻撃条件の複雑さ(AC)
攻撃に必要な特権レベル(PR) 不要
利用者の関与(UI) 不要
影響の想定範囲(S) 変更なし
機密性への影響(C) なし
完全性への影響(I) なし
可用性への影響(A)
CVSS2.0 : MEDIUM
スコア 4.3
ベクター AV:N/AC:M/Au:N/C:N/I:N/A:P
攻撃元区分(AV) ネットワーク
攻撃条件の複雑さ(AC)
攻撃前の認証要否(Au) 不要
機密性への影響(C) なし
完全性への影響(I) なし
可用性への影響(A)
全ての特権を取得 いいえ
ユーザー権限を取得 いいえ
その他の権限を取得 いいえ
ユーザー操作が必要 いいえ
影響を受けるソフトウェアの構成
構成1 以上 以下 より上 未満
cpe:2.3:a:tendermint:tendermint:*:*:*:*:*:*:*:* 0.32.0 0.32.10
cpe:2.3:a:tendermint:tendermint:*:*:*:*:*:*:*:* 0.33.0 0.33.3
cpe:2.3:a:tendermint:tendermint:*:*:*:*:*:*:*:* 0.31.12
関連情報、対策とツール
共通脆弱性一覧

JVN脆弱性情報
Tendermint における境界外書き込みに関する脆弱性
タイトル Tendermint における境界外書き込みに関する脆弱性
概要

Tendermint には、境界外書き込みに関する脆弱性が存在します。

想定される影響 サービス運用妨害 (DoS) 状態にされる可能性があります。
対策

ベンダより正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

公表日 2020年4月10日0:00
登録日 2020年4月30日17:18
最終更新日 2020年4月30日17:18
影響を受けるシステム
Tendermint
Tendermint 0.31.12 未満
Tendermint 0.32.10 未満
Tendermint 0.33.3 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
変更履歴
No 変更内容 変更日
1 [2020年04月30日]
  掲載
2020年4月30日17:18