External risk intelligence

WP Directory Kit Blind SQL Injection Vulnerability.

CVE advisorySeverity: CRITICAL (CVSS 9.3)

CVE-2026-42672

The vulnerability affects a WordPress plugin, which is typically used to power public-facing web applications. Such plugins are routinely deployed in internet-accessible environments to provide directory functionality, making the vulnerable code directly reachable from the public internet in common deployment patterns.

SQL Injection

Halo Surface Signal: 4 out of 5 — likely to be public-facing.

External exposure likelihood

Horizon Alert

Summary of the vulnerability and why it matters

A critical SQL injection vulnerability has been identified in the WP Directory Kit, a tool used for managing directory content, which could allow unauthorized access to sensitive data if exploited.

  • Code flaws let attackers inject malicious SQL commands.
  • Affects public-facing websites using the plugin.
  • Verify plugin relevance and scope of potential exposure.

Attack Path

How an attacker could exploit the issue

An attacker could exploit this vulnerability by sending specially crafted input through a network connection to a website using the WP Directory Kit plugin. If the input is not properly handled, it could allow the attacker to manipulate database queries, potentially leading to unauthorized access to sensitive information or disruption of the site's database.

  • Accessible via the network.
  • Input manipulation in the plugin.
  • Potential for sensitive data leakage.

Live Threat

Current exploitation, exposure, and threat context

This vulnerability could allow an unauthenticated attacker to inject malicious SQL commands into the application when supported by the advisory. This could potentially lead to unauthorized access to or modification of database information.

  • Database information may be exposed.
  • Malicious SQL commands could be injected.
  • Unauthorized data access may occur.

Operational Fix

Recommended remediation, mitigation, and detection steps

Technical leaders and system owners should prioritize identifying all instances of WP Directory Kit within their environment, confirming its accessibility from the internet, and assessing its business criticality. Once identified, the accountable owner for each instance should be determined to plan remediation activities, considering potential impacts on operations and coordinating with vendors as necessary.

  • Identify affected plugin instances and owners.
  • Verify exposure and business criticality.
  • Plan remediation based on risk assessment.

Supplementary metadata

Validate whether this threat affects your internet-facing exposure.

Halo Threat Intelligence helps prioritize remediation with Halo Surface Signal and H/A/L/O context. Start exposure validation with a free external attack surface trial.

Frequently asked questions

What is the WP Directory Kit plugin?

WP Directory Kit is a WordPress plugin designed to help site administrators manage and display directory-style content. It provides the necessary backend structure and frontend interface to organize lists, such as business directories or classified listings, directly within a WordPress environment.

What does Blind SQL Injection mean for CVE-2026-42672?

This vulnerability, classified as CWE-89, happens when the plugin fails to sanitize user-provided input before using it in database queries. In a 'blind' scenario, an attacker cannot see the direct database output on the screen. Instead, they infer information by observing how the website responds to specific, injected queries over time, potentially allowing them to extract sensitive data hidden within the database.

How do attackers trigger this SQL injection?

Attackers trigger this bug by sending specially crafted input to the plugin over a network connection. The vulnerability relies on the application accepting this malicious data without proper neutralization. Simply viewing the site or interacting with standard, non-input-based elements does not trigger the flaw; it requires the processing of specific, manipulated data requests that interact with the vulnerable query functions.

Is my site at risk according to Halo Surface Signal?

Halo Surface Signal flags this as a significant concern because WP Directory Kit is commonly used for public-facing web functions. Because the plugin is designed to be accessible to visitors, any instance of it on an internet-facing website is potentially reachable by external actors. If your WordPress site uses this plugin and is connected to the public web, it falls into the category of systems that are typically exposed to this type of network-based attack.

What should I do if I use this plugin?

Start by auditing your WordPress environment to locate all active instances of the WP Directory Kit plugin. Confirm whether these instances are reachable from the public internet and assess how critical the data managed by those directories is to your operations. Once you have identified the affected sites, determine who is responsible for their maintenance to prepare for further risk mitigation and vendor-provided updates.

References