Cyber Resilience

CVE-2024-5723

High

Published: 21 August 2024

Published
21 August 2024
Modified
26 November 2024
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.8063 99.2th percentile
Risk Priority 66 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-5723 is a high-severity SQL Injection (CWE-89) vulnerability in Centreon Centreon Web. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 0.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

Centreon contains a SQL injection vulnerability in the updateServiceHost function that permits remote code execution. The flaw stems from insufficient validation of user-supplied input used to build SQL queries, allowing an authenticated attacker to execute arbitrary code in the context of the apache user on affected Centreon installations. The issue was assigned ZDI-CAN-23294 and carries a CVSS 3.1 score of 8.8.

An attacker with valid credentials can supply a crafted string to the vulnerable function over the network, resulting in SQL injection that leads directly to code execution. No user interaction is required beyond authentication, and the attack can compromise confidentiality, integrity, and availability on the target system.

The vulnerability is detailed in Zero Day Initiative advisory ZDI-24-595, which identifies the affected component and confirms the remote code execution impact.

The EPSS score stands at 0.8063 with no material rise from a lower baseline.

EU & UK References

Vulnerability details

Centreon updateServiceHost SQL Injection Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Centreon. Authentication is required to exploit this vulnerability. The specific flaw exists within the updateServiceHost function. The issue results…

more

from the lack of proper validation of a user-supplied string before using it to construct SQL queries. An attacker can leverage this vulnerability to execute code in the context of the apache user. Was ZDI-CAN-23294.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

centreon
centreon web
≤ 22.04.24 · 22.10.0 — 22.10.22 · 23.04.0 — 23.04.18

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

References