SCA: security update for faraday (GHSA-33mh-2634-fwr2)

medium Tenable Cloud Security Plugin ID 437661

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-25765)

See Also

https://github.com/advisories/GHSA-33mh-2634-fwr2

Plugin Details

Severity: Medium

ID: 437661

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 2/10/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 1.2

Percentile: 0.01

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.7

Vector: CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N

CVSS Score Source: CVE-2026-25765

CVSS v3

Risk Factor: Medium

Base Score: 5.8

Temporal Score: 5.1

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 2/9/2026

Vulnerability Publication Date: 2/9/2026

Reference Information

CVE: CVE-2026-25765

cwe: CWE-918