3 matches found
CVE-2026-33182
The connected advisory describes a vulnerability in Saloon where building a request URL could ignore the base URL if the endpoint is an absolute URL. This enables server-side request forgery (SSRF) and credential leakage to an attacker-controlled host when user-controlled input influences the end...
Saloon is vulnerable to SSRF and credential leakage via absolute URL in endpoint overriding base URL
Impact Users providing user generated input into the resolveEndpoint method on requests. Patches Upgrade to Saloon v4+ Upgrade guide: https://docs.saloon.dev/upgrade/upgrading-from-v3-to-v4 Description When building the request URL, Saloon combined the connector's base URL with the request...
PT-2026-28160
Name of the Vulnerable Software and Affected Versions Saloon versions prior to 4.0.0 Description Saloon is a PHP library used for building API integrations and SDKs. A flaw exists where the library combines a connector's base URL with a request endpoint. If the endpoint is a valid absolute URL,...