CVEFinder.io

CVE-2026-25765

🔶 medium
🔍 Scan for this CVE
Summary

Faraday is an HTTP client library abstraction layer that provides a common interface over many adapters. Prior to 2.14.1, Faraday's build_exclusive_url method (in lib/faraday/connection.rb) uses Ruby's URI#merge to combine the connection's base URL with a user-supplied path. Per RFC 3986, protocol-relative URLs (e.g. //evil.com/path) are treated as network-path references that override the base URL's host/authority component. This means that if any application passes user-controlled input to Far

Description

Faraday is an HTTP client library abstraction layer that provides a common interface over many adapters. Prior to 2.14.1, Faraday's build_exclusive_url method (in lib/faraday/connection.rb) uses Ruby's URI#merge to combine the connection's base URL with a user-supplied path. Per RFC 3986, protocol-relative URLs (e.g. //evil.com/path) are treated as network-path references that override the base URL's host/authority component. This means that if any application passes user-controlled input to Faraday's get(), post(), build_url(), or other request methods, an attacker can supply a protocol-relative URL like //attacker.com/endpoint to redirect the request to an arbitrary host, enabling Server-Side Request Forgery (SSRF). This vulnerability is fixed in 2.14.1.

CVSS Score
5.8
Medium
EPSS Score
0.0
Exploit Probability
Published Date
2026-02-09
First Seen: 2026-02-10
📊 Relative Risk Intelligence

This CVE is Lower Risk - more severe than 32.9% of all 326,604 vulnerabilities in our database.

#219,047
Below average severity
Severity Percentile
🎯 CISA SSVC Assessment Updated: Feb 10, 2026
🔍 Exploitation Status
None
No known exploits
⚙️ Automatable
YES
Can be exploited automatically
💥 Technical Impact
Partial
Limited system impact
SSVC data provided by CISA
Last Modified 2026-02-20
Source NVD 🔗
CVSS Vector 3.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N
CWE IDs (Weakness Types)

📦 Affected Products 2

🔗 References 3

🔗 Related CVEs 1

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