CVE-2024-12157
Published: 07 January 2025
Description
The Popup – MailChimp, GetResponse and ActiveCampaign Intergrations plugin for WordPress is vulnerable to SQL Injection via the 'id' parameter of the 'upc_delete_db_record' AJAX action in all versions up to, and including, 3.2.6 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-12157 is a SQL injection vulnerability in the Popup – MailChimp, GetResponse and ActiveCampaign Intergrations plugin for WordPress, affecting all versions up to and including 3.2.6. The issue arises in the 'id' parameter of the 'upc_delete_db_record' AJAX action, where user-supplied input is not sufficiently escaped and the existing SQL query lacks proper preparation, allowing injection of malicious SQL code.
Unauthenticated attackers can exploit this vulnerability over the network with low attack complexity, no privileges, and no user interaction required. Exploitation enables appending additional SQL queries to existing ones, facilitating the extraction of sensitive information from the database. The vulnerability has a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) and is associated with CWE-89.
Advisories and mitigation guidance are available from Wordfence at https://www.wordfence.com/threat-intel/vulnerabilities/id/3e63ce97-40af-493d-9376-231a99d9bd58?source=cve and the plugin's WordPress.org page at https://wordpress.org/plugins/ultimate-popup-creator/.
Details
- CWE(s)