Cyber Resilience

CVE-2024-13478

High

Published: 19 February 2025

Published
19 February 2025
Modified
25 February 2025
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.1872 95.4th percentile
Risk Priority 26 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-13478 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 4.6% 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

The LTL Freight Quotes – TForce Edition plugin for WordPress is affected by a SQL injection vulnerability (CWE-89) in all versions through 3.6.4. The flaw stems from insufficient escaping of the user-supplied dropship_edit_id and edit_id parameters combined with the absence of prepared statements in existing database queries, allowing arbitrary SQL to be appended.

Unauthenticated attackers can exploit the issue over the network by sending crafted requests that cause the plugin to execute additional queries, enabling extraction of sensitive information from the WordPress database. The vulnerability carries a CVSS 3.1 score of 7.5 reflecting high confidentiality impact with no authentication or user interaction required.

Public references point to a Wordfence threat intelligence entry and a WordPress plugin trac changeset that document the issue and the availability of updated code. The EPSS score rose from a starting value of 0.1872 to a peak of 0.2434, indicating growing exploitation interest after disclosure.

EU & UK References

Vulnerability details

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…

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in public-facing WordPress plugin directly enables remote exploitation (T1190) and extraction of data from backend databases (T1213.006).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2024-13476Same product: Eniture Ltl Freight Quotes
CVE-2024-13479Same product: Eniture Ltl Freight Quotes
CVE-2024-13480Same product: Eniture Ltl Freight Quotes
CVE-2024-13490Same product: Eniture Ltl Freight Quotes
CVE-2024-13481Same product: Eniture Ltl Freight Quotes
CVE-2024-13483Same product: Eniture Ltl Freight Quotes
CVE-2024-13477Same product: Eniture Ltl Freight Quotes
CVE-2024-13473Same product: Eniture Ltl Freight Quotes
CVE-2024-13489Same product: Eniture Ltl Freight Quotes
CVE-2024-13485Same product: Eniture Ltl Freight Quotes

Affected Assets

eniture
ltl freight quotes
≤ 3.6.5

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates SQL injection by requiring validation and sanitization of user-supplied parameters like 'dropship_edit_id' and 'edit_id' before inclusion in SQL queries.

prevent

Addresses the vulnerability through identification, reporting, and correction of the SQL injection flaw by updating the plugin beyond version 3.6.4.

detectrespond

Enables vulnerability scanning to identify SQL injection issues like CVE-2024-13478 in the WordPress plugin and prompts timely remediation.

References