Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. saloonphp/saloon
  4. ›
  5. CVE-2026-33182

CVE-2026-33182: Saloon is vulnerable to SSRF and credential leakage via absolute URL in endpoint overriding base URL

March 25, 2026 (updated March 30, 2026)

When building the request URL, Saloon combined the connector’s base URL with the request endpoint. If the endpoint was a valid absolute URL (e.g. https://attacker.example.com/callback), 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 the next major version) 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.

References

  • docs.saloon.dev/upgrade/upgrading-from-v3-to-v4
  • github.com/advisories/GHSA-c83f-3xp6-hfcp
  • github.com/saloonphp/saloon
  • github.com/saloonphp/saloon/security/advisories/GHSA-c83f-3xp6-hfcp
  • nvd.nist.gov/vuln/detail/CVE-2026-33182

Code Behaviors & Features

Detect and mitigate CVE-2026-33182 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 4.0.0

Fixed versions

  • 4.0.0

Solution

Upgrade to version 4.0.0 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-522: Insufficiently Protected Credentials
  • CWE-918: Server-Side Request Forgery (SSRF)

Source file

packagist/saloonphp/saloon/CVE-2026-33182.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 09 May 2026 12:18:56 +0000.