CVE-2024-23115: Centreon updateGroups SQL Injection Remote Code Execution Vulnerability
7.2
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.98966%
CWE
Published
4/2/2024
Updated
4/2/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| centreon/centreon | composer | < 22.10.15 | 22.10.15 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly states the flaw exists in the updateGroups function due to improper input validation before SQL query construction. While the provided GitHub patch shows template escaping fixes (likely addressing XSS), the core SQL injection vulnerability resides in the backend updateGroups logic. The function name is confirmed by multiple sources (CVE, ZDI, GHSA), and the file path is inferred from Centreon's architecture (host configuration handling) and the context of the modified template file in the same directory.