Cyber Resilience

CVE-2024-13152

CriticalUpdated

Published: 14 February 2025

Published
14 February 2025
Modified
01 June 2026
KEV Added
Patch
CVSS Score v3.1 10.0 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0010 26.9th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

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

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

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.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
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.

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

CVEs Like This One

CVE-2019-25537Shared CWE-89
CVE-2019-25366Shared CWE-89
CVE-2019-25496Shared CWE-89
CVE-2026-1475Shared CWE-89
CVE-2026-26990Shared CWE-89
CVE-2026-44047Shared CWE-89
CVE-2025-12865Shared CWE-89
CVE-2024-11135Shared CWE-89
CVE-2019-25491Shared CWE-89
CVE-2024-13369Shared CWE-89

Affected Assets

Gov
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 neutralization of untrusted input to block malicious SQL elements before they reach the database.

prevent

Mandates prompt application of vendor patches (upgrade to 2.0+) that eliminate the SQL injection flaw in prior releases.

detect

Enables monitoring and alerting on anomalous SQL statements or database activity indicative of injection attempts.

References