Description
The Directorist: AI-Powered Business Directory, Listings & Classified Ads WordPress plugin before 8.9.3 does not sanitize a user-supplied image reference before using it as the source of a file move, allowing users with a subscriber-level account to relocate arbitrary server-readable image files into a publicly accessible directory, and to delete them from their original location.
Published: 2026-08-26
Score: 5.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized File Disclosure
Action: Immediate Patching
AI Analysis

Impact

The Directorist WordPress plugin, versions 8.5 through 8.9.2, fails to sanitize a user‑supplied image reference before using it as the source of a file move operation. This flaw allows a subscriber‑level user to move any file that the web server can read into a publicly accessible directory, effectively exposing internal files to the web and giving the user the ability to delete the originals. The vulnerability is a classic example of improper input validation and filesystem manipulation. As a result, confidentiality of internal assets is compromised and users can cause unintended data exposure but no direct code execution or privilege escalation is granted by the flaw alone.

Affected Systems

WordPress sites that have installed the Directorist plugin (AI‑Powered Business Directory, Listings & Classified Ads) in any version from 8.5 up to but not including 8.9.3. The issue affects all users who possess subscriber or higher‑level accounts and can submit listings via the REST v2 API.

Risk and Exploitability

The vulnerability is exploitable through the plugin’s REST v2 listing submission endpoint. An attacker requires only subscriber+ access, which is relatively common on public directory sites. No exploit code is required beyond authenticating and submitting a crafted image reference. The CVSS score is 5.4 and the EPSS score is <1%, indicating a moderate severity and a very low but non‑zero exploitation probability. Despite this, the ability to move arbitrary internal files into a publicly accessible directory poses a significant confidentiality risk. The vulnerability is not listed in the CISA KEV catalog.

Generated by OpenCVE AI on August 26, 2026 at 17:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Directorist to version 8.9.3 or later.
  • If an upgrade is not immediately possible, restrict the REST v2 listing submission endpoint to administrators only and disable image handling for subscriber accounts.
  • Remove or conceal the public image directory to prevent unintended disclosure of moved files.

Generated by OpenCVE AI on August 26, 2026 at 17:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 26 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-22
Metrics cvssV3_1

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


Wed, 26 Aug 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-284

Wed, 26 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Directorist: AI-Powered Business Directory, Listings & Classified Ads WordPress plugin before 8.9.3 does not sanitize a user-supplied image reference before using it as the source of a file move, allowing users with a subscriber-level account to relocate arbitrary server-readable image files into a publicly accessible directory, and to delete them from their original location.
Title Directorist 8.5 - 8.9.2 - Subscriber+ Arbitrary Image Move via REST v2 Listing Submission
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-26T14:43:07.510Z

Reserved: 2026-08-21T09:58:17.777Z

Link: CVE-2026-77757

cve-icon Vulnrichment

Updated: 2026-08-26T14:38:11.745Z

cve-icon NVD

Status : Deferred

Published: 2026-08-26T06:16:29.610

Modified: 2026-08-26T16:30:52.723

Link: CVE-2026-77757

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T17:15:04Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • CWE-284

    Improper Access Control