Cyber Resilience

CVE-2024-42844

High

Published: 06 March 2025

Published
06 March 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 8.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0008 24.1th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-42844 is a high-severity SQL Injection (CWE-89) vulnerability. Its CVSS base score is 8.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 24.1th 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-42844 is a SQL injection vulnerability (CWE-89) in EPICOR Prophet 21 (P21) versions up to 23.2.5232. The issue arises from unsanitized user input fields that enable authenticated remote attackers to execute arbitrary SQL commands, potentially allowing unauthorized access to sensitive information. Published on 2025-03-06, it carries a CVSS v3.1 base score of 8.1 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N), indicating high severity due to network accessibility, low complexity, and significant impacts on confidentiality and integrity.

The vulnerability can be exploited by remote attackers who possess valid low-privilege credentials (PR:L), requiring no user interaction. Attackers can inject malicious SQL payloads into affected input fields to execute arbitrary commands, achieving high-level data extraction or manipulation without impacting availability.

Further details, including potential mitigation guidance, are provided in the advisory at https://gist.github.com/getHecked/dc4ae46526d181d3deb17092815b9bec.

EU & UK References

Vulnerability details

A SQL Injection vulnerability has been identified in EPICOR Prophet 21 (P21) up to 23.2.5232. This vulnerability allows authenticated remote attackers to execute arbitrary SQL commands through unsanitized user input fields to obtain unauthorized information

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 vulnerability in a remote, network-accessible application (AV:N) directly enables exploitation of public-facing applications for arbitrary command execution and data access.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

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

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of user inputs to prevent SQL injection attacks through unsanitized fields in EPICOR Prophet 21.

prevent

Mandates identification, reporting, and correction of flaws like this SQL injection vulnerability in the software.

prevent

Restricts information inputs to authorized types and quantities, reducing the risk of successful SQL injection payloads.

References