Description
The WP Directory Kit WordPress plugin before 1.5.5 does not perform authorization or nonce checks on one of its authenticated AJAX actions, allowing any authenticated user such as a Subscriber to disclose the WP Directory Kit WordPress plugin before 1.5.5 settings including sensitive API keys and secrets.
Published: 2026-08-08
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises because WP Directory Kit’s authenticated AJAX action lacks authorization and nonce checks. An authenticated user, even with a low‑privilege role such as Subscriber, can invoke the action and retrieve the plugin’s settings, including sensitive API keys and secrets. The primary risk is that attackers can obtain confidential credentials, potentially granting them further system access or enabling exfiltration of protected data. This constitutes a serious data‑exposure weakness.

Affected Systems

All installations of the WP Directory Kit WordPress plugin older than version 1.5.5 are impacted. The affected product is the WP Directory Kit plugin for WordPress, and any site running a pre‑1.5.5 release is vulnerable, regardless of the WordPress core version.

Risk and Exploitability

The exploit requires only that the user be authenticated; a standard Subscriber account suffices. While public EPSS data is unavailable and the vulnerability is not listed in the KEV catalog, the lack of proper access control (CWE‑284) and absence of nonce verification (CWE‑200) make exploitation straightforward for any internal attacker. The CVSS score is not provided, but the impact of leaking API secrets can be high. The attack vector is authenticated, local to the WordPress admin area, and does not require network-level exploitation.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update WP Directory Kit to version 1.5.5 or newer. This install includes proper authorization and nonce checks for all AJAX actions.
  • Restrict Subscriber and other low‑privilege users from executing plugin actions, or remove those roles if the site does not require them.
  • Add a role‑oriented check before processing the vulnerable AJAX action so that only users with higher capabilities can execute it, effectively disabling the endpoint for low‑privilege accounts.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 08 Aug 2026 08:15:00 +0000

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

Sat, 08 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Description The WP Directory Kit WordPress plugin before 1.5.5 does not perform authorization or nonce checks on one of its authenticated AJAX actions, allowing any authenticated user such as a Subscriber to disclose the WP Directory Kit WordPress plugin before 1.5.5 settings including sensitive API keys and secrets.
Title WP Directory Kit < 1.5.5 - Subscriber+ Plugin Settings and API Key Disclosure
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-08T06:00:12.492Z

Reserved: 2026-07-22T13:47:41.225Z

Link: CVE-2026-16594

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control