CVE-2024-42844
Published: 06 March 2025
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
- 🇪🇺 ENISA EUVD: EUVD-2025-6205
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
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.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and sanitization of user inputs to prevent SQL injection attacks through unsanitized fields in EPICOR Prophet 21.
Mandates identification, reporting, and correction of flaws like this SQL injection vulnerability in the software.
Restricts information inputs to authorized types and quantities, reducing the risk of successful SQL injection payloads.