Description
Klever-Go is the Go implementation of the Klever blockchain protocol. Prior to 1.7.19, split-royalty fields decoded in core/kapp/builtInFunctions/utils.go can contain values greater than core.HundredPercent, and core/kapp/kda/create.go and core/kapp/kda/trigger.go sum those values in uint32 accumulators. Crafted values such as two 0x80000000 entries wrap the validation sum to zero and pass CheckValid100Params. Royalty payout paths in core/kapp/accounts/accounts.go, core/kapp/market/market.go, and core/kapp/ito/ito.go then credit each oversized split amount and silently discard a negative remainder, allowing ordinary asset transfers, marketplace purchases, or ITO purchases to create unbacked KLV or other assets. This issue is fixed in version 1.7.19.
Published: 2026-08-28
Score: 9.6 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An integer overflow flaw in the split-royalty validation of Klever-Go allows attackers to submit royalty fields larger than the defined maximum. Because the sum of these values is calculated in a 32-bit unsigned accumulator, the boundary overflow wraps the total to zero, bypassing the validity check. The bug is then exploited by crediting each oversized split amount and silently discarding any negative remainder, which enables the creation of unbacked KLV tokens or other assets during normal asset transfers, marketplace purchases, or ITO transactions.

Affected Systems

The vulnerability affects all installations of the Klever-Go client before version 1.7.19. The product is the Go implementation of the Klever blockchain protocol, distributed under the name Klever-Go by Klever-IO. Any deployment that runs the pre-1.7.19 codebase is susceptible.

Risk and Exploitability

The flaw carries a CVSS score of 9.6, indicating critical severity, and the EPSS score is not available, but the lack of a KEV listing does not diminish its threat. Attackers who can formulate specific asset transfer or marketplace requests, which is possible for any network participant, can trigger the overflow and create arbitrary amounts of native KLV. The attack does not require privileged access beyond normal transaction capabilities, making exploitation likely for malicious actors who target the network.

Generated by OpenCVE AI on August 28, 2026 at 20:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Klever-Go to version 1.7.19 or later to apply the fixed split-royalty validation logic.
  • If an immediate upgrade is not feasible, conduct a temporary halt of all asset transfer, marketplace purchase, and ITO operations that invoke the split-royalty computation until the patch is installed.
  • Execute a comprehensive audit of token balances and transaction history to identify and correct any unbacked KLV or asset anomalies that may have been minted prior to remediation.

Generated by OpenCVE AI on August 28, 2026 at 20:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-cgc5-v3f2-8m2v Klever: Integer overflow in split-royalty validation enables unbounded minting of KLV (native token)
History

Fri, 28 Aug 2026 21:15:00 +0000

Type Values Removed Values Added
First Time appeared Klever-io
Klever-io klever-go
Vendors & Products Klever-io
Klever-io klever-go

Fri, 28 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description Klever-Go is the Go implementation of the Klever blockchain protocol. Prior to 1.7.19, split-royalty fields decoded in core/kapp/builtInFunctions/utils.go can contain values greater than core.HundredPercent, and core/kapp/kda/create.go and core/kapp/kda/trigger.go sum those values in uint32 accumulators. Crafted values such as two 0x80000000 entries wrap the validation sum to zero and pass CheckValid100Params. Royalty payout paths in core/kapp/accounts/accounts.go, core/kapp/market/market.go, and core/kapp/ito/ito.go then credit each oversized split amount and silently discard a negative remainder, allowing ordinary asset transfers, marketplace purchases, or ITO purchases to create unbacked KLV or other assets. This issue is fixed in version 1.7.19.
Title Klever-Go: Integer overflow in split-royalty validation enables unbounded minting of KLV (native token)
Weaknesses CWE-190
References
Metrics cvssV3_1

{'score': 9.6, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:H'}


Subscriptions

Klever-io Klever-go
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-28T16:23:44.276Z

Reserved: 2026-06-15T23:12:41.965Z

Link: CVE-2026-54755

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T20:18:17.670

Modified: 2026-08-28T20:18:17.670

Link: CVE-2026-54755

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T21:00:04Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound