Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-54159 – Unauthenticated RCE via PHP Object Injection – PrestaShop ps_facetedsearch 3.0.0…

Be the first to know when new zero-days emerge:

Summary

CVE-2026-54159 is a critical PHP object injection vulnerability in the PrestaShop ps_facetedsearch (Faceted Search) module, affecting versions 3.0.0 through 4.0.3. An unauthenticated attacker can exploit the flaw via a single crafted HTTP request to achieve full remote code execution on the underlying server. The vulnerability carries a CVSS v3.1 base score of 10.0 (Critical) and has been patched in version 4.0.4.

Technical details

  • Root cause: The module rebuilds layered navigation filters from the request URL. The value of a slider filter — either price or weight — is accepted from the URL without sufficient validation. This value is serialized and stored in an internal filter-block cache, then later retrieved and passed to a raw native unserialize() call inside src/Filters/Block.php (getFromCache() method) with no safeguards against malicious objects.
  • Trigger conditions: An unauthenticated attacker sends a single front-office HTTP request with a crafted slider filter URL parameter. No account, session, or prior knowledge of the target is required.
  • Attack vector: Network-accessible PrestaShop storefront; no privileges required, no user interaction required.
  • Impact: The deserialized malicious object triggers a PHP gadget chain that writes an arbitrary PHP file inside the modules/ps_facetedsearch/ directory on the server. This file operates as a webshell, granting the attacker full remote code execution — enabling complete shop and server compromise, including data exfiltration, lateral movement, and persistence.

Affected software

  • PrestaShop ps_facetedsearch (Faceted Search module) versions 3.0.0 through 4.0.3, running on PrestaShop 1.7.1.0 or newer

Severity

  • CVSS v3.1 Base Score: 10.0 (Critical)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • CWE: CWE-74 – Improper Neutralization of Special Elements in Output Used by a Downstream Component

Mitigation and recommended actions

  • Immediate – patch: Update the ps_facetedsearch module to version 4.0.4 via the PrestaShop Back Office (Modules → Faceted Search → Update). This replaces the unsafe unserialize() call with the hardened Tools::unSerialize() method.
  • If immediate patching is not possible:
    • Deploy a Web Application Firewall (WAF) or edge service to block malicious serialized object patterns before they reach PrestaShop.
    • Restrict dangerous PHP functions via php.ini: disable_functions = exec,passthru,shell_exec,system,proc_open,popen,proc_close,proc_nice,pcntl_exec
  • Post-incident check: If your shop ran an affected version, inspect the modules/ps_facetedsearch/ directory for unexpected PHP files and review server access logs for unusual requests targeting the module path.

IONIX Status

The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge