Description
Klever-Go is the Go implementation of the Klever blockchain protocol. Prior to 1.7.20, the KleverUpdateAccountPermission built-in authorizes replacement of a target account's permissions by checking attacker-controlled vmInput.RecipientAddr instead of authenticated vmInput.CallerAddr. An attacker-controlled contract can choose a victim account with configured permissions as RecipientAddr, and contractHasValidPermission can accept the victim's default self-signer as authorization. UpdatePermission can then replace the victim's entire permission set with attacker-supplied Owner permissions, enabling asset theft or permanent lockout without a victim key or signature. Accounts without stored permissions and the native transaction path are not affected. This issue is fixed in version 1.7.20.
Published: 2026-09-23
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: Account takeover enabling asset theft or lockout
Action: Immediate Patch
AI Analysis

Impact

The KleverUpdateAccountPermission function incorrectly authorizes permission changes by inspecting the attacker‑controlled RecipientAddr instead of the authenticated CallerAddr. This flaw allows a malicious contract to select a target account, have the contract’s permission logic treat the target’s default signer as valid, and then replace the victim’s entire permission set with attacker‑supplied owner rights. Consequently, attackers can steal assets, lock the victim out, or otherwise abuse the affected account without possessing the victim’s key or signature. The vulnerability is a classic authorization bypass and is categorized under CWE‑863.

Affected Systems

This issue affects the Klever‑io Klever‑Go implementation versions earlier than 1.7.20. Only accounts that have stored permissions are impacted; accounts lacking stored permissions and those transacting via the native transaction path remain unaffected. The vulnerability is fixed in release 1.7.20.

Risk and Exploitability

The CVSS score is 8.7, indicating a high severity of impact and exploitability. EPSS information is not available, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector involves deploying a malicious contract that calls KleverUpdateAccountPermission, providing a carefully chosen RecipientAddr tied to a target account. The attacker must control the contract environment and can trigger the exploit remotely through normal contract execution. Given the high impact and the absence of public mitigation efforts, rapid patching is advised to reduce the risk of exploitation.

Generated by OpenCVE AI on September 23, 2026 at 20:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Klever‑Go to version 1.7.20 or later to eliminate the authorization bypass.
  • Verify that permission changes are validated against the authenticated caller address and not the recipient address; apply this logic if manual patching is required.
  • Audit transaction logs for unexpected permission changes and monitor for accounts that lose permissions or gain elevated rights without legitimate authorization.

Generated by OpenCVE AI on September 23, 2026 at 20:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-97cv-x867-6xhm Klever-Go Account takeover: `kleverUpdateAccountPermission` authorizes on attacker-controlled `RecipientAddr` instead of the authenticated caller
History

Wed, 23 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
First Time appeared Klever-io
Klever-io klever-go
Vendors & Products Klever-io
Klever-io klever-go

Wed, 23 Sep 2026 19:30:00 +0000

Type Values Removed Values Added
Description Klever-Go is the Go implementation of the Klever blockchain protocol. Prior to 1.7.20, the KleverUpdateAccountPermission built-in authorizes replacement of a target account's permissions by checking attacker-controlled vmInput.RecipientAddr instead of authenticated vmInput.CallerAddr. An attacker-controlled contract can choose a victim account with configured permissions as RecipientAddr, and contractHasValidPermission can accept the victim's default self-signer as authorization. UpdatePermission can then replace the victim's entire permission set with attacker-supplied Owner permissions, enabling asset theft or permanent lockout without a victim key or signature. Accounts without stored permissions and the native transaction path are not affected. This issue is fixed in version 1.7.20.
Title Klever-Go Account takeover: `kleverUpdateAccountPermission` authorizes on attacker-controlled `RecipientAddr` instead of the authenticated caller
Weaknesses CWE-863
References
Metrics cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Klever-io Klever-go
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-23T19:26:12.967Z

Reserved: 2026-08-28T22:00:43.513Z

Link: CVE-2026-82405

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-23T20:17:16.370

Modified: 2026-09-23T20:17:16.500

Link: CVE-2026-82405

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-23T21:45:02Z

Weaknesses