Description
The Web Directory Free plugin for WordPress is vulnerable to generic SQL Injection via the 'levels' parameter in all versions up to, and including, 1.7.13 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Published: 2026-07-28
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Web Directory Free plugin for WordPress contains a classic SQL injection flaw tied to the 'levels' request parameter. Because the input is not properly escaped or bound, an attacker can inject additional SQL statements into the query. This vulnerability is classified as CWE‑89 and allows a threat actor to read private data from the database without needing to authenticate to the site or have any special privileges.

Affected Systems

All WordPress installations running the Web Directory Free plugin version 1.7.13 or earlier are affected. The issue exists in all main plugin files, including ajax_controller.php and frontend_controller.php, and impacts any site that has the plugin active.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity. The EPSS score of less than 1% suggests that exploitation is currently unlikely on a large scale, and the vulnerability is not listed in the CISA KEV catalog. Nonetheless, an unauthenticated attacker can trigger the flaw by sending a crafted HTTP request containing a malicious 'levels' value, which the plugin appends directly into a SQL statement. Successful exploitation would allow data extraction from the WordPress database, potentially compromising user accounts, content, and other sensitive information.

Generated by OpenCVE AI on August 3, 2026 at 15:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Web Directory Free to the latest released version (greater than 1.7.13) to remove the vulnerable code paths
  • If an upgrade is not feasible, deactivate or uninstall the plugin so that the vulnerable routines are no longer callable
  • Audit the database user used by WordPress to ensure it has the minimum permissions required; consider restricting SELECT privileges to only the tables necessary for normal site operation

Generated by OpenCVE AI on August 3, 2026 at 15:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Mihail-chepovskiy
Mihail-chepovskiy web Directory Free
Wordpress
Wordpress wordpress
Vendors & Products Mihail-chepovskiy
Mihail-chepovskiy web Directory Free
Wordpress
Wordpress wordpress

Tue, 28 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Description The Web Directory Free plugin for WordPress is vulnerable to generic SQL Injection via the 'levels' parameter in all versions up to, and including, 1.7.13 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Title Web Directory Free <= 1.7.13 - Unauthenticated SQL Injection
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Mihail-chepovskiy Web Directory Free
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-28T19:16:29.280Z

Reserved: 2026-07-05T15:07:35.899Z

Link: CVE-2026-14785

cve-icon Vulnrichment

Updated: 2026-07-28T19:16:24.998Z

cve-icon NVD

Status : Deferred

Published: 2026-07-28T10:16:48.153

Modified: 2026-07-28T20:17:22.843

Link: CVE-2026-14785

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T15:30:03Z

Weaknesses
  • CWE-89

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