CVE-2026-54297

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

Configuration 1 (hide)

OR cpe:2.3:a:faraday_project:faraday:*:*:*:*:*:*:*:*
cpe:2.3:a:faraday_project:faraday:*:*:*:*:*:*:*:*

History

30 Jun 2026, 03:21

Type Values Removed Values Added
References
  • () https://access.redhat.com/security/cve/CVE-2026-54297 -
  • () https://bugzilla.redhat.com/show_bug.cgi?id=2492252 -
  • () https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-54297.json -
CWE CWE-770

26 Jun 2026, 20:01

Type Values Removed Values Added
CPE cpe:2.3:a:faraday_project:faraday:*:*:*:*:*:*:*:*
First Time Faraday Project faraday
Faraday Project
References () https://github.com/lostisland/faraday/security/advisories/GHSA-98m9-hrrm-r99r - () https://github.com/lostisland/faraday/security/advisories/GHSA-98m9-hrrm-r99r - Exploit, Mitigation, Vendor Advisory

25 Jun 2026, 18:16

Type Values Removed Values Added
References () https://github.com/lostisland/faraday/security/advisories/GHSA-98m9-hrrm-r99r - () https://github.com/lostisland/faraday/security/advisories/GHSA-98m9-hrrm-r99r -

24 Jun 2026, 17:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-24 17:17

Updated : 2026-07-15 01:16


NVD link : CVE-2026-54297

Mitre link : CVE-2026-54297

CVE.ORG link : CVE-2026-54297


JSON object : View

Products Affected

faraday_project

  • faraday
CWE
CWE-674

Uncontrolled Recursion

CWE-770

Allocation of Resources Without Limits or Throttling