CVE-2025-53359

Source
https://cve.org/CVERecord?id=CVE-2025-53359
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-53359.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-53359
Aliases
Published
2025-07-02T15:55:18.026Z
Modified
2026-07-15T01:49:22.228225015Z
Severity
  • 6.9 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
ethereum does not check transaction malleability for EIP-2930, EIP-1559 and EIP-7702 transactions
Details

ethereum is a common ethereum structs for Rust. Prior to ethereum crate v0.18.0, signature malleability (according to EIP-2) was only checked for "legacy" transactions, but not for EIP-2930, EIP-1559 and EIP-7702 transactions. This is a specification deviation. The signature malleability itself is not a security issue and not as high of a risk if the ethereum crate is used on a single-implementation blockchain. This issue has been patched in version v0.18.0. A workaround for this issue involves manually checking transaction malleability outside of the crate, however upgrading is recommended.

Database specific
{
    "cna_assigner": "GitHub_M",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/53xxx/CVE-2025-53359.json",
    "cwe_ids": [
        "CWE-754"
    ]
}
References

Affected packages

Git / github.com/rust-ethereum/ethereum

Affected ranges

Type
GIT
Repo
https://github.com/rust-ethereum/ethereum
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "0.18.0"
        }
    ],
    "source": [
        "AFFECTED_FIELD",
        "REFERENCES"
    ]
}

Affected versions

v0.*
v0.16.0
v0.17.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-53359.json"