NONE · 0

CVE-2025-53359

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 ...

Vulnerability Description

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.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2025-53359?

CVE-2025-53359 is a documented vulnerability. 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 ...

How severe is CVE-2025-53359?

CVSS scoring is not yet available for CVE-2025-53359. Check NVD for updates.

Is there a patch for CVE-2025-53359?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.