๐Ÿ” CVE Alert

CVE-2026-55764

UNKNOWN 0.0

Klever-Go: SFT add-quantity `int64` overflow bypasses a finite per-nonce MaxSupply

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-190
Vendor klever-io
Product klever-go
Published Aug 28, 2026
Stay Ahead of the Next One

Get instant alerts for klever-io klever-go

Be the first to know when new unknown vulnerabilities affecting klever-io klever-go are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

klever-io / klever-go
< 1.7.19

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/klever-io/klever-go/security/advisories/GHSA-mrpp-v6pg-p54x github.com: https://github.com/klever-io/klever-go/commit/8bcc600b0ac88070740c63c7ce1c8a968dd85251 github.com: https://github.com/klever-io/klever-go/releases/tag/v1.7.19