Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/klever-io/klever-go/releases/tag/v1.7.18
- https://github.com/klever-io/klever-go/security/advisories/GHSA-hf2g-6j7h-98wg
FAQ
What is CVE-2026-52879?
CVE-2026-52879 is a vulnerability with a CVSS score of 7.5 (HIGH). 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 bef...
How severe is CVE-2026-52879?
CVE-2026-52879 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-52879?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.