CVE-2026-3489

7.5

DesignInvento · DirectoryPress – Business Directory And Classified Ad Listing

The DirectoryPress WordPress plugin contains an SQL injection vulnerability in the packages parameter, allowing unauthenticated attackers to extract sensitive database information.

Executive summary

A critical SQL injection vulnerability in the DirectoryPress WordPress plugin enables unauthenticated attackers to perform unauthorized database queries, posing a high risk to data confidentiality.

Vulnerability

This vulnerability is caused by improper neutralization of special elements in an SQL command (CWE-89) within the packages parameter. Because the plugin fails to properly escape user supplied input, unauthenticated attackers can manipulate SQL queries to exfiltrate sensitive data from the underlying database.

Business impact

The ability for an unauthenticated attacker to inject arbitrary SQL commands represents a significant threat to data privacy and regulatory compliance. With a CVSS score of 7.5, this vulnerability could lead to the unauthorized exposure of user credentials, personal information, or proprietary business data, potentially resulting in severe reputational damage and financial liability.

Remediation

Immediate Action: Since a specific patched version is not confirmed in the provided data, users should immediately deactivate or remove the DirectoryPress plugin if it is not business-critical. Monitor vendor channels and the WordPress plugin repository for the release of a security update that addresses this flaw.

Proactive Monitoring: Review database error logs for suspicious query patterns or unexpected SQL syntax errors originating from the packages parameter. Ensure that database accounts used by the web application follow the principle of least privilege to limit the potential scope of an injection attack.

Compensating Controls: Deploy a Web Application Firewall (WAF) with updated rulesets to detect and block malicious SQL injection attempts targeting the affected parameter.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

Given the ease with which this vulnerability can be exploited by unauthenticated actors, it constitutes a high-priority risk for any organization utilizing the DirectoryPress plugin. Security teams should prioritize the immediate removal or deactivation of the plugin until a verified security patch is confirmed and applied to the production environment.

Sources

Originally found and disclosed by Leonid Semenenko, per the CVE Program record.