CVE-2026-86840 Details
Description
The `vtoken-minting` and `slpx` pallets in Bifrost contain an improper authorization vulnerability in channel commission attribution. A signed account can supply an arbitrary registered `channel_id` when minting tokens without verifying that the caller is authorized to mint on behalf of that channel. This allows an attacker to inflate a channel's recorded mint volume and cause protocol commission payments to be disproportionately distributed to that channel during commission settlement.
A vulnerability exists in the Bifrost protocol's `vtoken-minting` and `slpx` pallets, allowing for improper authorization in channel commission attribution. The issue arises because a signed account can submit an arbitrary registered `channel_id` when minting tokens, without any verification of authorization to mint on behalf of that channel. This flaw enables an attacker to artificially inflate a channel's reported mint volume, leading to an unequal distribution of protocol commission payments during settlement. The vulnerability affects Bifrost versions prior to the public disclosure of this issue.
To address this vulnerability, it is recommended to validate the `channel_id` against the Channels storage before recording the mint volume. Additionally, implementing a mapping of authorized callers to channels could prevent unauthorized minting on behalf of legitimate channels.
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 8, 2026CISA-ADP
Assessed Sep 10, 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://gist.github.com/prasanna8585/ffd112b1a125ca4c5533fdce45ef57c1 | CISA-ADP | ExploitRemedyTechnical Analysis |
| https://docs.bifrost.io/faq/what-are-vtokens | [email protected] | Vendor |
| https://gist.github.com/prasanna8585/ffd112b1a125ca4c5533fdce45ef57c1 | [email protected] | ExploitRemedyTechnical Analysis |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-639 | Authorization Bypass Through User-Controlled Key | CISA-ADP |
| CWE-862 | Missing Authorization | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| Bifrost | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 10, 2026 | CVE Modified | CISA-ADP |
| Sep 8, 2026 | New CVE Received | [email protected] |
Volerion