CVE-2024-13532
Published: 12 February 2025
Description
The Small Package Quotes – Purolator Edition plugin for WordPress is vulnerable to SQL Injection via the 'edit_id' and 'dropship_edit_id' parameters in all versions up to, and including, 3.6.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 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-13532 is a SQL injection vulnerability in the Small Package Quotes – Purolator Edition plugin for WordPress, affecting all versions up to and including 3.6.4. The flaw arises from insufficient escaping of user-supplied parameters 'edit_id' and 'dropship_edit_id', combined with inadequate preparation of existing SQL queries, allowing attackers to append malicious SQL payloads.
Unauthenticated attackers can exploit this vulnerability remotely with low complexity, 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) and association with CWE-89. Successful exploitation enables extraction of sensitive information from the database by injecting additional SQL queries into legitimate ones, without impacting integrity or availability.
Mitigation details are available in advisories linked to the plugin's WordPress Trac changeset 3242057 and Wordfence threat intelligence page, which cover the patch implementation and security recommendations for affected installations.
Details
- CWE(s)