CVE-2024-13234
Published: 23 January 2025
Description
The Product Table by WBW plugin for WordPress is vulnerable to SQL Injection via the 'additionalCondition' parameter in all versions up to, and including, 2.1.2 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Security Summary
CVE-2024-13234 is a SQL injection vulnerability in the Product Table by WBW plugin for WordPress, affecting all versions up to and including 2.1.2. The flaw arises from insufficient escaping of the user-supplied 'additionalCondition' parameter and lack of sufficient preparation in the existing SQL query, allowing attackers to append malicious SQL queries.
Unauthenticated attackers can exploit this vulnerability remotely with low complexity and no user interaction required, as indicated by its CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N). Successful exploitation enables extraction of sensitive information from the database, such as user credentials or other data, without impacting integrity or availability.
Mitigation details are available in advisories from Wordfence and a WordPress plugin trac changeset for the woo-product-tables repository, which likely includes the patch addressing the issue. Security practitioners should update to a patched version beyond 2.1.2 and review database access in affected WordPress installations.
Details
- CWE(s)