GHSA-v24h-pjjv-mcp6 · 深刻度: low · エコシステム: go — Denial of service in Tendermint
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.
総合評価: CVE-2020-5303 は低リスク(37/100)。CVSS 深刻度は低。悪用される可能性が高い(EPSS 1.34%、67 パーセンタイル) 根拠: 直近 1 日で EPSS が +1.02% 上昇。悪用への関心が高まっている可能性があります。 推奨対応: 悪用情報と EPSS の推移を監視し、必要に応じて優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.32% | 1.34% | +1.02% |
| 2 | 2025-03-30 | 0.38% | 0.32% | -0.06% |
| 3 | 2025-03-29 | — | 0.38% | — |
EPSS の全履歴 (全 12 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 3.1 | 3.1 | LOW |
|
1.6 | 1.4 | [email protected] |
| 3.7 | 3.1 | LOW |
|
2.2 | 1.4 | [email protected] |
| 4.3 | 2.0 | MEDIUM |
|
8.6 | 2.9 | [email protected] |
GHSA-v24h-pjjv-mcp6 · 深刻度: low · エコシステム: go — Denial of service in Tendermint
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| tendermint | tendermint | < 0.31.12 | cpe:2.3:a:tendermint:tendermint:*:*:*:*:*:*:*:* |
| tendermint | tendermint | >= 0.32.0, < 0.32.10 | cpe:2.3:a:tendermint:tendermint:*:*:*:*:*:*:*:* |
| tendermint | tendermint | >= 0.33.0, < 0.33.3 | cpe:2.3:a:tendermint:tendermint:*:*:*:*:*:*:*:* |
| URL | タグ |
|---|---|
| https://github.com/tendermint/tendermint/commit/e2d6859afd7dba4cf97c7f7d412e7d8fc908d1cd | Patch Third Party Advisory |
| https://github.com/tendermint/tendermint/security/advisories/GHSA-v24h-pjjv-mcp6 | Third Party Advisory |
| https://hackerone.com/reports/820317 | Permissions Required Third Party Advisory |