Vulnerability record · CVE-2014-3828 · published 23 October 2014
CVE-2014-3828: Centreon web SQL injection in multiple PHP endpoints
Merethis · Centreon
Centreon 2.5.1 and Centreon Enterprise Server 2.2 contain multiple SQL injection flaws in web scripts such as makeXML_ListMetrics.php, GetXmlTree.php, displayServiceStatus.php, GetXMLTrapsForVendor.php and cmdGetExample.php. Unsanitized parameters (index_id, sid, session_id, mnftr_id, index) are passed into SQL queries, allowing arbitrary SQL execution. The issue is fixed in Centreon web 2.5.3.
Description
Multiple SQL injection vulnerabilities in Centreon 2.5.1 and Centreon Enterprise Server 2.2 (fixed in Centreon web 2.5.3) allow remote attackers to execute arbitrary SQL commands via (1) the index_id parameter to views/graphs/common/makeXML_ListMetrics.php, (2) the sid parameter to views/graphs/GetXmlTree.php, (3) the session_id parameter to views/graphs/graphStatus/displayServiceStatus.php, (4) the mnftr_id parameter to configuration/configObject/traps/GetXMLTrapsForVendor.php, or (5) the index parameter to common/javascript/commandGetArgs/cmdGetExample.php in include/.
AV:N/AC:L/Au:N/C:C/I:C/A:C
Automated analysis
critical priorityCVSS 2.0 score of 10 with network reachability, no authentication and complete confidentiality, integrity and availability impact, plus public exploit references and very high EPSS.
What it is
Centreon 2.5.1 and Centreon Enterprise Server 2.2 contain multiple SQL injection flaws in web scripts such as makeXML_ListMetrics.php, GetXmlTree.php, displayServiceStatus.php, GetXMLTrapsForVendor.php and cmdGetExample.php. Unsanitized parameters (index_id, sid, session_id, mnftr_id, index) are passed into SQL queries, allowing arbitrary SQL execution. The issue is fixed in Centreon web 2.5.3.
Impact
An unauthenticated remote attacker can execute arbitrary SQL commands against the Centreon database, potentially reading, modifying or deleting monitoring configuration and data. Depending on database privileges, this can lead to full compromise of the Centreon application data.
Attack surface
Reachable over the network via HTTP requests to the affected PHP scripts, with no authentication required per the CVSS vector (AV:N/AC:L/Au:N). No user interaction is indicated in the description or vector.
Exploitation
Public exploit references exist (Full Disclosure and SecurityFocus entries tagged Exploit), and EPSS is high at 0.727 (99.4th percentile), though the CVE is not listed in CISA KEV.
What to do
- Upgrade Centreon web to 2.5.3 or later, which contains the fix.
- If immediate upgrade is not possible, restrict network access to the Centreon web interface to trusted management networks only.
- Apply the referenced upstream commit or vendor patch to the affected PHP files.
- Review database account privileges used by Centreon and remove unnecessary write or administrative rights.
- Monitor and audit Centreon web logs for suspicious parameter values targeting the listed scripts.
Detection
- Inspect HTTP access logs for requests to makeXML_ListMetrics.php, GetXmlTree.php, displayServiceStatus.php, GetXMLTrapsForVendor.php and cmdGetExample.php with SQL metacharacters in parameters.
- Enable and review database query logging for anomalous SQL from the Centreon web application.
- Use WAF or IDS rules to alert on SQL injection patterns in the index_id, sid, session_id, mnftr_id and index parameters.
- Correlate unexpected changes to Centreon configuration or monitoring data with web requests to the affected endpoints.
This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.
Affected products
2 vulnerable configurations from NVD's CPE data, grouped by vendor and product.
References
Track CVE-2014-3828 inside VULONE
Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.
Related vulnerabilities
Same products first, then exploited flaws of the same weakness class.
Source: NIST National Vulnerability Database (record CVE-2014-3828), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.