Cyber Resilience

CVE-2024-13475

High

Published: 12 February 2025

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

Summary

CVE-2024-13475 is a high-severity SQL Injection (CWE-89) vulnerability in Eniture Small Package 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 27.5% 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

CVE-2024-13475 is a SQL injection vulnerability in the Small Package Quotes – UPS Edition plugin for WordPress, affecting all versions up to and including 4.5.16. The flaw arises from insufficient escaping of the user-supplied 'edit_id' parameter and lack of sufficient preparation in the existing SQL query, allowing attackers to append additional SQL queries. It 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 and no user interaction required. By manipulating the 'edit_id' parameter, they can inject SQL payloads into existing queries, enabling extraction of sensitive information from the database, such as user credentials or other confidential data stored in WordPress sites using the plugin.

Advisories from Wordfence detail the vulnerability and its impact, while a changeset in the WordPress plugin Trac repository (changeset 3237693) indicates the patch applied to address the issue in subsequent versions. Security practitioners should update the plugin beyond version 4.5.16 and review database access logs for signs of exploitation.

EU & UK References

Vulnerability details

The Small Package Quotes – UPS Edition plugin for WordPress is vulnerable to SQL Injection via the 'edit_id' parameter in all versions up to, and including, 4.5.16 due to insufficient escaping on the user supplied parameter and lack of sufficient…

more

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 via T1190; resulting DB data access (incl. credentials) maps to T1213.006.

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

CVEs Like This One

CVE-2024-13491Same product: Eniture Small Package Quotes
CVE-2024-13532Same product: Eniture Small Package Quotes
CVE-2024-13534Same product: Eniture Small Package Quotes
CVE-2024-13533Same product: Eniture Small Package Quotes
CVE-2025-26918Same product: Eniture Small Package Quotes
CVE-2024-13476Same vendor: Eniture
CVE-2024-13478Same vendor: Eniture
CVE-2024-13479Same vendor: Eniture
CVE-2024-13480Same vendor: Eniture
CVE-2024-13490Same vendor: Eniture

Affected Assets

eniture
small package quotes
≤ 4.5.17

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of user-supplied inputs like the 'edit_id' parameter to prevent SQL injection exploitation.

prevent

Ensures timely identification, reporting, and patching of flaws such as the SQL injection vulnerability in the WordPress plugin up to version 4.5.16.

preventdetect

Mandates vulnerability scanning and remediation for web application flaws like this unauthenticated SQL injection, enabling proactive mitigation.

References