Cyber Resilience

CVE-2024-13533

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

Summary

CVE-2024-13533 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 35.2th 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-13533 is a SQL injection vulnerability in the Small Package Quotes – USPS Edition plugin for WordPress, affecting all versions up to and including 1.3.5. 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.

Unauthenticated attackers can exploit this vulnerability remotely with low complexity, requiring no user interaction and no privileges. Successful exploitation enables extraction of sensitive information from the database, as reflected in 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) and associated CWE-89.

Advisories and references, including Wordfence threat intelligence and WordPress plugin trac details, point to a patch applied in changeset 3242060, with the vulnerable code visible at line 77 in shipping-rules-save.php. Security practitioners should update the plugin to the fixed version to mitigate the issue.

EU & UK References

Vulnerability details

The Small Package Quotes – USPS Edition plugin for WordPress is vulnerable to SQL Injection via the 'edit_id' parameter in all versions up to, and including, 1.3.5 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.
Why these techniques?

Direct unauthenticated SQL injection in public-facing WordPress plugin enables remote exploitation of web application for database data access.

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

CVEs Like This One

CVE-2024-13534Same 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
≤ 1.3.6

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Remediates the SQL injection flaw in the WordPress plugin by requiring identification, reporting, testing, and correction through patching to the fixed version.

prevent

Prevents SQL injection by validating, sanitizing, and escaping the user-supplied 'edit_id' parameter before inclusion in database queries.

prevent

Boundary protection using web application firewalls blocks SQL injection payloads targeting the vulnerable 'edit_id' parameter from reaching the application.

References