CVE-2026-46403 Details
Description
Klever-Go is the Go implementation of the Klever blockchain protocol. Prior to 1.7.17, KVM exposes `ExecuteReadOnlyWithTypedArguments` as a read-only execution mechanism. The hook saves the previous read-only state, sets `runtime.SetReadOnly(true)`, executes the destination context, and then restores the previous read-only state. However, the indirect contract delete and upgrade paths do not reject execution when `runtime.ReadOnly()` is true. As a result, a contract reached through read-only execution can call the production delete hook for a target contract it owns. The delete path appends the target address to `vmOutput.DeletedAccounts`, the output context merges `DeletedAccounts` into the caller output, and the smart contract processor later processes the VM output by deleting accounts listed in that field. The root cause is that read-only mode is applied as runtime state, but not enforced by the state-changing delete and upgrade host-core paths. This breaks the expected isolation boundary for workflows that rely on read-only calls to inspect another contract without allowing that callee to produce state-changing VM output. The issue is fixed in v1.7.17. Contract delete and upgrade host-core paths now reject execution when `runtime.ReadOnly()` is true. The invariant is regression-tested for delete, upgrade, storage writes, value transfers, and any VM output field that can later mutate chain state.
A vulnerability in Klever-Go's KVM read-only execution mechanism can lead to unauthorized contract deletions. Prior to version 1.7.17, the KVM allowed contracts to execute read-only operations that could inadvertently trigger state-changing effects, such as deletions, on other contracts. This issue arises because the read-only execution mode is not properly enforced in the core paths that handle contract deletions and upgrades. As a result, a contract can exploit this loophole to delete another contract it owns, bypassing the intended isolation of read-only calls.
Upgrade to Klever-Go version 1.7.17 or later, where this vulnerability has been fixed by enforcing read-only execution in all state-changing host paths, including contract deletions and upgrades.
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 Jul 21, 2026CISA-ADP
Assessed Jul 22, 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.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/klever-io/klever-go/security/advisories/GHSA-jc6w-wmfc-fh33 | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/klever-io/klever-go/commit/333f6ec910906e227705fc5767dc897d8fbfc862 | [email protected] | Source CodeVendor |
| https://github.com/klever-io/klever-go/commit/68b94a40824fac2d848a4ded6eb7c91ada6ce9ef | [email protected] | Source CodeVendor |
| https://github.com/klever-io/klever-go/security/advisories/GHSA-jc6w-wmfc-fh33 | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-693 | Protection Mechanism Failure | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Klever-Go | < 1.7.17 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 22, 2026 | CVE Modified | CISA-ADP |
| Jul 21, 2026 | New CVE Received | [email protected] |
Volerion