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

CVE-2026-55763: klever-go: Percentage-transfer royalty skips the source debit at exactly-100% splits

August 28, 2026

In processPercentageRoyaltiesTransfer the royalty pool is collected from the sender by SubFromBalance that is ordered after the split loop and after if royaltiesToPay <= 0 { return Ok }. The split-payout guard rejects only an allocation that exceeds the pool (a strict splitToPay > royaltiesToPay), so a split entry of exactly 100% (PercentTransferPercentage = 10000) is a valid config: it drives royaltiesToPay to 0 and hits the early-return before the sender is debited. The split recipient keeps the full royalty; the sender pays nothing for it → mint. The sibling fixed-royalty path (processFixedRoyaltiesTransfer) debits the sender first and is safe. Only the percentage-transfer path collects and distributes in the same function with the collect placed after the early-return.

References

  • github.com/advisories/GHSA-v358-wf77-39xv
  • 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-v358-wf77-39xv
  • nvd.nist.gov/vuln/detail/CVE-2026-55763

Code Behaviors & Features

Detect and mitigate CVE-2026-55763 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-rc4

Fixed versions

  • 1.7.19-rc4

Solution

Upgrade to version 1.7.19-rc4 or above.

Impact 7.5 HIGH

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

Learn more about CVSS

Weakness

  • CWE-841: Improper Enforcement of Behavioral Workflow

Source file

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

Spotted a mistake? Edit the file on GitLab.

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

Page generated Tue, 22 Sep 2026 12:19:30 +0000.