CVEFinder.io

CVE-2026-54297

⚠️ high
🔍 Scan for this CVE
Summary

Faraday is an HTTP client library abstraction layer that provides a common interface over many adapters. From 1.0.0 until 1.10.6 and 2.14.3, Faraday::NestedParamsEncoder, the default nested query parameter encoder/decoder in Faraday, decodes nested query strings without enforcing a maximum nesting depth. A crafted query string causes Faraday to build a deeply nested Ruby Hash structure. The internal dehash routine then recursively walks this attacker-controlled structure without a depth limit. A

Description

Faraday is an HTTP client library abstraction layer that provides a common interface over many adapters. From 1.0.0 until 1.10.6 and 2.14.3, Faraday::NestedParamsEncoder, the default nested query parameter encoder/decoder in Faraday, decodes nested query strings without enforcing a maximum nesting depth. A crafted query string causes Faraday to build a deeply nested Ruby Hash structure. The internal dehash routine then recursively walks this attacker-controlled structure without a depth limit. At sufficient depth, Ruby raises an uncaught SystemStackError (stack level too deep), crashing the calling thread or worker. This can lead to denial of service in applications that pass attacker-controlled query strings to Faraday's nested query parsing or URL-building paths. This vulnerability is fixed in 1.10.6 and 2.14.3.

CVSS Score
7.5
High
EPSS Score
0.5
Exploit Probability
Published Date
2026-06-24
First Seen: 2026-06-25
📊 Relative Risk Intelligence

This CVE is Moderate Risk - more severe than 67.7% of all 360,729 vulnerabilities in our database.

#116,350
Above average severity
Severity Percentile
🎯 CISA SSVC Assessment Updated: Jun 25, 2026
🔍 Exploitation Status
Poc
Proof-of-concept available
⚙️ Automatable
YES
Can be exploited automatically
💥 Technical Impact
Partial
Limited system impact
SSVC data provided by CISA
Last Modified 2026-08-14
Source NVD 🔗
CVSS Vector 3.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CWE IDs (Weakness Types)

📦 Affected Products 2

🔗 References 8

🔗 Related CVEs 2

CVE ID Severity CVSS EPSS Summary Published
CVE-2026-33637 🔶 medium 0.0 0.3 Faraday is an HTTP client library abstraction layer that provides a common interface over many adapters. Versions 2.0.0 ... 2026-05-19
CVE-2026-25765 🔶 medium 5.8 0.0 Faraday is an HTTP client library abstraction layer that provides a common interface over many adapters. Prior to 2.14.1... 2026-02-09
These CVEs affect the same products