Cyber Resilience

CVE-2024-13534

High

Published: 19 February 2025

Published
19 February 2025
Modified
08 April 2026
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-13534 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 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-13534 is a SQL injection vulnerability (CWE-89) in the Small Package Quotes – Worldwide Express Edition plugin for WordPress, affecting all versions up to and including 5.2.18. The issue stems from insufficient escaping of the user-supplied 'edit_id' and 'dropship_edit_id' parameters combined with inadequate preparation of existing SQL queries, allowing injection of malicious SQL payloads.

Unauthenticated attackers can exploit this vulnerability remotely over the network with low attack complexity and no user interaction required. Successful exploitation enables appending additional SQL queries to existing ones, resulting in the extraction of sensitive information from the database. The CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) highlights the high confidentiality impact.

Advisories point to mitigation via a patch in WordPress plugin repository changeset 3241919, with additional threat intelligence available from Wordfence. WordPress site administrators should update the plugin beyond version 5.2.18 to address the issue. CVE-2025-27268 is noted as a likely duplicate.

EU & UK References

Vulnerability details

The Small Package Quotes – Worldwide Express 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, 5.2.18 due to insufficient escaping on the user supplied parameter and…

more

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. CVE-2025-27268 is likely a duplicate of this issue.

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.
Why these techniques?

Direct remote unauthenticated SQL injection in a public-facing WordPress plugin enabling initial access and database data extraction.

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

CVEs Like This One

CVE-2024-13533Same product: Eniture Small Package Quotes
CVE-2024-13491Same product: Eniture Small Package Quotes
CVE-2024-13532Same product: Eniture Small Package Quotes
CVE-2024-13475Same product: Eniture Small Package Quotes
CVE-2025-26918Same product: Eniture Small Package Quotes
CVE-2024-13490Same vendor: Eniture
CVE-2024-13489Same vendor: Eniture
CVE-2024-13480Same vendor: Eniture
CVE-2024-13481Same vendor: Eniture
CVE-2024-13483Same vendor: Eniture

Affected Assets

eniture
small package quotes
≤ 5.2.19

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by validating and sanitizing user-supplied parameters like 'edit_id' and 'dropship_edit_id' before incorporating them into database queries.

prevent

Ensures timely identification, reporting, and patching of the SQL injection flaw in the WordPress plugin up to version 5.2.18.

prevent

Restricts the type, amount, and format of information inputs at web interfaces to block malicious SQL payloads from being processed.

References