Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Unauthenticated network SQLi with low complexity (AV:N/AC:L/PR:N/UI:N); primarily data disclosure so C:H with I:N/A:N, and DB shares the app's authority so S:U rather than the vendor's S:C.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Lifecycle Timeline
2DescriptionCVE.org
Unauthenticated SQL Injection in WPDM - Premium Packages <= 6.2.0 versions.
AnalysisAI
SQL injection in the WPDM - Premium Packages WordPress plugin (versions <= 6.2.0) allows remote unauthenticated attackers to inject arbitrary SQL into backend database queries, per the CVSS vector (PR:N). With a CVSS base of 9.3 and a changed scope, successful exploitation exposes sensitive database contents (C:H) such as user credentials, order data, and secrets. No public exploit identified at time of analysis and the CVE is not listed in CISA KEV; the flaw was reported by Patchstack.
Technical ContextAI
WPDM - Premium Packages is a commercial add-on (vendor identifier 'shahjada', CPE cpe:2.3:a:shahjada:wpdm_-_premium_packages) that extends the WordPress Download Manager platform to sell downloadable digital products and manage package purchases. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command): user-supplied input reaches a database query without proper sanitization or use of parameterized statements/wpdb->prepare(), letting an attacker alter the query's logical structure. Because the plugin handles e-commerce and file-delivery data, the injectable query likely touches WordPress tables holding customer and transactional records.
RemediationAI
No vendor-released patch version was identified in the provided data; the affected range is stated only as <= 6.2.0. Monitor the vendor and the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/wpdm-premium-packages/vulnerability/wordpress-wpdm-premium-packages-plugin-6-2-0-sql-injection-vulnerability) and upgrade to the first release above 6.2.0 as soon as it is published. Until a fixed version is confirmed, apply compensating controls: deploy a WordPress-aware WAF (such as Patchstack or Wordfence) with SQL-injection rules to filter the vulnerable request parameters; restrict or block public access to the Premium Packages endpoints and query parameters at the reverse proxy if the shop functionality is not needed externally; and consider temporarily deactivating the plugin, accepting that this disables premium package sales/downloads. Ensure the database user for WordPress has least-privilege grants to limit the blast radius of any successful injection.
More in Wpdm Premium Packages
View allUnauthorized data disclosure in the WordPress WPDM - Premium Packages plugin (versions 6.2.0 and earlier) allows remote
Cross-site scripting in WPDM - Premium Packages for WordPress allows unauthenticated remote attackers to inject arbitrar
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-48206
GHSA-6gm8-xgr5-q465