Severity by source
AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:L
Unauthenticated network vector confirmed by description; AC:H reflects specific endpoint condition required; S:C captures shared WordPress database cross-table exposure; I:N consistent with apparent read-only injection behavior.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Unauthenticated SQL Injection in WP Directory Kit <= 1.5.4 versions.
AnalysisAI
SQL injection in WP Directory Kit versions 1.5.4 and earlier enables remote unauthenticated attackers to extract sensitive database contents, including WordPress user credentials and site configuration data, without any account or prior foothold. The CVSS 3.1 score of 7.5 includes a Scope Changed designation, reflecting that the shared WordPress MySQL database - reachable by all installed plugins - is exposed beyond the plugin's own schema. No public exploit code or CISA KEV listing has been identified at time of analysis, though the unauthenticated network attack path significantly lowers the barrier to exploitation.
Technical ContextAI
WP Directory Kit is a WordPress plugin (CPE: cpe:2.3:a:wpdirectorykit:wp_directory_kit:*:*:*:*:*:*:*:*) that provides directory listing and management functionality on WordPress sites. The root cause is CWE-89 - Improper Neutralization of Special Elements used in an SQL Command - meaning user-controlled input reaches the WordPress database layer (MySQL/MariaDB) without adequate sanitization or parameterized query enforcement. WordPress plugins share a common database with the WordPress core, making all tables (wp_users, wp_options, wp_usermeta, and tables from other plugins) accessible to a successful injection. The Scope Changed (S:C) component in the CVSS vector directly reflects this cross-table reachability. The AC:H rating indicates a specific plugin endpoint, parameter, or input condition must be triggered to exercise the vulnerable code path.
RemediationAI
Patch available per vendor advisory - update WP Directory Kit to a version beyond 1.5.4 immediately using the WordPress admin plugin update interface or WP-CLI. The exact first patched version number is not specified in the available intelligence; consult the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/wpdirectorykit/vulnerability/wordpress-wp-directory-kit-plugin-1-5-4-sql-injection-vulnerability to confirm the minimum safe release before upgrading. If an immediate update is not feasible, deactivating the plugin removes the attack surface entirely at the cost of losing all directory functionality. A web application firewall with SQL injection signature rules targeting the plugin's endpoints can serve as a compensating control but carries bypass risk and should not substitute for patching. IP-restricting the plugin's front-end endpoints is a stronger interim control where the directory's audience is known and limited. After patching, rotate WordPress admin credentials and any API keys stored in wp_options as a precaution, given the potential for prior unauthorized reads.
More in Wp Directory Kit
View allThe WP Directory Kit plugin for WordPress is vulnerable to SQL Injection via the 'attribute_value' and 'attribute_id' pa
Unauthenticated SQL injection in WP Directory Kit WordPress plugin (all versions before 1.5.6) allows remote attackers t
SQL injection in WP Directory Kit WordPress plugin (all versions before 1.5.6) allows any authenticated user - including
The WP Directory Kit plugin for WordPress is vulnerable to authentication bypass in all versions up to, and including, 1
The WP Directory Kit plugin for WordPress is vulnerable to Local File Inclusion in versions up to, and including, 1.1.9
SQL injection via an unsecured AJAX endpoint in WP Directory Kit (WordPress plugin) before 1.5.5 allows any authenticate
WP Directory Kit versions before 1.5.5 expose the plugin's full settings - including sensitive API keys and third-party
SQL injection in WP Directory Kit WordPress plugin before 1.5.7 is exploitable by authenticated administrators, with mat
SQL injection in the WP Directory Kit WordPress plugin (versions through 1.5.7) lets authenticated users with page-build
Unauthorized data exposure in the WP Directory Kit WordPress plugin (all versions before 1.5.5) allows any authenticated
WP Directory Kit WordPress plugin before version 1.5.5 exposes sensitive site data to any authenticated user due to miss
The WP Directory Kit plugin for WordPress is vulnerable to unauthorized modification of data and loss of data due to a m
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-57936
GHSA-c33p-q727-j9jw