CVE-2026-52879Disclosure

LOWCVSS 7.5 · HIGH

Signal is active with 1 mentions in latest observed window

Immediate actions

  • Patch affected systems immediately

Recommended action window: Monitor and triage in normal cycle

NVD 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.

0.5/ 10 priority

Sources & remediation

Weakness type (CWE)
CWE-400CWE-770

Priority

LOW

Exploitation

NONE

PoC

NONE

Patch

AVAILABLE

Momentum

STABLE

Threat summary

  • Patch or workaround signal is available
  • 2 mentions across 2 observed days
  • Momentum state: stable

What's happening

  • Patch or workaround mentioned in 1 signal
  • Technical details provided in 2 signals
  • Disclosure: 1 classified signal
  • Peaked 1d ago at 1 mentions (2026-08-08); latest day: 1
  • 2 total mentions across 2 days

Deep dive

Activity timeline2 mentions / 2d
00111Mentions · 2026-08-08: 1Mentions · 2026-08-09: 1Patch / Workaround · 2026-08-09: 1Technical Details · 2026-08-08: 1Technical Details · 2026-08-09: 108-0808-09
Signal classification2 categories
Disclosure
150.0%
Patch
150.0%
Referenced assets1 URL
By indicator
Classification over time
DateTotalLabels
2026-08-081
Disclosure1
2026-08-091
Patch1
Full discourse2 posts
  • CyberSignal | Cybersecurity News@XQOPTRX
    Patch

    🌐 Klever P2P flaw enables resource-exhaustion attacks CVE-2026-52879 affects Klever-Go 1.7.14–1.7.17. A connected peer can cause uncontrolled goroutine creation before anti-flood protections take effect, consuming memory and CPU and potentially degrading node availability. ✅ Fixed in 1.7.18. 🔎 Source: GitHub / CVE / VulDB #Blockchain #GoLang #DoS #CyberSecurity #CVE

    Post summary

    CVE‑2026‑52879 is a DoS vulnerability in Klever‑Go caused by uncontrolled goroutine creation, mitigated by upgrading to 1.7.18.

    0000050
    34 followersView on X
  • CVE@CVEnew
    Disclosure

    CVE-2026-52879 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… https://www.cve.org/CVERecord?id=CVE-2026-52879

    Post summary

    The post announces CVE‑2026‑52879 affecting Klever‑Go versions 1.7.14‑1.7.17, noting a concurrency issue in the direct‑message ingress handler, without providing PoC, exploits, or patches.

    00000690
    57.9K followersView on X

Explore more