CVE-2026-52878
Last modified
CVE-2026-52878 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. 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. 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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| klever-io | klever-go | >= 1.7.14, < 1.7.18 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-52878?
How severe is CVE-2026-52878?
How do I fix CVE-2026-52878?
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-52870The MCP Python SDK, called mcp on PyPI, is a Python implemen…7.6
- CVE-2026-52872Streambert is a cross-platform Electron Desktop App to strea…8.8
- CVE-2026-52873Streambert is a cross-platform Electron Desktop App to strea…6.9
- CVE-2026-52875Streambert is a cross-platform Electron Desktop App to strea…8.4
- CVE-2026-52876Streambert is a cross-platform Electron Desktop App to strea…8.8
- CVE-2026-52877Streambert is a cross-platform Electron Desktop App to strea…8.3
- CVE-2026-52879Klever-Go is the Go implementation of the Klever blockchain …7.5
- CVE-2026-5288Use after free in WebView in Google Chrome on Android prior …9.6
- CVE-2026-52880Klever-Go is the Go implementation of the Klever blockchain …7.5
- CVE-2026-52884Notepad++ is a free and open-source source code editor. In v…7.8
- CVE-2026-52885Notepad++ is a free and open-source source code editor. Prio…6.3
- CVE-2026-52886Notepad++ is a free and open-source source code editor. Prio…5.1
Are you affected by CVE-2026-52878?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
