CVE-2026-61604
Received Received - Intake

Unauthorized Fund Transfer in ixo Blockchain

Vulnerability report for CVE-2026-61604, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-24

Last updated on: 2026-09-24

Assigner: GitHub, Inc.

Description

The ixo Blockchain is a Layer 1 blockchain that runs on both Testnet and Mainnet. Prior to version 8.0.0, the x/bonds module moved funds from an address that was resolved from a DID verification method, without verifying that the resolved address belonged to the transaction signer. Affected handlers included MsgMakeOutcomePayment, MsgBuy, MsgSell, MsgSwap, and MsgWithdrawShare, as well as the batch order processor. Because any account may list an arbitrary blockchainAccountID as a verification method on a DID it controls (without the consent of that address's owner), an attacker could register victims' addresses as verification methods on their own DID and then move the victims' balances into a bond the attacker controlled β€” later withdrawing and bridging the proceeds off-chain. This was exploited on ixo mainnet (ixo-5) on 2026-06-20. The attack required no victim keys, signatures, or system compromise β€” any account holding a balance in a token a bond could use was at risk. This was fixed in v8.0.0, delivered via the on-chain v8 software-upgrade. The x/bonds module is disabled: every bonds message is rejected on all routes (top-level, authz, CosmWasm, and ICA), and the bonds batch EndBlocker is a no-op so no further reserve movements can occur. All node operators and validators must upgrade to v8.0.0. The flaw is in chain state-machine logic and can only be remediated by running the patched binary. There is no application-level workaround. The vulnerability is in consensus logic; remediation requires the network to run the patched (v8.0.0) binary. The bonds module remains disabled in v8.0.0 and will only be re-enabled in a future release once the signer-authorization model has been corrected.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-24
Last Modified
2026-09-24
Generated
2026-09-24
AI Q&A
2026-09-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
ixo blockchain 8.0.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
CWE-285 The product does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The vulnerability in the ixo Blockchain's x/bonds module allowed attackers to move funds from any account by registering the victim's address as a verification method on their own DID without consent. This was possible because the module did not verify if the resolved address belonged to the transaction signer.

Detection Guidance

This vulnerability is a consensus logic flaw in the ixo Blockchain's x/bonds module and cannot be detected through standard network or system commands. It requires running the patched binary (v8.0.0) to remediate. The flaw was exploited on-chain without requiring victim interaction or system compromise.

Impact Analysis

If you held a balance in a token used by a bond, your funds could be moved to a bond controlled by the attacker and withdrawn or bridged off-chain. The attack required no victim interaction, keys, or system compromise.

Mitigation Strategies

All node operators and validators must upgrade to ixo Blockchain version 8.0.0 or later. The x/bonds module is disabled in v8.0.0, and the flaw can only be remediated by running the patched binary. There is no application-level workaround.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-61604. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart