CVE-2026-59518
Deferred Deferred - Pending Action

Deserialization of Untrusted Data in Directorist

Vulnerability report for CVE-2026-59518, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-13

Last updated on: 2026-07-13

Assigner: Patchstack

Description

Deserialization of Untrusted Data vulnerability in wpWax Directorist directorist allows Object Injection.This issue affects Directorist: from n/a through <= 8.8.2.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-08-02
AI Q&A
2026-07-13
EPSS Evaluated
2026-08-01
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wpwax directorist From 8.0.0 (inc) to 8.8.2 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-502 The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-59518 is a high-severity vulnerability in the WordPress Directorist Plugin (version 8.8.2 and earlier) that allows PHP Object Injection through deserialization of untrusted data.

This flaw enables attackers to inject malicious objects into the application, potentially leading to code execution, SQL injection, path traversal, denial of service, and other harmful actions if a suitable Property-Oriented Programming (POP) chain exists.

The vulnerability requires only Subscriber-level privileges to exploit and is classified under the OWASP Top 10 category A3: Injection.

Detection Guidance

Detecting the presence of CVE-2026-59518 on your network or system involves checking for vulnerable versions of the Directorist plugin and monitoring for signs of exploitation. Below are some methods and commands to help identify the vulnerability.

  • Check the installed version of the Directorist plugin on your WordPress site. The vulnerability affects versions up to and including 8.8.2. You can verify the version by navigating to the WordPress admin dashboard, then going to 'Plugins' and looking for the Directorist plugin. The version number will be displayed there.
  • Use the WordPress command-line interface (WP-CLI) to check the plugin version. Run the following command: wp plugin list --name=directorist --fields=name,version,status. This will display the version of the Directorist plugin if it is installed.
  • Inspect your web server logs for suspicious activity that may indicate exploitation attempts. Look for unusual HTTP requests containing serialized PHP objects, which could be a sign of an attack. For example, search for patterns like 'O:' or 'a:' in POST data or query parameters. Use commands like grep -r 'O:[0-9]:' /var/log/apache2/ or grep -r 'a:[0-9]:' /var/log/nginx/ to scan logs for such patterns.
  • Monitor network traffic for unexpected outbound connections or unusual payloads. Tools like Wireshark or tcpdump can be used to capture and analyze traffic. For example, use tcpdump -i eth0 -s 0 -A 'port 80' | grep -i 'O:[0-9]:' to filter HTTP traffic for serialized object patterns.
  • Apply the mitigation rule provided by Patchstack if you cannot immediately update the plugin. This rule can help block exploitation attempts until the plugin is updated to version 8.8.3 or later.
Impact Analysis

Exploitation of this vulnerability can have severe impacts including unauthorized code execution on the affected website, database compromise through SQL injection, unauthorized file access via path traversal, and denial of service conditions.

Such impacts can lead to website defacement, data theft, service outages, and potentially full control of the affected system by attackers.

Because the vulnerability can be exploited by users with minimal privileges, it poses a significant risk to website security and integrity.

Compliance Impact

This vulnerability, classified as a PHP Object Injection flaw with a CVSS score of 9.8, poses significant risks to compliance with standards and regulations like GDPR and HIPAA.

  • GDPR: The vulnerability allows attackers to execute code injection, SQL injection, or unauthorized data access, which could lead to unauthorized processing or exposure of personal data. This violates GDPR principles such as data protection by design (Article 25), integrity and confidentiality (Article 5(1)(f)), and the requirement to implement appropriate security measures (Article 32). A successful exploit could result in data breaches, triggering mandatory reporting obligations under Article 33 and potential fines under Article 83.
  • HIPAA: For organizations handling protected health information (PHI), this vulnerability could lead to unauthorized access or disclosure of PHI, violating the HIPAA Security Rule (45 CFR Part 164, Subpart C). The ability to execute arbitrary code or SQL injection could compromise the confidentiality, integrity, and availability of electronic PHI (ePHI), leading to non-compliance with the HIPAA Privacy Rule and Security Rule. This may result in penalties under the HIPAA Enforcement Rule.
  • General Compliance Risks: The vulnerability's high severity and potential for mass exploitation increase the likelihood of regulatory scrutiny. Organizations failing to patch or mitigate the issue may be deemed non-compliant with industry standards like ISO 27001, NIST SP 800-53, or PCI DSS, depending on their operational context.

Immediate remediation, such as updating to the patched version (8.8.3) or applying mitigation rules, is critical to maintaining compliance and avoiding regulatory penalties.

Mitigation Strategies

Users are strongly advised to update the WordPress Directorist Plugin to version 8.8.3 or later to mitigate the risk of this PHP Object Injection vulnerability.

If updating immediately is not possible, it is recommended to seek assistance from a hosting provider or web developer.

Patchstack has provided a mitigation rule to block attacks targeting this vulnerability until the plugin can be updated.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-59518. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart