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: n/a
EPSS: n/a
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 EPSS score is not provided, and the vulnerability is not listed in CISA KEV; however, the lack of a reported exploitation rate does not diminish the inherent risk of SQL injection. There is no published CVSS score, so the exact severity cannot be quantified from the available data.

Generated by OpenCVE AI on August 9, 2026 at 07:22 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 9, 2026 at 07:22 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-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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

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

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

Link: CVE-2026-18473

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-89

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