CVE-2024-13478
Published: 19 February 2025
Description
The LTL Freight Quotes – TForce Edition plugin for WordPress is vulnerable to SQL Injection via the 'dropship_edit_id' and '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-13478 is a SQL injection vulnerability in the LTL Freight Quotes – TForce Edition plugin for WordPress, affecting all versions up to and including 3.6.4. The issue stems from insufficient escaping of user-supplied parameters 'dropship_edit_id' and 'edit_id', combined with a lack of sufficient preparation in the existing SQL query, allowing attackers to append malicious SQL.
Unauthenticated attackers can exploit this vulnerability remotely with low complexity and no user interaction required. Successful exploitation enables appending additional SQL queries to extract sensitive information from the database. The CVSS v3.1 base score is 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), reflecting high confidentiality impact, and it maps to CWE-89.
Advisories indicate mitigation through updating the plugin to a version beyond 3.6.4. Patch details are available in the WordPress plugins trac changeset at https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3242156%40ltl-freight-quotes-ups-edition&new=3242156%40ltl-freight-quotes-ups-edition&sfp_email=&sfph_mail= and the Wordfence threat intelligence report at https://www.wordfence.com/threat-intel/vulnerabilities/id/2403dd59-7b9e-490e-86d8-5a10f9eee616?source=cve.
Details
- CWE(s)