What the vulnerability does
01Description
The Wallet for WooCommerce plugin for WordPress is vulnerable to SQL Injection via the 'search[value]' parameter in all versions up to, and including, 1.5.4 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Subscriber-level access and above, 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
Wallet for WooCommerce versions up to 1.5.4 contain a SQL injection vulnerability in database queries. An authenticated user with low privileges can craft malicious input to execute arbitrary SQL commands, potentially reading, modifying, or deleting site data. This affects confidentiality, integrity, and availability of the WordPress database.
What an attacker can do
03Attacker Capabilities
Read, modify, or delete data in the WordPress database by injecting SQL commands.
Potential impact on your site
04Site Impact
Database contents can be compromised; customer data, orders, and site configuration may be exposed or corrupted.
Conditions required to exploit
05Prerequisites
Attacker must have a low-privilege user account (e.g., customer or subscriber role) on the site.
Key dates
06Disclosure timeline
July 12, 2024
CVE published
April 8, 2026
Record updated