← Back to browse · API

CVE-2026-54159

Severity
CRITICAL
CVSS
10.0
EPSS
0.00406
Risk score
40.14
CISA KEV
No
PoC
No
Published
2026-07-17
Modified
2026-07-20
First seen
2026-08-05
Aliases
EUVD-2026-45327, GHSA-M5F5-28QR-9G9R
Products
PrestaShop:ps_facetedsearch 3.0.0, < 4.0.4
Sources
nvd CVE-2026-54159
euvd EUVD-2026-45327

Description

PrestaShop ps_facetedsearch is a module that adds layered navigation filters. From 3.0.0 until 4.0.4, the ps_facetedsearch module rebuilds selected search filters from the request URL, and the value of a slider filter, price or weight, is taken from the URL without sufficient validation and stored in an internal filter-block cache where it is serialized and later read back with a raw native unserialize() in src/Filters/Block.php. By crafting that value, an unauthenticated attacker can smuggle a malicious serialized PHP object into the cache, and when it is deserialized, a gadget chain writes an arbitrary PHP file inside the modules/ps_facetedsearch/ directory, which is then used as a webshell to run commands on the server. This issue is fixed in version 4.0.4.

References