---
cve: "CVE-2026-55764"
severity: "HIGH"
cvss: 8.7
epss: "0.3%"
vendor: "klever-io"
kev: false
exploited: false
published: "2026-08-28 23:17:07"
tags: [cve, security, high]
source: tsecurity.de CVE-Dossier
exported: "2026-09-24T21:56:58+02:00"
---

# CVE-2026-55764

> 8.7 HIGH · 🧪 PoC

## Beschreibung

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

## CVSS-Vektor

```
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Gering | bad |
| PR Privilegien | Keine | bad |
| UI Interaktion | Keine | bad |

## Patch verfügbar (OSV)

- 8bcc600b0ac88070740c63c7ce1c8a968dd85251 (Commit)

## Referenzen

- <https://github.com/klever-io/klever-go/security/advisories/GHSA-mrpp-v6pg-p54x>
- <https://github.com/klever-io/klever-go/commit/8bcc600b0ac88070740c63c7ce1c8a968dd85251>
- <https://github.com/klever-io/klever-go/releases/tag/v1.7.19>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-55764) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
