CVE-2024-13152
Published: 14 February 2025
Summary
CVE-2024-13152 is a critical-severity SQL Injection (CWE-89) vulnerability in Gov (inferred from references). Its CVSS base score is 10.0 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 26.9th 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-13152 is an SQL injection vulnerability (CWE-89), resulting from improper neutralization of special elements used in an SQL command, affecting BSS Software's Mobuy Online Machinery Monitoring Panel in versions prior to 2.0. Published on 2025-02-14, it carries a maximum CVSS v3.1 base score of 10.0 (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H), indicating critical severity with network accessibility, low attack complexity, no privileges or user interaction needed, and scope change.
Remote, unauthenticated attackers can exploit this vulnerability over the network to inject malicious SQL queries, potentially achieving high-impact compromise of confidentiality, integrity, and availability. This could enable full database read/write access, data exfiltration, modification, or deletion, and possibly remote code execution depending on the application's backend configuration.
The primary advisory from USOM (https://www.usom.gov.tr/bildirim/tr-25-0033) details the issue, with mitigation centered on upgrading to Mobuy Online Machinery Monitoring Panel version 2.0 or later, as the vulnerability affects only prior releases.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-51379
Vulnerability details
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in BSS Software Mobuy Online Machinery Monitoring Panel allows SQL Injection. This issue affects Mobuy Online Machinery Monitoring Panel: before 2.0.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in a public-facing web application directly enables T1190 for initial network exploitation and T1213.006 for unauthorized database access, read/write, and exfiltration.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and neutralization of untrusted input to block malicious SQL elements before they reach the database.
Mandates prompt application of vendor patches (upgrade to 2.0+) that eliminate the SQL injection flaw in prior releases.
Enables monitoring and alerting on anomalous SQL statements or database activity indicative of injection attempts.