CVE-2025-54427
Last modified
CVE-2025-54427 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. Polkadot Frontier is an Ethereum and EVM compatibility layer for Polkadot and Substrate. The extrinsic note_min_gas_price_target is an inherent extrinsic, meaning only the block producer can call it. EPSS estimates a 0.55% chance of exploitation in the next 30 days.
Description
Polkadot Frontier is an Ethereum and EVM compatibility layer for Polkadot and Substrate. The extrinsic note_min_gas_price_target is an inherent extrinsic, meaning only the block producer can call it. To ensure correctness, the ProvideInherent trait should be implemented for each inherent, which includes the check_inherent call. This allows other nodes to verify if the input (in this case, the target value) is correct. However, prior to commit a754b3d, the check_inherent function has not been implemented for note_min_gas_price_target. This lets the block producer set the target value without verification. The target is then used to set the MinGasPrice, which has an upper and lower bound defined in the on_initialize hook. The block producer can set the target to the upper bound. Which also increases the upper and lower bounds for the next block. Over time, this could result in continuously raising the gas price, making contract execution too expensive and ineffective for users. An attacker could use this flaw to manipulate the gas price, potentially leading to significantly inflated transaction fees. Such manipulation could render contract execution prohibitively expensive for users, effectively resulting in a denial-of-service condition for the network. This is fixed in version a754b3d.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-54427?
How severe is CVE-2025-54427?
How do I fix CVE-2025-54427?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-54421NamelessMC is a free, easy to use & powerful website softwar…5.4
- CVE-2025-54422Sandboxie is a sandbox-based isolation software for 32-bit a…5.5
- CVE-2025-54423copyparty is a portable file server. In versions up to and i…6.1
- CVE-2025-544241Panel is a web interface and MCP Server that manages websit…9.8
- CVE-2025-54425Umbraco is an ASP.NET CMS. In versions 13.0.0 through 13.9.2…5.3
- CVE-2025-54426Polkadot Frontier is an Ethereum and EVM compatibility layer…9.9
- CVE-2025-54428RevelaCode is an AI-powered faith-tech project that decodes …9.8
- CVE-2025-54429Polkadot Frontier is an Ethereum and EVM compatibility layer…6.9
- CVE-2025-5443A vulnerability, which was classified as critical, was found…9.8
- CVE-2025-54430dedupe is a python library that uses machine learning to per…9.1
- CVE-2025-54432Rejected reason: This CVE is a duplicate of another CVE. See…
- CVE-2025-54433Bugsink is a self-hosted error tracking service. In versions…7.2
Are you affected by CVE-2025-54427?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
