Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L
Network-reachable low-complexity blind SQLi needs a low-privilege account (PR:L); it reads data (C:H) with no integrity or availability impact and no evidence of cross-scope effect, so S:U.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
6DescriptionCVE.org
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in WP Chill Download Monitor download-monitor allows Blind SQL Injection.This issue affects Download Monitor: from n/a through <= 5.1.8.
AnalysisAI
Blind SQL injection in the WP Chill Download Monitor plugin for WordPress affects all versions from an unspecified early release through 5.1.8, letting an authenticated attacker inject crafted SQL into a database query and infer or exfiltrate backend data. The CVSS 3.1 base score is 8.5 (scope-changed) and Patchstack is the reporting source; there is no public exploit identified at time of analysis and the EPSS probability is very low at 0.02% (6th percentile). CISA SSVC scores exploitation as none, non-automatable, with partial technical impact, indicating a credible but not yet weaponized data-disclosure flaw.
Technical ContextAI
Download Monitor is a widely used WordPress plugin that manages downloadable files, tracks download counts, and enforces access rules, all backed by the WordPress MySQL/MariaDB database. The root cause is CWE-89 (Improper Neutralization of Special Elements in an SQL Command): user-controllable input reaches a SQL statement without proper parameterization or escaping, so an attacker can alter query logic. Because it is a blind variant, results are not returned directly in the response; the attacker infers data through boolean or time-based side channels. The single CPE, cpe:2.3:a:wp_chill:download_monitor:*:*:*:*:*:*:*:*, confirms the affected component is the Download Monitor plugin itself rather than WordPress core or another dependency.
RemediationAI
No vendor-released patch version is identified in the available data; the range is listed only as affected through 5.1.8 with no confirmed fixed release, so administrators should monitor the Patchstack advisory (https://patchstack.com/database/Wordpress/Plugin/download-monitor/vulnerability/wordpress-download-monitor-plugin-5-1-8-sql-injection-vulnerability) and the plugin's WordPress.org changelog for an update newer than 5.1.8 and apply it as soon as it ships. Until then, apply specific compensating controls: place a WAF or virtual patch (Patchstack/Wordfence rules) in front of the site to filter SQLi patterns on Download Monitor endpoints (trade-off: rule gaps may miss obfuscated blind payloads); tighten role assignments so untrusted users are not granted the low-privilege account level the exploit requires, and disable open user registration if it is not needed (trade-off: may affect legitimate contributor workflows); and restrict or monitor access to the plugin's download-management and AJAX endpoints, alerting on time-based or boolean SQLi indicators in query logs (trade-off: added monitoring overhead). If the plugin is non-essential, deactivating and removing it eliminates exposure entirely.
More in Download Monitor
View allExposure of Sensitive Information to an Unauthorized Actor vulnerability in WPChill Download Monitor.7.60. Rated medium
Unrestricted Upload of File with Dangerous Type vulnerability in WPChill Download Monitor.8.3. Rated critical severity (
Download Monitor WordPress plugin versions before 5.2.6 fails to enforce authorization on an AJAX download-logging endpo
The Download Monitor WordPress plugin before 4.5.98 does not ensure that files to be downloaded are inside the blog fold
The Download Monitor WordPress plugin before 4.5.91 does not ensure that files to be downloaded are inside the blog fold
Cross-site scripting (XSS) vulnerability in the Download Monitor plugin before 3.3.5.9 for WordPress allows remote attac
Cross-site scripting (XSS) vulnerability in admin/admin.php in the Download Monitor plugin before 3.3.6.2 for WordPress
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in WPChill Download M
Insecure Direct Object Reference in WP Download Monitor plugin (≤5.1.7) enables unauthenticated attackers to complete ar
Reflected/unauthenticated Cross-Site Scripting in the Download Monitor - WPForms Lock add-on for WordPress (versions ≤ 1
Path traversal in the WordPress Download Monitor plugin (versions <= 5.1.9, by WP Chill) allows a network-accessible att
Cross-site scripting (XSS) vulnerability in admin/admin.php in the Download Monitor plugin before 3.3.6.2 for WordPress
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-20154
GHSA-hwvq-xm42-wx99