๐Ÿ” CVE Alert

CVE-2026-52879

HIGH 7.5

Klever-Go: Unbounded goroutine spawn on direct-message ingress enables peer-driven DoS

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-400 CWE-770
Vendor klever-io
Product klever-go
Published Aug 7, 2026
Stay Ahead of the Next One

Get instant alerts for klever-io klever-go

Be the first to know when new high vulnerabilities affecting klever-io klever-go are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

klever-io / klever-go
>= 1.7.14, < 1.7.18

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/klever-io/klever-go/security/advisories/GHSA-hf2g-6j7h-98wg github.com: https://github.com/klever-io/klever-go/releases/tag/v1.7.18