CVE-2024-53923
Published: 23 January 2025
Summary
CVE-2024-53923 is a critical-severity SQL Injection (CWE-89) vulnerability in Centreon Centreon Web. Its CVSS base score is 9.1 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 32.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).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly addresses the inadequate input validation in Centreon Web's media upload form that enables SQL injection by high-privilege users.
Mitigates the vulnerability by requiring timely identification, reporting, and patching of the SQL injection flaw in affected Centreon versions.
Provides an additional layer of defense by restricting malicious SQL payloads in media upload inputs through whitelisting or format limitations.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in a remotely accessible web application directly enables remote exploitation of a public-facing service (T1190).
NVD Description
An issue was discovered in Centreon Web 24.10.x before 24.10.3, 24.04.x before 24.04.9, 23.10.x before 23.10.19, 23.04.x before 23.04.24. A user with high privileges is able to achieve SQL injection in the form to upload media.
Deeper analysisAI
CVE-2024-53923 is a SQL injection vulnerability (CWE-89) in Centreon Web, affecting versions 24.10.x before 24.10.3, 24.04.x before 24.04.9, 23.10.x before 23.10.19, and 23.04.x before 23.04.24. The issue resides in the form used to upload media, where a user with high privileges can inject malicious SQL payloads due to inadequate input validation.
Exploitation requires an authenticated attacker with high privileges, enabling remote access over the network with low attack complexity and no additional user interaction. The vulnerability allows scope change, resulting in high impacts to confidentiality, integrity, and availability, as evidenced by its CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H).
Centreon advisories detail mitigation through upgrading to patched releases: 24.10.3, 24.04.9, 23.10.19, or 23.04.24. Further information is available in the Centreon GitHub releases page and the security bulletin on thewatch.centreon.com.
Details
- CWE(s)