CVE-2026-52879
Last modified
CVE-2026-52879 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Klever-Go is the Go implementation of the Klever blockchain protocol. In versions 1.7.14 through 1.7.17, the direct-message ingress handler spawns a new goroutine for every incoming direct message before the processor-level antiflood layer makes any admission decision, with no semaphore, throttler, or bound on the number of concurrent in-flight spawns. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
Description
Klever-Go is the Go implementation of the Klever blockchain protocol. In versions 1.7.14 through 1.7.17, the direct-message ingress handler spawns a new goroutine for every incoming direct message before the processor-level antiflood layer makes any admission decision, with no semaphore, throttler, or bound on the number of concurrent in-flight spawns. Because the antiflood check runs inside the spawned goroutine rather than before it, a single connected peer can open a direct-send stream and send a stream of well-formed messages to force unbounded goroutine creation, where each goroutine allocates its own stack and holds a message reference until processing completes, adding scheduler and garbage-collection pressure faster than the runtime can drain it. This lets one peer degrade the node's availability and its ability to process legitimate traffic, resulting in a remotely triggerable denial of service. The issue is fixed in 1.7.18.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| klever-io | klever-go | >= 1.7.14, < 1.7.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-52879?
How severe is CVE-2026-52879?
How do I fix CVE-2026-52879?
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 2026
- CVE-2026-52866An attacker within BLE communication range can monopolize th…7.1
- CVE-2026-52868An unauthenticated attacker can read worklist records from a…8.8
- CVE-2026-52869The MCP Python SDK, called mcp on PyPI, is a Python implemen…7.1
- CVE-2026-5287Use after free in PDF in Google Chrome prior to 146.0.7680.1…8.8
- CVE-2026-52870The MCP Python SDK, called mcp on PyPI, is a Python implemen…7.6
- CVE-2026-52878Klever-Go is the Go implementation of the Klever blockchain …7.5
- CVE-2026-5288Use after free in WebView in Google Chrome on Android prior …9.6
- CVE-2026-52880Klever-Go is the Go implementation of the Klever blockchain …7.5
- CVE-2026-52884Notepad++ is a free and open-source source code editor. In v…7.8
- CVE-2026-52885Notepad++ is a free and open-source source code editor. Prio…6.3
- CVE-2026-52887NocoBase is an AI-powered no-code/low-code platform for buil…10
- CVE-2026-52888NocoBase is an AI-powered no-code/low-code platform for buil…6.8
Are you affected by CVE-2026-52879?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
