CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-33182

High
Published: Translated: NVD NIST

Summary

Saloon to biblioteka PHP, która umożliwia użytkownikom budowanie integracji API i SDK. W wersjach przed 4.0.0, podczas budowania URL żądania, Saloon łączył bazowy URL łącznika z punktem końcowym żądania, co mogło prowadzić do wykorzystania podatności SSRF oraz wycieku danych uwierzytelniających do hosta kontrolowanego przez atakującego.

Risk Assessment

Organizacja może być narażona na ataki typu server-side request forgery (SSRF) oraz na wyciek danych uwierzytelniających, co może prowadzić do nieautoryzowanego dostępu do zasobów lub danych wrażliwych.

Recommendation

Zaleca się aktualizację biblioteki Saloon do wersji 4.0.0 lub nowszej, aby zablokować możliwość używania absolutnych URL w punktach końcowych żądań.

Related vulnerabilities

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS