Cyber Resilience

CVE-2024-57238

High

Published: 03 February 2025

Published
03 February 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0005 17.4th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-57238 is a high-severity SQL Injection (CWE-89) vulnerability in Substack (inferred from references). Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 17.4th 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-57238 is a SQL injection vulnerability (CWE-89) affecting the Prolink 4G LTE Mobile Wi-Fi DL-7203E running firmware version V4.0.0B05. The flaw resides in the /reqproc/proc_get endpoint, where the order_by parameter fails to properly sanitize user input, allowing attackers to inject malicious SQL code and manipulate underlying database queries. Published on 2025-02-03, it carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L), classifying it as high severity due to its network accessibility and ease of exploitation.

An unauthenticated attacker with network access to the device can exploit this vulnerability remotely with low complexity and no user interaction required. By crafting payloads for the order_by parameter, they can alter SQL queries, potentially leading to unauthorized data access, modification, or limited denial of service, though impacts on confidentiality, integrity, and availability are rated low.

Mitigation details are available in the referenced advisory at https://harryha.substack.com/p/4g-lte-mobile-wifi-dl7203e-sqli-cve-2024-57238 and the product page at https://prolink2u.com/products/dl-7203e-b. Security practitioners should consult these sources for any vendor guidance on patches or workarounds, as no specific remediation is detailed in the CVE description.

EU & UK References

Vulnerability details

Prolink 4G LTE Mobile Wi-Fi DL-7203E V4.0.0B05 is vulnerable to SQL Injection in in the /reqproc/proc_get endpoint. The vulnerability allows an attacker to manipulate SQL queries by injecting malicious SQL code into the order_by parameter.

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?

SQL injection in unauthenticated public web endpoint (/reqproc/proc_get) directly enables remote exploitation of a network-accessible application.

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

Substack
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of user inputs like the order_by parameter to prevent SQL injection attacks.

preventrecover

Mandates timely identification, reporting, and correction of flaws such as this SQL injection vulnerability through patching or remediation.

prevent

Restricts information inputs to the system, such as limiting the order_by parameter to whitelisted values, reducing SQL injection risk.

References