CVE-2026-47249
Last modified
CVE-2026-47249 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.28% chance of exploitation in the next 30 days.
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.
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.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-47249?
How severe is CVE-2026-47249?
How do I fix CVE-2026-47249?
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-47241Net::IMAP implements Internet Message Access Protocol (IMAP)…2.1
- CVE-2026-47242Net::IMAP implements Internet Message Access Protocol (IMAP)…5.8
- CVE-2026-47243Kata Containers is an open source project focusing on a stan…9.2
- CVE-2026-47244Netty is a network application framework for development of …5.3
- CVE-2026-47247libheif is a HEIF and AVIF file format decoder and encoder. …7.5
- CVE-2026-47248Parse Server is an open source backend that can be deployed …6.9
- CVE-2026-4725Sandbox escape due to use-after-free in the Graphics: Canvas…10
- CVE-2026-47250mcp-server-kubernetes is a Model Context Protocol server for…6.1
- CVE-2026-47251libheif is a HEIF and AVIF file format decoder and encoder. …6.1
- CVE-2026-47254libheif is a HEIF and AVIF file format decoder and encoder. …6.1
- CVE-2026-47255AgenticMail gives AI agents real email addresses and phone n…8.2
- CVE-2026-4726Denial-of-service in the XML component. This vulnerability w…7.5
Are you affected by CVE-2026-47249?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
