Description
Deserialization of Untrusted Data vulnerability in wpWax Directorist directorist allows Object Injection.This issue affects Directorist: from n/a through <= 8.8.2.
Published: 2026-07-13
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Directorist plugin for WordPress suffers from a deserialization of untrusted data flaw that allows attackers to perform PHP object injection. This vulnerability, identified as CWE‑502, can lead to arbitrary code execution on the web server under the permissions of the application. The impact includes full compromise of confidentiality, integrity, and availability of the affected site, potentially affecting all users and the underlying infrastructure.

Affected Systems

The issue affects the wpWax Directorist plugin from any earlier version through 8.8.2. All WordPress sites hosting a Directorist installation of these versions are vulnerable unless the plugin is upgraded or disabled.

Risk and Exploitability

The CVSS score of 9.8 marks the flaw as critical, and while the EPSS score is <1%, indicating a low current probability of exploitation, the lack of listing in the CISA KEV catalog does not diminish its risk. Attackers would likely craft malicious serialized PHP objects and deliver them via HTTP requests that trigger unserialization within Directorist. Successful exploitation would allow full code execution without additional conditions.

Generated by OpenCVE AI on August 1, 2026 at 10:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade wpWax Directorist to the latest available version that contains the fix.
  • If an upgrade is not possible, disable or remove the Directorist plugin from the WordPress installation.
  • Review and restrict any functions that handle user-supplied data to avoid unserialize calls, or replace them with safe_unserialize or similar secure alternatives.
  • Apply a Web Application Firewall rule to block or monitor attempts to send serialized PHP objects to the site.

Generated by OpenCVE AI on August 1, 2026 at 10:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 13 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 13 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Wpwax
Wpwax directorist
Vendors & Products Wordpress
Wordpress wordpress
Wpwax
Wpwax directorist

Mon, 13 Jul 2026 10:00:00 +0000

Type Values Removed Values Added
Description Deserialization of Untrusted Data vulnerability in wpWax Directorist directorist allows Object Injection.This issue affects Directorist: from n/a through <= 8.8.2.
Title WordPress Directorist plugin <= 8.8.2 - PHP Object Injection vulnerability
Weaknesses CWE-502
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Wordpress Wordpress
Wpwax Directorist
cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-07-13T14:28:56.172Z

Reserved: 2026-07-05T21:27:29.080Z

Link: CVE-2026-59518

cve-icon Vulnrichment

Updated: 2026-07-13T14:28:47.666Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T10:30:04Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data