๐Ÿ” CVE Alert

CVE-2026-52878

HIGH 7.5

Klever-Go: Unauthenticated nil-pointer DoS in P2P transaction validation can halt the chain

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

Klever-Go is the Go implementation of the Klever blockchain protocol. Versions 1.7.14 through 1.7.17 are vulnerable to a nil-pointer panic triggered by a protobuf Transaction whose embedded RawData sub-message is omitted. This omission causes RawData to decode to nil. Every transaction gossiped on the Klever-Go P2P network is decoded and validated synchronously inside the libp2p pubsub topic-validator callback, where txVersionChecker.CheckTxVersion dereferences tx.RawData.Version with no nil check. Because the libp2p pubsub callback, the underlying go-libp2p-pubsub validation worker, and Klever's own network/p2p layer install no recover(), the panic propagates and crashes the entire node process. The attacker payload is a 3-byte protobuf message; no validator key, stake, funds, or on-chain account is required, and delivery aimed at enough of the BLS validator set can halt block production, resulting in a chain halt. This issue has been fixed in version 1.7.18.

CWE CWE-476
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-rm5c-5x2p-48wr github.com: https://github.com/klever-io/klever-go/releases/tag/v1.7.18