216.73.217.98

CVE-2026-33182

· Published 26/03/2026 01:16 · Modified 26/03/2026 15:13

Labels: CVE-2026-33182 2026-03-26CVE-2026-33182CWE-522[email protected]

Essential information

Published
26/03/2026 01:16
Modified
26/03/2026 15:13
Author
Creator
CVSS
6.6 MEDIUM (v3) 6.6 MEDIUM (v4.0)
CISA KEV
No
CWE
CVSS vector

CVSS metrics

Description

Saloon is a PHP library that gives users tools to build API integrations and SDKs. Prior to version 4.0.0, when building the request URL, Saloon combined the connector's base URL with the request endpoint. If the endpoint was a valid absolute URL, the code used that URL as-is and ignored the base URL. The request—and any authentication headers, cookies, or tokens attached by the connector—was then sent to the attacker-controlled host. If the endpoint could be influenced by user input or configuration (e.g. redirect_uri, callback URL), this allowed server-side request forgery (SSRF) and/or credential leakage to a third-party host. The fix in version 4.0.0 is to reject absolute URLs in the endpoint: URLHelper::join() throws InvalidArgumentException when the endpoint is a valid absolute URL, unless explicitly allowed, requiring callers to opt-in to the functionality on a per-connector or per-request basis.

NVD status

Status
Undergoing Analysis — CVE has been recently published to the CVE List and has been received by the NVD.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
saloon / saloon cpe:2.3:a:saloon:saloon:<4.0.0:*:*:*:*:*:*

References