
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-2576 is a time-based SQL injection vulnerability in the Business Directory Plugin – Easy Listing Directories for WordPress plugin. It affects all versions up to and including 6.4.2 and allows unauthenticated attackers to extract sensitive information from the WordPress database by appending malicious SQL queries via the payment parameter. The vulnerability was published on February 18, 2026, and carries a CVSS v3.1 base score of 7.5 (High) (Red Hat CVE, Wordfence).
The root cause is insufficient escaping of user-supplied input and inadequate preparation of SQL queries, classified as CWE-89 (Improper Neutralization of Special Elements used in an SQL Command). The payment parameter is passed directly into an existing SQL query without proper sanitization, enabling an attacker to append time-based blind SQL injection payloads (e.g., using SLEEP() or BENCHMARK() functions) to infer database contents based on server response delays. No authentication or special privileges are required, and no user interaction is needed, making this exploitable by any remote attacker. A public proof-of-concept has been published on GitHub (PoC Repo, Red Hat CVE).
Successful exploitation allows unauthenticated attackers to extract sensitive data from the WordPress database, including user credentials (hashed passwords), email addresses, API keys, session tokens, and any other data stored by the application. The confidentiality impact is rated High, while integrity and availability are unaffected by this specific vector. Compromised credentials could enable follow-on attacks such as administrative account takeover and full site compromise (Red Hat CVE, Wordfence).
A public proof-of-concept exploit is available on GitHub (PoC Repo), and a Nuclei template pull request has been submitted to the ProjectDiscovery community templates repository, indicating active tooling development for automated scanning (Nuclei PR). The EPSS score is approximately 0.071%, suggesting relatively low but non-negligible probability of exploitation in the near term. No CISA KEV catalog listing or confirmed in-the-wild exploitation by named threat actors has been reported as of the latest available data.
inurl:wp-content/plugins/business-directory-plugin).payment parameter, typically associated with the plugin's payment/listing submission workflow.payment parameter such as 1 AND SLEEP(5)-- or use a tool like sqlmap with --technique=T (time-based blind) targeting the vulnerable parameter.wp_users, user_login, user_pass).payment parameter with anomalous values (e.g., containing SQL keywords like SLEEP, BENCHMARK, AND, OR, UNION, SELECT).payment parameter; unusually high response times (≥5 seconds) for requests to the affected endpoint, consistent with time-based injection.SLEEP() or BENCHMARK() functions originating from the web application user.payment parameter values, consistent with sqlmap or similar tool behavior.Users should update the Business Directory Plugin to a version above 6.4.2 that addresses this vulnerability — check the WordPress plugin repository for the latest patched release. Until a patch is applied, consider disabling the plugin or restricting access to payment-related endpoints via a web application firewall (WAF) rule that blocks requests containing SQL injection patterns in the payment parameter. Implementing a WAF (e.g., Wordfence, Cloudflare WAF) with SQLi detection rules provides an interim mitigation layer (Wordfence, Red Hat CVE).
Wordfence included this vulnerability in their weekly WordPress vulnerability report for February 16–22, 2026, highlighting it as a notable unauthenticated SQL injection risk (Wordfence). RedPacket Security published an alert and shared it on Mastodon, contributing to broader community awareness (RedPacket Security). The submission of a Nuclei detection template to the ProjectDiscovery community repository reflects active interest from the security research community in automating detection of this vulnerability.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."