CVE-2026-54159

CRITICALPre-NVD 10.010.0
EchelonGraph scoreLOW confidence

This critical-severity CVE scores 10.0 under the CNA's CVSS (NVD's own analysis pending). EPSS exploit-prediction score not yet available (the EPSS model rescores nightly; freshly-published CVEs typically appear within 48 hours). GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: cna:github_m
10.0
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: CVSS: 10.0Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

prestashop/ps_facetedsearch: PHP Object Injection in faceted search cache allows unauthenticated RCE

Impact

A PHP Object Injection vulnerability affects the PrestaShop module ps_facetedsearch.

The module rebuilds the selected search filters from the request URL. The value of a slider filter (price or weight) is taken from the URL without sufficient validation, then stored in an internal filter-block cache where it is serialized and later read back with a raw native unserialize(). By crafting that value, an attacker can smuggle a malicious serialized PHP object into the cache. When it is deserialized, a gadget chain writes an arbitrary PHP file inside the module directory, which is then used as a webshell to run commands on the server.

Who is impacted

Any shop using a vulnerable version of ps_facetedsearch that displays a filter template containing a slider filter (price or weight). Exploitation is remote and unauthenticated, a single crafted front-office request is enough, and leads to remote code execution and full compromise of the shop and its server.

Affected versions: 3.0.0 through 4.0.3 (all versions since 3.0.0, including the latest release).

Patches

Upgrade the ps_facetedsearch module to the patched version. Upgrading the module is the best action that removes the vulnerability.

Otherwise, you can apply the fix manually in the file src/Filters/Block.php:

In the getFromCache() method, replace the native unserialize() call:

// Before
if (!empty($row)) {
    return unserialize(current($row));
}

// After if (!empty($row)) { return \Tools::unSerialize(current($row)); }

Until the module is upgraded:

  • Remove price and weight slider filters from the filter templates that are exposed on the
front office.
  • Clear the faceted-search filter cache, and audit the modules/ps_facetedsearch/ directory for
unexpected PHP files.
  • Monitor search requests for PHP serialization patterns (O:, ;i:, references to classes such
as Monolog\…) and block them at the WAF level.

Resources

  • Thank you to Frédéric Moreau (Antadis) and Gilles Caudal (Datalinx) for reporting this vulnerability.

CVSS v3
10.0
EG Score
10.0(low)
EPSS
KEV
Not listed

Published

July 10, 2026

Last Modified

July 10, 2026

Vendor Advisories for CVE-2026-54159(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 35× in last 7d / 35× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-16 02:04 UTCEG score recompute
  2. 2026-07-15 22:24 UTCEG score recompute
  3. 2026-07-15 18:44 UTCEG score recompute
  4. 2026-07-15 15:05 UTCEG score recompute
  5. 2026-07-15 11:25 UTCEG score recompute
  6. 2026-07-15 07:43 UTCEG score recompute
  7. 2026-07-15 04:01 UTCEG score recompute
  8. 2026-07-15 00:22 UTCEG score recompute
  9. 2026-07-14 20:42 UTCEG score recompute
  10. 2026-07-14 17:01 UTCEG score recompute
  11. 2026-07-14 13:21 UTCEG score recompute
  12. 2026-07-14 09:41 UTCEG score recompute
  13. 2026-07-14 06:00 UTCEG score recompute
  14. 2026-07-14 02:20 UTCEG score recompute
  15. 2026-07-13 22:40 UTCEG score recompute
  16. 2026-07-13 19:00 UTCEG score recompute
  17. 2026-07-13 15:19 UTCEG score recompute
  18. 2026-07-13 11:39 UTCEG score recompute
  19. 2026-07-13 07:58 UTCEG score recompute
  20. 2026-07-13 04:17 UTCEG score recompute
  21. 2026-07-13 00:38 UTCEG score recompute
  22. 2026-07-12 20:58 UTCEG score recompute
  23. 2026-07-12 17:16 UTCEG score recompute
  24. 2026-07-12 13:36 UTCEG score recompute
  25. 2026-07-12 09:56 UTCEG score recompute
Show 10 more
  1. 2026-07-12 06:16 UTCEG score recompute
  2. 2026-07-12 02:34 UTCEG score recompute
  3. 2026-07-11 22:54 UTCEG score recompute
  4. 2026-07-11 19:12 UTCEG score recompute
  5. 2026-07-11 15:32 UTCEG score recompute
  6. 2026-07-11 11:52 UTCEG score recompute
  7. 2026-07-11 08:11 UTCEG score recompute
  8. 2026-07-11 04:31 UTCEG score recompute
  9. 2026-07-11 00:51 UTCEG score recompute
  10. 2026-07-10 21:11 UTCEG score recompute

Frequently asked(4)

What is CVE-2026-54159?
CVE-2026-54159 is a critical vulnerability published on July 10, 2026. prestashop/ps_facetedsearch: PHP Object Injection in faceted search cache allows unauthenticated RCE Impact A PHP Object Injection vulnerability affects the PrestaShop module ps_facetedsearch. The module rebuilds the selected search filters from the request URL. The value of a slider filter (price…
When was CVE-2026-54159 disclosed?
CVE-2026-54159 was first published in the National Vulnerability Database on July 10, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
What is the CVSS score of CVE-2026-54159?
CVE-2026-54159 has a CVSS v4.0 base score of 10.0 (CNA self-assessment; NVD's own analysis pending). The EG score is currently aggregating — additional source signals are being incorporated as they become available..
How do I remediate CVE-2026-54159?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-54159, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-54159

Explore →

Is Your Infrastructure Affected by CVE-2026-54159?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.