Cyber Resilience

CVE-2024-13476

High

Published: 20 February 2025

Published
20 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.0012 30.6th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-13476 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 at the 30.6th percentile by exploit likelihood (below the median); 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-13476 is a SQL injection vulnerability in the LTL Freight Quotes – GlobalTranz Edition plugin for WordPress, affecting all versions up to and including 2.3.11. The flaw exists in the 'engtz_wd_save_dropship' AJAX endpoint, where user-supplied parameters are not sufficiently escaped and the existing SQL query lacks proper preparation. This allows attackers to append malicious SQL queries to legitimate ones, enabling 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.

Unauthenticated attackers can exploit this vulnerability remotely with low complexity, requiring no privileges or user interaction. By sending crafted requests to the vulnerable AJAX endpoint, they can inject additional SQL queries into ongoing database operations, potentially dumping sensitive data such as user credentials, orders, or other site information stored in the WordPress database.

Mitigation is addressed in the plugin's patch via WordPress Trac changeset 3242457, which security practitioners should apply by updating to a version beyond 2.3.11. Additional details are available in the Wordfence threat intelligence advisory.

EU & UK References

Vulnerability details

The LTL Freight Quotes – GlobalTranz Edition plugin for WordPress is vulnerable to SQL Injection via the 'engtz_wd_save_dropship' AJAX endpoint in all versions up to, and including, 2.3.11 due to insufficient escaping on the user supplied parameter and lack of…

more

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 AJAX endpoint directly enables remote exploitation of web app (T1190) for database data access (T1213.006).

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

CVEs Like This One

CVE-2024-13478Same 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
≤ 2.3.12

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the SQL injection vulnerability by requiring validation and sanitization of user-supplied parameters before incorporation into SQL queries at the 'engtz_wd_save_dropship' AJAX endpoint.

prevent

Addresses the specific flaw in the plugin by requiring timely identification, reporting, and correction through patching to versions beyond 2.3.11.

detect

Enables detection of the unauthenticated SQL injection vulnerability through regular automated vulnerability scanning of WordPress plugins and web applications.

References