CVE-2026-82405 Details
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.
A critical vulnerability has been identified in the Klever blockchain protocol implementation in Go, specifically in versions prior to 1.7.20. The issue arises in the built-in function 'KleverUpdateAccountPermission', which is supposed to update an account's permissions. Instead of verifying the action against the authenticated caller's address, the function erroneously relies on an address controlled by the attacker. This flaw enables an attacker to select a victim account and replace its permissions with their own, potentially leading to unauthorized access and control over the victim's assets. The vulnerability can be exploited by deploying a smart contract that manipulates the permission update process, without the need for direct access to the victim's keys or signatures.
Users are advised to update to Klever-Go version 1.7.20, which fixes the vulnerability by correctly authorizing permission updates against the authenticated caller's address instead of an attacker-controlled recipient address.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 23, 2026CISA-ADP
Assessed Sep 24, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-863 | Incorrect Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Klever-io Klever-Go | <= 1.7.19 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 24, 2026 | CVE Modified | CISA-ADP |
| Sep 23, 2026 | New CVE Received | [email protected] |
Volerion