GHSA-v24h-pjjv-mcp6 · Severity: low · Ecosystem: 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.
Conclusion & alert: CVE-2020-5303 is rated Low Risk (37/100): CVSS Low severity, with medium exploitation likelihood (EPSS 1.34%). Core evidence: EPSS rose +1.02% over the last day, indicating growing attacker interest. Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 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% | — |
Full EPSS history (12 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 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 · Severity: low · Ecosystem: go — Denial of service in Tendermint
| Vendor | Product | Version | Raw 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 | Tags |
|---|---|
| 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 |