CVE Catalog

CVE-2026-93897

MediumCVSS 6.4
Published: Translated: NVD NIST

Summary

The GeoDirectory plugin for WordPress (versions up to and including 2.8.181) is vulnerable to Stored Cross-Site Scripting via a Text-type Custom Field (e.g., 'phone'). Due to insufficient input sanitization and output escaping, an authenticated attacker with subscriber-level access can inject malicious scripts that execute whenever a user accesses the injected page.

Risk Assessment

A low-privileged attacker can persistently inject malicious JavaScript, potentially leading to session theft, account takeover, or modification of content visible to other users.

Recommendation

Update the GeoDirectory plugin to a version newer than 2.8.181 as soon as a fix is available, and consider restricting the ability to edit custom fields for low-privileged users.

Other vulnerabilities in GeoDirectory WordPress Plugin

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS