Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/klever-io/klever-go
  4. ›
  5. CVE-2026-55764

CVE-2026-55764: klever-go: SFT add-quantity `int64` overflow bypasses a finite per-nonce MaxSupply

August 28, 2026

On the SFT add-quantity path the only supply bound is SFTAddCirculation, which does meta.Circulation += amount with no overflow guard, then checks if meta.Circulation > meta.MaxSupply && meta.MaxSupply != 0. If amount overflows int64 and wraps negative, negative > MaxSupply is false, the cap check passes, the function returns nil, and the balance credit stands. A nonce created with a finite MaxSupply (e.g. 1000) can thus be minted to ~MaxInt64 tokens in one transaction. The fungible mint path is not vulnerable — it has a post-increment MintedValue <= 0 guard that the SFT path lacks.

References

  • github.com/advisories/GHSA-mrpp-v6pg-p54x
  • github.com/klever-io/klever-go/commit/8bcc600b0ac88070740c63c7ce1c8a968dd85251
  • github.com/klever-io/klever-go/releases/tag/v1.7.19
  • github.com/klever-io/klever-go/security/advisories/GHSA-mrpp-v6pg-p54x
  • nvd.nist.gov/vuln/detail/CVE-2026-55764

Code Behaviors & Features

Detect and mitigate CVE-2026-55764 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.7.19

Fixed versions

  • 1.7.19

Solution

Upgrade to version 1.7.19 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-190: Integer Overflow or Wraparound

Source file

go/github.com/klever-io/klever-go/CVE-2026-55764.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 09 Sep 2026 12:22:54 +0000.