AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-47249

HIGH · CVSS 7.5 EPSS 0.28% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-07 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The Klever-Go implementation of the Klever blockchain protocol is vulnerable to hash-array amplification, allowing a connected peer to exploit the P2P resolver by sending a small compressed request that expands significantly in memory usage. This can lead to excessive resource consumption, potentially resulting in denial-of-service conditions for nodes that accept peer connections. Organizations using versions prior to 1.7.18 should prioritize upgrading to mitigate this high-severity vulnerability.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-47249
Severity
HIGH
CVSS
7.5
EPSS
0.28%

Original NVD Description

Klever-Go is the Go implementation of the Klever blockchain protocol. Prior to 1.7.18, the P2P resolver request handling logic is vulnerable to hash-array amplification. A connected peer can send a compressed RequestDataType_HashArrayType direct request that is only 442 bytes on the wire but expands into 200,000 decoded hash entries inside the resolver path. The resolver's antiflood logic counts only a single logical message and the compressed wire size, and while Batch.Decompress() caps the decompressed byte size, it never limits the number of decoded repeated-field items. As a result, both TxResolver and TrieNodeResolver preallocate and iterate over the entire unchecked set of decoded hashes, causing remote memory and CPU amplification against any node that accepts P2P peer connections. This issue is fixed in version 1.7.18.