Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L
Remote low-complexity SQLi needing a Contributor account gives AV:N/AC:L/PR:L; primarily data disclosure (C:H) with limited write potential (I:L); I treat impact as in-database, so S:U rather than the vendor's S:C.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Contributor SQL Injection in MapSVG <= 8.14.0 versions.
AnalysisAI
SQL injection in the MapSVG WordPress plugin (versions 8.14.0 and earlier) allows Contributor-level authenticated users to inject arbitrary SQL through an unsanitized parameter (CWE-89), exposing the WordPress database. Because Contributor is a low-privilege role that many blogs and multi-author sites grant liberally, an attacker with such an account can read sensitive data including user credentials and secret keys. There is no public exploit identified at time of analysis and the issue is not listed in CISA KEV, but SQLi in WordPress plugins is a well-understood, easily weaponized class once details are public.
Technical ContextAI
MapSVG (vendor CPE cpe:2.3:a:romancode:mapsvg) is a WordPress plugin - distributed in both a free 'MapSVG Lite' edition and a premium edition - that renders interactive vector and geo maps and stores map/region data in the WordPress MySQL database. The flaw is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command): a request parameter reachable by Contributor-level users is concatenated into a database query without proper parameterization or use of $wpdb->prepare(), allowing the attacker to alter the query structure. Because WordPress runs all plugins against a single shared database, a successful injection can reach any table (wp_users, wp_options, etc.), not just the plugin's own map data.
RemediationAI
No vendor-released patch version was identified in the available data, so confirm the fixed release directly against the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/mapsvg-lite-interactive-vector-maps/vulnerability/wordpress-mapsvg-plugin-8-14-0-sql-injection-vulnerability) and the WordPress.org plugin changelog, then upgrade to the first release above 8.14.0 as soon as it is published. Until a patched version is confirmed and applied, reduce exposure by removing or downgrading untrusted Contributor and Author accounts so only fully trusted users hold post-creation privileges, and audit existing accounts for unexpected registrations - the trade-off is reduced multi-author workflow. As a stronger compensating control, deploy a WordPress WAF (Patchstack, Wordfence, or equivalent) with a virtual patch/rule blocking SQL metacharacters on the vulnerable plugin endpoint, accepting possible false positives on legitimate map data; if the plugin is not essential, deactivate and remove it entirely, which fully eliminates the risk at the cost of losing map functionality.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-48215
GHSA-575v-f768-wg2w