Skip to content
CVSS 10.0CVSS 10.0 · CRITICAL

CVE-2026-54159

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.

Ver en NVD

Análisis

El módulo ps_facetedsearch de PrestaShop permite a un atacante no autenticado ejecutar comandos en el servidor mediante la inyección de objetos PHP maliciosos a través de la URL. Esta vulnerabilidad crítica facilita la creación de un webshell en el sistema, lo que otorga control total sobre la infraestructura del sitio. Es imperativo actualizar a la versión 4.0.4 para evitar el compromiso del backend y la ejecución remota de código.

Roles relevantes

PhpBackendCyberSecurityLinuxDocker

Severidad

Puntaje: 10.0(CRITICAL)
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
AV: NETWORK
AC: LOW
PR: NONE
UI: NONE
S: CHANGED
C: HIGH
I: HIGH
A: HIGH
Tipo de falla (CWE): CWE-74

EPSS

Sin puntaje EPSS aún (CVE muy reciente).

Descripción técnica

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.

Publicada: 17/7/2026, 21:17:07
Última modificación: 17/7/2026, 21:17:07

Referencias

InicioEventosBlogRecursosEquipo