CVE-2025-54427 (CNNVD-202507-3560)

MEDIUM
中文标题:
Polkadot Frontier 代码问题漏洞
英文标题:
Polkadot Frontier contains missing `check_inherent` for `note_min_gas_price_target` inflates gas price
CVSS分数: 6.9
发布时间: 2025-07-28 20:20:04
漏洞类型: 代码问题
状态: PUBLISHED
数据质量分数: 0.30
数据版本: v3
漏洞描述
中文描述:

Polkadot Frontier是Polkadot EVM开源的一个提供以太坊虚拟机兼容层的应用程序。 Polkadot Frontier a754b3d之前版本存在代码问题漏洞,该漏洞源于未实现note_min_gas_price_target的check_inherent函数,可能导致Gas价格操纵。

英文描述:

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.

CWE类型:
CWE-682 CWE-754
标签:
(暂无数据)
受影响产品
厂商 产品 版本 版本范围 平台 CPE
polkadot-evm frontier < a754b3d - - cpe:2.3:a:polkadot-evm:frontier:<_a754b3d:*:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
https://github.com/polkadot-evm/frontier/security/advisories/GHSA-r6rj-gmqh-cv94 x_refsource_CONFIRM
cve.org
访问
https://github.com/polkadot-evm/frontier/commit/a754b3dc6e1b6da98f71aea7bb1fa08677b24186 x_refsource_MISC
cve.org
访问
https://dotpal.io/assets/files/frontier-srlabs-2505-718c3bfa5df9fed1862fed05de506859.pdf x_refsource_MISC
cve.org
访问
CVSS评分详情
4.0 (cna)
MEDIUM
6.9
CVSS向量: 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
机密性
NONE
完整性
LOW
可用性
LOW
后续系统影响 (Subsequent):
机密性
NONE
完整性
NONE
可用性
NONE
时间信息
发布时间:
2025-07-28 20:20:04
修改时间:
2025-07-28 20:38:02
创建时间:
2025-11-11 15:40:42
更新时间:
2025-11-11 16:00:02
利用信息
暂无可利用代码信息
数据源详情
数据源 记录ID 版本 提取时间
CVE cve_CVE-2025-54427 2025-11-11 15:23:28 2025-11-11 07:40:42
NVD nvd_CVE-2025-54427 2025-11-11 15:00:57 2025-11-11 07:48:29
CNNVD cnnvd_CNNVD-202507-3560 2025-11-11 15:12:52 2025-11-11 08:00:02
版本与语言
当前版本: v3
主要语言: EN
支持语言:
EN ZH
安全公告
暂无安全公告信息
变更历史
v3 CNNVD
2025-11-11 16:00:02
vulnerability_type: 未提取 → 代码问题; cnnvd_id: 未提取 → CNNVD-202507-3560; data_sources: ['cve', 'nvd'] → ['cnnvd', 'cve', 'nvd']
查看详细变更
  • vulnerability_type: 未提取 -> 代码问题
  • cnnvd_id: 未提取 -> CNNVD-202507-3560
  • data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
v2 NVD
2025-11-11 15:48:29
data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • data_sources: ['cve'] -> ['cve', 'nvd']