๐Ÿ” CVE Alert

CVE-2026-33183

UNKNOWN 0.0

Saloon has a Fixture Name Path Traversal Vulnerability

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
2th

Saloon is a PHP library that gives users tools to build API integrations and SDKs. Prior to version 4.0.0, fixture names were used to build file paths under the configured fixture directory without validation. A name containing path segments (e.g. ../traversal or ../../etc/passwd) resulted in a path outside that directory. When the application read a fixture (e.g. for mocking) or wrote one (e.g. when recording responses), it could read or write files anywhere the process had access. If the fixture name was derived from user or attacker-controlled input (e.g. request parameters or config), this constituted a path traversal vulnerability and could lead to disclosure of sensitive files or overwriting of critical files. The fix in version 4.0.0 adds validation in the fixture layer (rejecting names with /, \, .., or null bytes, and restricting to a safe character set) and defense-in-depth in the storage layer (ensuring the resolved path remains under the base directory before any read or write).

CWE CWE-22
Vendor saloonphp
Product saloon
Published Mar 26, 2026
Last Updated Mar 26, 2026
Stay Ahead of the Next One

Get instant alerts for saloonphp saloon

Be the first to know when new unknown vulnerabilities affecting saloonphp saloon are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

saloonphp / saloon
< 4.0.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/saloonphp/saloon/security/advisories/GHSA-f7xc-5852-fj99 docs.saloon.dev: https://docs.saloon.dev/upgrade/upgrading-from-v3-to-v4