Description
The GeoDirectory WordPress plugin before 2.8.168 does not restrict a user-search handler to users allowed to list users, allowing any authenticated user with Contributor-level access or higher to retrieve the email addresses of all registered users, including administrators.
Published: 2026-08-05
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The GeoDirectory WordPress plugin is missing an authorization check in its user-search handler geodir_json_search_users. This allows any authenticated user who has Contributor or higher privileges to force the plugin to return the email addresses of all registered users, including site administrators. The primary consequence is the unauthorized disclosure of sensitive contact information that can be used for further attacks or social engineering. The vulnerability is an example of a failure to enforce proper access control and results in information exposure.

Affected Systems

All installations of the GeoDirectory WordPress plugin with a version earlier than 2.8.168 are affected. The vulnerability applies to sites running this plugin and is not limited to a specific WordPress version. Based on the description, it is inferred that any user with Contributor, Author, Editor, or Administrator WordPress roles can exploit the flaw.

Risk and Exploitability

Because the vulnerability requires only authentication and grants the unprivileged Contributor role, a wide range of users can exploit it. No exploit has been reported in the wild, and the EPSS score is currently unavailable, indicating no known exploitation activity. The flaw is not listed in the CISA KEV catalog, suggesting it has not yet become a target of mass exploitation. Nonetheless, the potential to expose administrator emails warrants prompt remediation.

Generated by OpenCVE AI on August 5, 2026 at 07:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update GeoDirectory to version 2.8.168 or later to restore proper permission checks
  • If an update cannot be applied immediately, restrict the Contributor role or remove contributors who do not need access to search features
  • Audit the site and monitor for unauthorized access patterns and email exposure as a precautionary measure

Generated by OpenCVE AI on August 5, 2026 at 07:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

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

Wed, 05 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Description The GeoDirectory WordPress plugin before 2.8.168 does not restrict a user-search handler to users allowed to list users, allowing any authenticated user with Contributor-level access or higher to retrieve the email addresses of all registered users, including administrators.
Title GeoDirectory < 2.8.168 - Contributor+ User Email Disclosure via geodir_json_search_users
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-05T06:00:10.995Z

Reserved: 2026-07-24T08:22:34.059Z

Link: CVE-2026-16968

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T08:00:11Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-693

    Protection Mechanism Failure