GHSA-rf88-776r-rcq9 · Severity: high · Ecosystem: composer — Saloon has insecure deserialization in AccessTokenAuthenticator
Saloon is a PHP library that gives users tools to build API integrations and SDKs. Versions prior to 4.0.0 used PHP's unserialize() in AccessTokenAuthenticator::unserialize() to restore OAuth token state from cache or storage, with allowed_classes => true. An attacker who can control the serialized string (e.g. by overwriting a cached token file or via another injection) can supply a serialized "gadget" object. When unserialize() runs, PHP instantiates that object and runs its magic methods (__wakeup, __destruct, etc.), leading to object injection. In environments with common dependencies (e.g. Monolog), this can be chained to remote code execution (RCE). The fix in version 4.0.0 removes PHP serialization from the AccessTokenAuthenticator class requiring users to store and resolve the authenticator manually.
Conclusion & alert: CVE-2026-33942 is rated Moderate Risk (48.5/100): CVSS High severity, with low exploitation likelihood (EPSS 0.62%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.20% | 0.62% | +0.42% |
| 2 | 2026-04-21 | 0.58% | 0.20% | -0.38% |
| 3 | 2026-04-20 | — | 0.58% | — |
Full EPSS history (6 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.1 | 4.0 | HIGH |
|
— | — | [email protected] |
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
GHSA-rf88-776r-rcq9 · Severity: high · Ecosystem: composer — Saloon has insecure deserialization in AccessTokenAuthenticator
| URL | Tags |
|---|---|
| https://docs.saloon.dev/upgrade/upgrading-from-v3-to-v4 | Release Notes |
| https://github.com/saloonphp/saloon/security/advisories/GHSA-rf88-776r-rcq9 | Vendor Advisory |