Description
The GeoDirectory WordPress plugin before 2.8.169 does not perform any authorization check when returning map marker data for a single requested listing, allowing unauthenticated users to disclose the title and exact geographic coordinates of non-public (pending or draft) listings.
Published: 2026-08-09
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The GeoDirectory WordPress plugin fails to enforce authorization when serving map marker data for a requested listing. As a result, any visitor can retrieve the title and exact geographic coordinates of listings that are not yet published, even if they are pending or draft. This flaw allows an attacker to learn sensitive location and title information without authentication, potentially exposing confidential real‑world assets or business strategy.

Affected Systems

The vulnerability affects the GeoDirectory plugin, any WordPress installation that runs versions prior to 2.8.169. Users of the plugin who have not upgraded to the fixed release are at risk, regardless of whether they use the plugin alone or alongside other GeoDirectory‑related extensions.

Risk and Exploitability

No EPSS score is reported and the vulnerability is not listed in the CISA KEV catalog, suggesting limited public exploitation data. However, the flaw is trivially exploitable via unauthenticated HTTP requests to the markers REST endpoint, yielding direct access to sensitive data. The lack of an authorization check means the attack can be performed by anyone who can reach the endpoint, making it a high‑impact data disclosure.

Generated by OpenCVE AI on August 9, 2026 at 07:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade GeoDirectory to version 2.8.169 or later.
  • If an immediate upgrade is not possible, restrict access to the /wp-json/gd/v1/markers?listing_id= endpoint using web‑application firewall rules or server‑side access controls.
  • Disable the GeoDirectory plugin entirely on environments where location data must remain confidential.
  • Ensure the WordPress site employs a security plugin that blocks or monitors raw REST endpoint requests to mitigate unpatched vulnerabilities.

Generated by OpenCVE AI on August 9, 2026 at 07:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 09 Aug 2026 07:45:00 +0000

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

Sun, 09 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The GeoDirectory WordPress plugin before 2.8.169 does not perform any authorization check when returning map marker data for a single requested listing, allowing unauthenticated users to disclose the title and exact geographic coordinates of non-public (pending or draft) listings.
Title GeoDirectory < 2.8.169 - Unauthenticated Pending/Draft Listing Disclosure via markers REST Endpoint
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-09T06:00:12.002Z

Reserved: 2026-07-24T08:46:07.377Z

Link: CVE-2026-16988

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-09T07:30:04Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control