Description
The GeoDirectory – WP Business Directory Plugin and Classified Listings Directory plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Text-type Custom Field (e.g., 'phone') in all versions up to, and including, 2.8.181 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with subscriber-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The payload must be stored in a text-type custom field (such as a phone field) via the AJAX geodir_save_post endpoint, using entity-encoded angle brackets (e.g., <img src=x onerror=alert(1)>) to bypass the strpos()-gated tag-stripping check.
Published: 2026-09-25
Score: 6.4 Medium
EPSS: n/a
KEV: No
Impact: Stored Cross‑Site Scripting
Action: Apply Patch
AI Analysis

Impact

The GeoDirectory WordPress plugin is vulnerable to stored XSS when a text‑type custom field (such as a phone field) is populated by an authenticated user with subscriber-level access or higher. Insufficient input sanitization and inadequate output escaping allow a malicious actor to submit entity‑encoded script tags (e.g., <img src=x onerror=alert(1)>) through the AJAX geodir_save_post endpoint. The malicious payload is stored in the database and executed whenever a visitor loads a page containing the affected custom field, potentially enabling script injection that could compromise user sessions or deliver malware.

Affected Systems

The vulnerability affects the GeoDirectory – WP Business Directory Plugin and Classified Listings Directory by paoltaia. All released versions up to and including 2.8.181 are impacted; later releases are presumed not to contain the flaw.

Risk and Exploitability

The CVSS score of 6.4 categorizes this flaw as a medium‑severity vulnerability. The exploit requires an authenticated account with subscriber privileges or higher, limiting the attack surface to users who have certain levels of access to the plugin. No public EPSS score is available, and the vulnerability is not listed in the CISA KEV catalog, indicating a lower likelihood of widespread exploitation at this time. However, the stored XSS payload can affect all users who view any page displaying the compromised custom field, and thus the potential impact remains significant within affected sites.

Generated by OpenCVE AI on September 25, 2026 at 09:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade GeoDirectory to the latest version (2.8.182 or newer) which addresses the stored XSS issue.
  • If an upgrade is not immediately possible, remove or disable text‑type custom fields that can store arbitrary content for subscriber-level users.
  • Implement a site‑wide content security policy that restricts script execution from user‑provided fields.
  • Consider additional input validation or output encoding for custom field values using a security plugin or custom code.

Generated by OpenCVE AI on September 25, 2026 at 09:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 10:00:00 +0000

Type Values Removed Values Added
First Time appeared Paoltaia
Paoltaia geodirectory – Wp Business Directory Plugin And Classified Listings Directory
Wordpress
Wordpress wordpress
Vendors & Products Paoltaia
Paoltaia geodirectory – Wp Business Directory Plugin And Classified Listings Directory
Wordpress
Wordpress wordpress

Fri, 25 Sep 2026 07:00:00 +0000

Type Values Removed Values Added
Description The GeoDirectory – WP Business Directory Plugin and Classified Listings Directory plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Text-type Custom Field (e.g., 'phone') in all versions up to, and including, 2.8.181 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with subscriber-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The payload must be stored in a text-type custom field (such as a phone field) via the AJAX geodir_save_post endpoint, using entity-encoded angle brackets (e.g., <img src=x onerror=alert(1)>) to bypass the strpos()-gated tag-stripping check.
Title GeoDirectory <= 2.8.181 - Authenticated (Subscriber+) Stored Cross-Site Scripting via Text-type Custom Field (e.g., 'phone')
Weaknesses CWE-79
References
Metrics cvssV3_1

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


Subscriptions

Paoltaia Geodirectory – Wp Business Directory Plugin And Classified Listings Directory
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-25T06:39:51.760Z

Reserved: 2026-09-18T20:33:01.377Z

Link: CVE-2026-93897

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T07:16:56.370

Modified: 2026-09-25T07:16:56.370

Link: CVE-2026-93897

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T09:45:16Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')