CVE-2024-13483
Published: 19 February 2025
Summary
CVE-2024-13483 is a high-severity SQL Injection (CWE-89) vulnerability in Eniture Ltl Freight Quotes. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 11.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2024-13483 is a SQL injection vulnerability (CWE-89) in the LTL Freight Quotes – SAIA Edition plugin for WordPress, affecting all versions up to and including 2.2.10. The issue stems from insufficient escaping of user-supplied parameters 'edit_id' and 'dropship_edit_id', combined with a lack of sufficient preparation in the existing SQL query, allowing injection of malicious SQL.
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). By appending additional SQL queries to existing ones, they can extract sensitive information from the database, achieving high confidentiality impact without affecting integrity or availability.
Advisories and patches are referenced in the WordPress plugin trac changeset at https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3242171%40ltl-freight-quotes-saia-edition&new=3242171%40ltl-freight-quotes-saia-edition&sfp_email=&sfph_mail= and Wordfence threat intelligence at https://www.wordfence.com/threat-intel/vulnerabilities/id/d5e0d192-17ee-42bd-9368-c8449d8e0d08?source=cve. The vulnerability was published on 2025-02-19.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-4704
Vulnerability details
The LTL Freight Quotes – SAIA 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, 2.2.10 due to insufficient escaping on the user supplied parameter and lack…
more
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.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection vulnerability in public-facing WordPress plugin directly enables remote unauthenticated exploitation for database data extraction.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents SQL injection by requiring validation and sanitization of user-supplied parameters like 'edit_id' and 'dropship_edit_id' before use in database queries.
Mandates timely identification, reporting, and correction of the SQL injection flaw in the WordPress plugin, including application of available patches.
Enables proactive discovery of SQL injection vulnerabilities like CVE-2024-13483 through regular vulnerability scanning of the system and plugins.