What the vulnerability does
01Description
The CMS Commander plugin for WordPress is vulnerable to SQL Injection via the 'or_blogname', 'or_blogdescription', and 'or_admin_email' parameters in all versions up to, and including, 2.288. This is due to insufficient escaping on the user supplied parameters and lack of sufficient preparation on the existing SQL queries in the restore workflow. This makes it possible for authenticated attackers, with CMS Commander API key access, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Explanation of Vulnerability in Simple Terms
02Summary
CMS Commander contains a SQL injection vulnerability in versions up to 2.288. An authenticated user with low privileges can inject malicious SQL commands through unfiltered input, potentially reading, modifying, or deleting database contents. The vulnerability requires valid login credentials but no additional user interaction. Update to a version newer than 2.288 to remediate.
What an attacker can do
03Attacker Capabilities
Read, modify, or delete database records; extract sensitive data like user credentials and site configuration.
Potential impact on your site
04Site Impact
Database compromise, data theft, site defacement, or complete loss of site data and user information.
Conditions required to exploit
05Prerequisites
Valid login account with low-level privileges; network access to the site.
Key dates
06Disclosure timeline
March 21, 2026
CVE published
April 8, 2026
Record updated