GHSA-vv77-66rf-pm86

Suggest an improvement
Source
https://github.com/advisories/GHSA-vv77-66rf-pm86
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-vv77-66rf-pm86/GHSA-vv77-66rf-pm86.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-vv77-66rf-pm86
Aliases
Published
2026-09-25T21:44:12Z
Modified
2026-09-25T23:00:09Z
Severity
  • 8.8 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
mpp vulnerable to Gas Draining with no limit
Details

Details

When the server acts as the fee_payer, the mpp Elixir 0.4.0 does not validate gas_limit, max_fee_per_gas and max_priority_fee_per_gas before cosigning the client's fee-payer transaction. A malicious client embeds arbitrarily large max_fee_per_gas and max_priority_fee_per_gas values in the signed envelope. The server cosigns and broadcasts — paying those inflated gas costs from its own wallet based on the effective_gas_price calculated from the high max_fee_per_gas and max_priority_fee_per_gas set by the client.

Vulnerable function: cosign_fee_payer/3 in transaction.ex around lines 229–262.

PoC

The PoC is provided below. It is configured to reproduce the attack on Tempo Moderate testnet within a Docker environment. Download the PoC and run:

unzip mpp_elixir_PoC.zip
cd mpp_elixir
docker build -t mpp-elixir-gasdrain .
docker run --rm mpp-elixir-gasdrain

There are more details in mpp_elixir/README.md

Impact

By draining the server's wallet, an attacker causes direct financial loss to the organization. Furthermore, if the server's funds are drained completely, legitimate clients will have their requests fail, as the server can no longer fund future transactions, effectively creating a Denial of Service (DoS) attack.

Database specific
{
    "cwe_ids":  [
        "CWE-20"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2026-09-25T21:44:12Z",
    "nvd_published_at":  null,
    "severity":  "HIGH"
}
References

Affected packages

Hex / mpp

Package

Name
mpp
Purl
pkg:hex/mpp

Affected ranges

Type
SEMVER
Events
Introduced
0.2.0
Fixed
0.6.0

Affected versions

0.*
0.2.0
0.3.0
0.3.1
0.3.2
0.4.0

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-vv77-66rf-pm86/GHSA-vv77-66rf-pm86.json"