CVE-2026-33182
Last modified
CVE-2026-33182 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.42% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Saloon | Saloon | < 4.0.0 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-33182?
How severe is CVE-2026-33182?
How do I fix CVE-2026-33182?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-33176Active Support is a toolkit of support libraries and Ruby co…7.5
- CVE-2026-33177Statamic is a Laravel and Git powered content management sys…4.3
- CVE-2026-33179libfuse is the reference implementation of the Linux FUSE. F…5.5
- CVE-2026-3318Open redirection vulnerability in the latest demo version of…5.3
- CVE-2026-33180HAPI FHIR is a complete implementation of the HL7 FHIR stand…7.5
- CVE-2026-33181Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-33183Saloon is a PHP library that gives users tools to build API …9.1
- CVE-2026-33184nimiq/core-rs-albatross is a Rust implementation of the Nimi…7.5
- CVE-2026-33185Discourse is an open-source discussion platform. From versio…5
- CVE-2026-33186gRPC-Go is the Go language implementation of gRPC. Versions …9.1
- CVE-2026-33187Rejected reason: Further research determined the issue origi…
- CVE-2026-33188Rejected reason: Further research determined the issue origi…
Are you affected by CVE-2026-33182?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
