CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L
Lifecycle Timeline
3DescriptionNVD
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Iqonic Design WP Roadmap allows SQL Injection. This issue affects WP Roadmap: from n/a through 2.1.3.
AnalysisAI
CVE-2025-52822 is an SQL injection vulnerability in Iqonic Design's WP Roadmap WordPress plugin (versions up to 2.1.3) that allows authenticated attackers to execute arbitrary SQL commands. An attacker with user-level privileges can exploit this via network access without user interaction to read sensitive database contents and cause denial of service. The vulnerability has not been confirmed as actively exploited in the wild, but the high CVSS score (8.5) and low attack complexity indicate this should be treated as a priority for affected WordPress installations.
Technical ContextAI
The vulnerability exists in the WP Roadmap plugin for WordPress (CPE: wp:wp-roadmap), a roadmap/project timeline management plugin. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), indicating that user-supplied input is not properly sanitized or parameterized before being incorporated into SQL queries. WordPress plugins commonly interact with the WordPress database via wpdb functions; this vulnerability suggests the plugin constructs dynamic SQL queries using string concatenation rather than prepared statements with placeholders. The affected versions range from the initial release through version 2.1.3, suggesting the vulnerability was introduced early in the plugin's development and persisted through multiple releases.
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-28473