CVE-2020-5303
Last modified
CVE-2020-5303 is a low-severity vulnerability rated 3.7/10 on the CVSS scale. 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. EPSS estimates a 1.34% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Tendermint | Tendermint | < 0.31.12 |
| Tendermint | Tendermint | >= 0.32.0, < 0.32.10 |
| Tendermint | Tendermint | >= 0.33.0, < 0.33.3 |
References
- https://github.com/tendermint/tendermint/commit/e2d6859afd7dba4cf97c7f7d412e7d8fc908d1cdPatch, Third Party Advisory
- https://github.com/tendermint/tendermint/security/advisories/GHSA-v24h-pjjv-mcp6Third Party Advisory
- https://hackerone.com/reports/820317Permissions Required, Third Party Advisory
- https://github.com/tendermint/tendermint/commit/e2d6859afd7dba4cf97c7f7d412e7d8fc908d1cdPatch, Third Party Advisory
- https://github.com/tendermint/tendermint/security/advisories/GHSA-v24h-pjjv-mcp6Third Party Advisory
- https://hackerone.com/reports/820317Permissions Required, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2020-5303?
How severe is CVE-2020-5303?
How do I fix CVE-2020-5303?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2020
- CVE-2020-5297In OctoberCMS (october/october composer package) versions fr…2.7
- CVE-2020-5298In OctoberCMS (october/october composer package) versions fr…4.8
- CVE-2020-5299In OctoberCMS (october/october composer package) versions fr…5.1
- CVE-2020-5300In Hydra (an OAuth2 Server and OpenID Certified™ OpenID Conn…5.3
- CVE-2020-5301SimpleSAMLphp versions before 1.18.6 contain an information …3.1
- CVE-2020-5302MH-WikiBot (an IRC Bot for interacting with the Miraheze API…6.5
- CVE-2020-5304The dashboard in WhiteSource Application Vulnerability Manag…7.5
- CVE-2020-5305Codoforum 4.8.3 allows XSS in the admin dashboard via a name…4.8
- CVE-2020-5306Codoforum 4.8.3 allows XSS via a post using parameters displ…4.8
- CVE-2020-5307PHPGurukul Dairy Farm Shop Management System 1.0 is vulnerab…9.8
- CVE-2020-5308PHPGurukul Dairy Farm Shop Management System 1.0 is vulnerab…6.1
- CVE-2020-5310libImaging/TiffDecode.c in Pillow before 6.2.2 has a TIFF de…8.8
Are you affected by CVE-2020-5303?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
