Cyber Resilience

CVE-2024-13726

HighPublic PoC

Published: 17 February 2025

Published
17 February 2025
Modified
21 May 2025
KEV Added
Patch
CVSS Score v3.1 8.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
EPSS Score 0.1523 94.8th percentile
Risk Priority 26 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-13726 is a high-severity SQL Injection (CWE-89) vulnerability in Themescoder Themes Coder. Its CVSS base score is 8.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 5.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

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 Coder WordPress plugin through version 1.3.4 contains a SQL injection vulnerability tracked as CVE-2024-13726. The flaw stems from insufficient sanitization and escaping of a parameter passed to an SQL statement inside an AJAX action handler, classified under CWE-89 with a CVSS 3.1 score of 8.6.

Unauthenticated attackers can invoke the affected AJAX endpoint over the network to inject arbitrary SQL, enabling extraction of sensitive data from the database with high confidentiality impact and changed scope.

The referenced WPScan advisory at https://wpscan.com/vulnerability/ec226d22-0c09-4e7c-86ec-b64819089b60/ documents the issue but supplies no explicit mitigation details in the available record. The associated EPSS score has remained flat at 0.1523 with no material increase since disclosure.

EU & UK References

Vulnerability details

The Coder WordPress plugin through 1.3.4 does not properly sanitise and escape a parameter before using it in a SQL statement via an AJAX action available to unauthenticated users, leading to a SQL injection

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 for data access.

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

CVEs Like This One

CVE-2026-39334Shared CWE-89
CVE-2024-13488Shared CWE-89
CVE-2026-20002Shared CWE-89
CVE-2025-1446Shared CWE-89
CVE-2025-22699Shared CWE-89
CVE-2026-36232Shared CWE-89
CVE-2026-31871Shared CWE-89
CVE-2026-33078Shared CWE-89
CVE-2026-46359Shared CWE-89
CVE-2025-22691Shared CWE-89

Affected Assets

themescoder
themes coder
≤ 1.3.4

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of untrusted inputs like the unauthenticated AJAX parameter before use in SQL statements, preventing SQL injection exploitation.

prevent

Mandates timely identification, reporting, and patching of flaws such as this SQL injection vulnerability in the Coder WordPress plugin.

detect

Requires vulnerability scanning that would identify SQL injection flaws in plugins like Coder through version 1.3.4, enabling proactive remediation.

References