Description
The WP Directory Kit WordPress plugin before 1.5.5 does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by unauthenticated users.
Published: 2026-08-09
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an attacker to inject arbitrary SQL into database queries by sending a crafted value to the 'field_search' parameter of the WP Directory Kit plugin. This leads to unauthenticated data modification or exfiltration. The plugin does not sanitize or escape the input before using it in a SQL statement. Because the vulnerability exists in all versions prior to 1.5.5, any user can exploit it.

Affected Systems

The WP Directory Kit WordPress plugin, available from the WordPress Plugin Directory, is affected in all releases older than 1.5.5. The known vendor identity is Unknown; the product name is WP Directory Kit. Users running the plugin on a WordPress site with these older versions are at risk.

Risk and Exploitability

The exploit requires only a web request containing a malicious 'field_search' value, so anyone who can access the search endpoint can trigger the injection. No authentication is necessary. Because the plugin embeds the unsanitized parameter directly into SQL, the attack can potentially read, alter or delete database content. The CVSS score of 9.1 indicates a critical severity, and the EPSS score of < 1% suggests low probability of exploitation at the moment, but the lack of reported exploitation does not diminish the inherent risk of SQL injection. The vulnerability is not listed in CISA KEV.

Generated by OpenCVE AI on August 10, 2026 at 22:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade WP Directory Kit to version 1.5.5 or later.
  • If upgrading is not possible, remove or disable the plugin entirely.
  • Restrict access to the plugin’s search endpoint using firewall rules or .htaccess to block unauthenticated requests.
  • As a temporary measure, modify the plugin code to escape or parameterize the 'field_search' input before use.

Generated by OpenCVE AI on August 10, 2026 at 22:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 11 Aug 2026 14:30: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

Mon, 10 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


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

Type Values Removed Values Added
Weaknesses CWE-89

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

Type Values Removed Values Added
Description The WP Directory Kit WordPress plugin before 1.5.5 does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by unauthenticated users.
Title WP Directory Kit < 1.5.5 - Unauthenticated SQL Injection via 'field_search' Parameter
References

Subscriptions

Wordpress Wordpress
Wpdirectorykit Wp Directory Kit
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-10T19:31:56.702Z

Reserved: 2026-07-31T09:32:35.285Z

Link: CVE-2026-18473

cve-icon Vulnrichment

Updated: 2026-08-10T19:31:52.855Z

cve-icon NVD

Status : Deferred

Published: 2026-08-09T06:19:05.773

Modified: 2026-08-26T16:31:16.753

Link: CVE-2026-18473

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T14:15:13Z

Weaknesses
  • CWE-89

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