Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2023-28431

23
FAUCET Score

CVE-2023-28431 is a denial-of-service vulnerability affecting Frontier, an Ethereum compatibility layer for Substrate. The vulnerability stems from a gas cost discrepancy in Frontier's modexp precompile, where even modulus calculations are significantly slower than odd modulus calculations due to the underlying num-bigint library. This allows an attacker to trigger resource exhaustion by forcing inefficient computations. Rated 7.5 HIGH on CVSS, it has a network attack vector and low attack complexity, potentially leading to a full denial of service. There is currently no known active exploitation, public exploit code, or significant community discussion surrounding this vulnerability.

Impacted Technologies

VendorProductVersion(s)CPE
< 2023-03-15CPE matchmatch criteria
cpe:2.3:a:parity:frontier:*:*:*:*:*:*:*:*

CVSS Data

CVSS version used by this source: 3.1

7.5HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
NONE
Integrity Impact
NONE
Availability Impact
HIGH
Exploitability Score
3.9
Impact Score
3.6
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.87%
Probability of exploitation in next 30 days
EPSS Percentile
55.2%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
This CVE's current EPSS score of 0.0087 is in the 30th percentile among its peer group of 51,506 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.0 Reddit, 0.1 Bluesky, 0.1 Mastodon, and 0.4 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.1 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (1)

github_advisorypatch availablevia nvd_reference
View patch

Vendor Advisories (1)

rustGHSA-fcmm-54jp-7vf6high

Frontier's modexp precompile is slow for even modulus

Mar 21, 2023

References

github.com / paritytech/frontier/commit/5af12e94d7dfc8a0208a290643a800f55de7b219
Patch
github.com / paritytech/frontier/pull/1017
Patch
github.com / paritytech/frontier/security/advisories/GHSA-fcmm-54jp-7vf6
Vendor Advisory
github.com / rust-num/num-bigint/blob/6f2b8e0fc218dbd0f49bebb8db2d1a771fe6bafa/src/biguint/power.rs
Product