ManageIQ / ManageIQ/kubeclient

CVE-2026-25765 (Medium) detected in faraday-2.14.0.gem

Open
#684 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Mend: dependency security vulnerability
Dominant language
Ruby
Stars
426
Forks
171
PR merge metrics
No merged PRs in 30d

Description

## CVE-2026-25765 - Medium Severity Vulnerability
Vulnerable Library - faraday-2.14.0.gem


Library home page: https://rubygems.org/gems/faraday-2.14.0.gem


Sample Path to Dependency File: /Gemfile.lock


Path to vulnerable library: /vendor/cache/faraday-2.14.0.gem


Dependency Hierarchy:
- googleauth-1.15.1.gem (Root Library)
- :x: **faraday-2.14.0.gem** (Vulnerable Library)

Found in base branch: master



Vulnerability Details



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.

Publish Date: 2026-02-09

URL: CVE-2026-25765



CVSS 3 Score Details (5.8)

Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: None


For more information on CVSS3 Scores, click here.


Suggested Fix

Type: Upgrade version


Origin: https://github.com/lostisland/faraday/security/advisories/GHSA-33mh-2634-fwr2


Release Date: 2026-02-09


Fix Resolution: https://github.com/lostisland/faraday.git - v2.14.1,faraday - 2.14.1

***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with Gemfile.lock and vendor/cache/faraday-2.14.0.gem, then review the dependency path from googleauth-1.15.1 to Faraday. Update the dependency to Faraday 2.14.1 and confirm the lockfile and cached vendor dependency no longer reference the vulnerable 2.14.0 release.

Written by the indexing model from the issue text.

Assessment

Tech stack
ruby
Domain
api, security
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.