Description
The WP Directory Kit WordPress plugin before 1.5.7 does not sanitise and escape a parameter before using it in a SQL statement, allowing administrators to perform SQL injection attacks. On a multisite installation this lets an administrator of a single site read data belonging to the entire network, which they are not otherwise able to reach.
Published: 2026-08-16
Score: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in the WP Directory Kit WordPress plugin versions prior to 1.5.7, where the "section" parameter is used directly in an SQL query without sanitisation or escaping. Attackers with administrator privileges can inject arbitrary SQL code, potentially retrieving sensitive data from the database. On a multisite WordPress installation this flaw allows a single‑site administrator to read data belonging to other sites in the network, which they are normally denied. The attack thus results in a confidentiality breach that can extend beyond the target site, and may also facilitate broader exploitation if the injected payload is expanded to modify data or gain further privileges.

Affected Systems

WP Directory Kit plugin versions before 1.5.7 installed on WordPress sites. Multisite WordPress configurations are particularly at risk, as the flaw permits an administrator of a single site to access database records from sites they normally cannot reach. Any WordPress installation using this plugin without an updated version is affected.

Risk and Exploitability

The vulnerability is classed as SQL Injection (CWE-89) and applies to systems where administrative access to the plugin is possible. The CVSS score of 7.2 reflects a high severity exposure. The EPSS score of less than 1% suggests a low probability of exploitation in the wider threat landscape, but the impact remains high if an attacker gains administrator privileges. On a publicly accessible multisite network with administrators that can navigate the plugin, the risk is high. The flaw is not listed in CISA KEV, but the intrinsic severity of an SQL injection that grants cross‑site access warrants immediate attention.

Generated by OpenCVE AI on August 18, 2026 at 00:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade WP Directory Kit to version 1.5.7 or later, the version that includes input sanitisation for the "section" parameter.
  • If a patch is unavailable, remove or disable the plugin entirely, or restrict administrative access to the plugin interface until a fix is applied.
  • Implement web‑application firewall rules that validate the "section" query parameter, ensuring it contains only expected values and rejects arbitrary SQL fragments.

Generated by OpenCVE AI on August 18, 2026 at 00:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 17 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 17 Aug 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Wpdirectorykit
Wpdirectorykit wp Directory Kit
Vendors & Products Wordpress
Wordpress wordpress
Wpdirectorykit
Wpdirectorykit wp Directory Kit

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

Type Values Removed Values Added
Description The WP Directory Kit WordPress plugin before 1.5.7 does not sanitise and escape a parameter before using it in a SQL statement, allowing administrators to perform SQL injection attacks. On a multisite installation this lets an administrator of a single site read data belonging to the entire network, which they are not otherwise able to reach.
Title WP Directory Kit < 1.5.7 - Admin+ SQL Injection via section Parameter
References

Subscriptions

Wordpress Wordpress
Wpdirectorykit Wp Directory Kit
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-17T20:21:30.595Z

Reserved: 2026-08-03T12:50:07.170Z

Link: CVE-2026-18653

cve-icon Vulnrichment

Updated: 2026-08-17T20:21:26.125Z

cve-icon NVD

Status : Deferred

Published: 2026-08-16T06:16:51.927

Modified: 2026-08-26T16:30:52.723

Link: CVE-2026-18653

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T00:45:05Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')