CVE-2026-55764
Last modified
CVE-2026-55764 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. Klever-Go is the Go implementation of the Klever blockchain protocol. Prior to 1.7.19, Klever-Go allows a mint-role holder to bypass a finite per-nonce MaxSupply on the semi-fungible token add-quantity path. EPSS estimates a 0.32% chance of exploitation in the next 30 days.
Description
Klever-Go is the Go implementation of the Klever blockchain protocol. Prior to 1.7.19, Klever-Go allows a mint-role holder to bypass a finite per-nonce MaxSupply on the semi-fungible token add-quantity path. In core/kapp/systemAccount/systemAcount.go, SFTAddCirculation performed meta.Circulation += amount before evaluating whether Circulation exceeded MaxSupply, without checking for signed int64 overflow. A large positive raw Amount supplied through processSemiFungibleAddQuantity in core/kapp/kda/mint.go can wrap Circulation negative, causing the signed maximum-supply comparison to pass and crediting approximately MaxInt64 units while corrupting the on-chain counter. The fungible path is not affected because its MintedValue <= 0 guard detects the overflow. The correction uses the consensus activation flag FixMarketBuyOverflow. This issue is fixed in version 1.7.19.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| klever-io | klever-go | < 1.7.19 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-55764?
How severe is CVE-2026-55764?
How do I fix CVE-2026-55764?
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-55759Rocket.Chat is an open-source, secure, fully customizable co…7.4
- CVE-2026-5576A flaw has been found in SourceCodester/jkev Record Manageme…4.7
- CVE-2026-55760Handlebars.java provides logic-less and semantic Mustache te…7.5
- CVE-2026-55761Portainer Community Edition is a lightweight service deliver…5.9
- CVE-2026-55762Rocket.Chat is an open-source, secure, fully customizable co…8.1
- CVE-2026-55763Klever-Go is the Go implementation of the Klever blockchain …8.7
- CVE-2026-55765CloudNativePG is a platform designed to manage PostgreSQL da…8.5
- CVE-2026-55766guzzlehttp/psr7 is a PSR-7 HTTP message library implementati…4.8
- CVE-2026-55767Guzzle is an extensible PHP HTTP client. Prior to 7.12.1, Co…5.8
- CVE-2026-55768GoAccess is a real-time web log analyzer and interactive vie…8.7
- CVE-2026-55769CloudNativePG is a platform designed to manage PostgreSQL da…9.4
- CVE-2026-5577A vulnerability has been found in Song-Li cross_browser up t…8.6
Are you affected by CVE-2026-55764?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
