Klever-Go is the Go implementation of the Klever blockchain protocol. Prior to 1.7.19, processPercentageRoyaltiesTransfer in core/kapp/accounts/accounts.go calls SubFromBalance after the split loop and after the royaltiesToPay <= 0 early return. computeSplitRoyalties rejects only when splitToPay > royaltiesToPay, so a valid PercentTransferPercentage = 10000 split consumes exactly 100 percent of the royalty pool, sets royaltiesToPay to zero, and returns before the source account is debited. The split recipient receives the full royaltyAmount while the sender pays nothing and the supply counter is not updated, allowing unbounded off-the-books inflation of the transferred KDA. A KDA owner must configure a TransferPercentage royalty with a 100 percent split, after which any holder's transfer of the asset triggers the mint; the sibling processFixedRoyaltiesTransfer path is not affected because it debits the source before distribution. This issue is fixed in version 1.7.19.
CVE-2026-55763
This high-severity CVE scores 8.7 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.3%, top 77% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 8.7
- EG Score
- 8.7(medium)
- EG Risk
- 70(Attend)EG Risk 70/100SSVC: Attend
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity87% × 45%Exploitation40% × 40%Automatability100% × 15%Action: Remediate soon — notable exploitation risk. - EPSS PROB
- 0%
- EPSS %ILE
- 23%
- KEV
- Not listed
Published
August 28, 2026
Last Modified
September 9, 2026
Advisory Details (3)
Auto-updated Aug 28, 2026Percentage-transfer royalty skips the source debit at exactly-100% splits · Advisory · klever-io/klever-go · GitHub
https://github.com/klever-io/klever-go/security/advisories/GHSA-v358-wf77-39xvv1.7.19 - Marketplace & SFT Mint Security Release
Patch available: klever-io/klever-go v1.7.19
https://github.com/klever-io/klever-go/releases/tag/v1.7.19commit 8bcc600b0ac8 (klever-io/klever-go)
Patch available: klever-io/klever-go v1.7.19 (contains commit 8bcc600b0ac8)
https://github.com/klever-io/klever-go/commit/8bcc600b0ac88070740c63c7ce1c8a968dd85251Vendor Advisories for CVE-2026-55763(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(1 across 1 ecosystem)
Go(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| github.com/klever-io/klever-go | — | 1.7.19-rc4 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 12× in last 7d / 39× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-09-18 22:05 UTCEG score recompute
- 2026-09-18 19:28 UTCEPSS rescore
- 2026-09-17 20:50 UTCEG score recompute
- 2026-09-17 19:31 UTCEPSS rescore
- 2026-09-16 18:58 UTCEG score recompute
- 2026-09-16 14:08 UTCEPSS rescore
- 2026-09-16 05:15 UTCEPSS rescore
- 2026-09-15 03:30 UTCEG score recompute
- 2026-09-15 03:11 UTCEPSS rescore
- 2026-09-14 02:14 UTCEG score recompute
- 2026-09-13 16:47 UTCEPSS rescore
- 2026-09-13 00:59 UTCEG score recompute
- 2026-09-11 23:43 UTCEG score recompute
- 2026-09-11 14:53 UTCEPSS rescore
- 2026-09-11 11:05 UTCEG score recompute
- 2026-09-10 09:49 UTCEG score recompute
- 2026-09-10 09:35 UTCEPSS rescore
- 2026-09-09 00:26 UTCEG score recompute
- 2026-09-08 22:01 UTCEPSS rescore
- 2026-09-07 02:10 UTCEG score recompute
- 2026-09-06 13:47 UTCEPSS rescore
- 2026-09-06 00:47 UTCEG score recompute
- 2026-09-04 23:30 UTCEG score recompute
- 2026-09-04 10:49 UTCEG score recompute
- 2026-09-04 05:07 UTCEPSS rescore
Show 14 moreShow fewer
- 2026-09-02 20:23 UTCEG score recompute
- 2026-09-02 14:12 UTCEPSS rescore
- 2026-09-01 16:46 UTCEG score recompute
- 2026-09-01 13:54 UTCEPSS rescore
- 2026-09-01 04:40 UTCEPSS rescore
- 2026-08-31 15:30 UTCEG score recompute
- 2026-08-31 14:27 UTCEG score recompute
- 2026-08-31 01:08 UTCEG score recompute
- 2026-08-30 19:17 UTCEPSS rescore
- 2026-08-30 12:30 UTCEG score recompute
- 2026-08-30 01:22 UTCEPSS rescore
- 2026-08-28 22:35 UTCEG score recompute▲ 8.70
- 2026-08-28 22:34 UTCNVD updateCVSS v3 → 8.7 · CVSS v4 → 8.7
- 2026-08-28 21:11 UTCEG score recompute
Frequently asked(5)
What is CVE-2026-55763?
When was CVE-2026-55763 disclosed?
Is CVE-2026-55763 actively exploited?
What is the CVSS score of CVE-2026-55763?
How do I remediate CVE-2026-55763?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-55763
Is Your Infrastructure Affected by CVE-2026-55763?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.