ArtPlacer Widget CVE-2025-67517
HIGHSeverity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L
PR:L confirmed by plugin requiring an active WordPress session; S:C reflects shared WordPress DB scope; I:N retained as Blind SQLi read-path only.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
2DescriptionCVE.org
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in artplacer ArtPlacer Widget artplacer-widget allows Blind SQL Injection.This issue affects ArtPlacer Widget: from n/a through <= 2.22.9.2.
AnalysisAI
Blind SQL injection in the ArtPlacer Widget WordPress plugin (versions through 2.22.9.2) allows an authenticated low-privilege attacker to extract database contents via crafted requests to a vulnerable endpoint. The vulnerability carries a scope-changed CVSS rating because the WordPress database is shared across plugins and core, meaning successful exploitation can expose credentials, user data, and content belonging to other installed components - not just the ArtPlacer plugin itself. No public exploit code or active exploitation has been identified at time of analysis, and the low EPSS score (0.06%, 19th percentile) reflects minimal current attacker interest.
Technical ContextAI
ArtPlacer Widget is a WordPress plugin (artplacer-widget) used to embed art gallery display widgets on WordPress sites. The vulnerability is classified as CWE-89 (Improper Neutralization of Special Elements in an SQL Command), the root cause of SQL injection, meaning user-controlled input is incorporated into a database query without adequate parameterization or escaping. The Blind variant indicates output is not directly returned to the attacker - instead, data is inferred through boolean-conditional responses or time-based delays (e.g., SLEEP() calls), making automated tooling like sqlmap necessary for practical exploitation. Because WordPress runs all plugins against a single shared MySQL/MariaDB database schema, a scope change (S:C in the CVSS vector) is appropriate: a successful injection in the plugin can reach wp_users password hashes, wp_options secret keys, and data owned by entirely separate plugins.
Affected ProductsAI
The ArtPlacer Widget WordPress plugin by artplacer is affected in all versions from an unspecified baseline through and including version 2.22.9.2. The vulnerability was reported via the Patchstack database and no CPE string was formally assigned in the available data. No upper-bound patch version was confirmed in the provided references; the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/artplacer-widget/vulnerability/wordpress-artplacer-widget-plugin-2-22-9-2-sql-injection-vulnerability should be consulted for the current fixed release.
RemediationAI
The primary remediation is to update the ArtPlacer Widget plugin to a version released after 2.22.9.2; the exact fixed version was not confirmed in the available data, so administrators should check the WordPress plugin repository or the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/artplacer-widget/vulnerability/wordpress-artplacer-widget-plugin-2-22-9-2-sql-injection-vulnerability for the current patched release. If no patch is immediately available or applicable, a compensating control is to disable or deactivate the ArtPlacer Widget plugin entirely until patching is possible - this eliminates the attack surface with the trade-off of losing art-display functionality. Additionally, restricting WordPress user registration to prevent untrusted low-privilege account creation limits the PR:L exploitation path, since the attacker must possess a valid login. Web application firewall (WAF) rules targeting SQL keywords in plugin-related request parameters (e.g., Patchstack's virtual patching or Wordfence) can provide temporary coverage, though bypass is possible against naive pattern-matching rules.
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