CVE-2026-49343
Last modified
CVE-2026-49343 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. Klever-Go is the Go implementation of the Klever blockchain protocol. In versions prior to 1.7.18, the account-data trie syncers are vulnerable to a resource-exhaustion flaw that leaks bounded throttler slots on error paths.
Description
Klever-Go is the Go implementation of the Klever blockchain protocol. In versions prior to 1.7.18, the account-data trie syncers are vulnerable to a resource-exhaustion flaw that leaks bounded throttler slots on error paths. In syncDataTrie() (in both userAccountsSyncer.go and kappAccountsSyncer.go), StartProcessing() reserves a slot from the NumGoRoutinesThrottler, but the corresponding EndProcessing() is only called on the success path and on the duplicate-root early return. As a result, any error from trie.NewTrie(), trie.NewTrieSyncer(), or trieSyncer.StartSyncing() (including the network-dependent timeout path) permanently consumes one slot for the lifetime of the throttler. An attacker who can repeatedly cause trie-node sync failures or timeouts during bootstrap can exhaust the bounded throttler, after which further account-data trie syncs stop making progress and SyncAccounts() returns a timeout. Because epoch bootstrap in syncUserAccountsState() and syncKappAccountsState() aborts on any such error, this causes bootstrap to fail, a core availability issue affecting fresh, restarting, or resyncing nodes and validators. This issue is fixed in version 1.7.18.
Metrics
CVSS:3.1/AV:N/AC:H/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-49343?
How severe is CVE-2026-49343?
How do I fix CVE-2026-49343?
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-49336@microsoft/kiota-http-fetchlibrary provides TypeScript libra…5.5
- CVE-2026-49337libde265 is an open source implementation of the h.265 video…4.3
- CVE-2026-49338gonic is a music streaming server / free-software subsonic s…7.1
- CVE-2026-49339gonic is a music streaming server / free-software subsonic s…7.1
- CVE-2026-49340gonic is a music streaming server / free-software subsonic s…8.1
- CVE-2026-49342YARD is a documentation generation tool for the Ruby program…5.3
- CVE-2026-49344Mercator is an open source web application that enables mapp…7.1
- CVE-2026-49345Mercator is an open source web application that enables mapp…5.3
- CVE-2026-49346libde265 is an open source implementation of the h.265 video…7.1
- CVE-2026-49347Quest Bot is an opensource Discord Bot. Prior to version 1.1…5.3
- CVE-2026-49349regclient is a Docker and OCI Registry Client in Go. Prior t…6.8
- CVE-2026-4935The OttoKit: All-in-One Automation Platform WordPress plugin…8.6
Are you affected by CVE-2026-49343?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
