CVE-2014-3828
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedMultiple 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/.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceMultiple SQL injection vulnerabilities in Centreon 2.5.1 and Centreon Enterprise Server 2.2 allow remote unauthenticated attackers to execute arbitrary SQL commands via five different parameters across various PHP files including makeXML_ListMetrics.php, GetXmlTree.php, displayServiceStatus.php, GetXMLTrapsForVendor.php, and cmdGetExample.php.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data= 2.5.1= 2.2CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Authentication
- None
- Confidentiality
- Complete
- Integrity
- Complete
- Availability
- Complete
AV:N/AC:L/Au:N/C:C/I:C/A:C
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm Centreon installationIdentify whether Centreon (formerly Merethis Centreon) is installed in your environment. Check for Centreon web application directories (commonly /usr/local/centreon, /var/www/html/centreon, or similar paths) or access the web interface on typical ports (80, 443).Affected if Centreon web application is present in the environment.
-
Identify installed Centreon versionLocate and read the Centreon version information. This is typically found in the web interface under 'About' or 'System Information' pages, or in version/configuration files within the Centreon installation directory.Affected if The installed version is Centreon 2.5.1 or Centreon Enterprise Server 2.2.
-
Locate vulnerable PHP filesCheck for the presence of the affected PHP files in the Centreon web directory: makeXML_ListMetrics.php, GetXmlTree.php, displayServiceStatus.php, GetXMLTrapsForVendor.php, and cmdGetExample.php. These are typically found under the Centreon 'www' or 'include' directory.Affected if Any of these PHP files exist in the Centreon installation directory and are web-accessible.
-
Verify unauthenticated access to vulnerable endpointsAttempt to access the vulnerable PHP files directly via HTTP/HTTPS without authentication. The SQL injection vulnerabilities are exploitable by remote unauthenticated attackers via specific parameters in these files.Affected if The vulnerable PHP files are accessible without authentication and accept user input via the affected parameters.
You are affected if Centreon 2.5.1 or Centreon Enterprise Server 2.2 is installed and the vulnerable PHP files (makeXML_ListMetrics.php, GetXmlTree.php, displayServiceStatus.php, GetXMLTrapsForVendor.php, cmdGetExample.php) are accessible without authentication.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to Centreon web 2.5.3 or later, which contains the fix for these SQL injection vulnerabilities. Alternatively, implement parameterized queries or input validation on the affected parameters as a compensating control.
Centreon web 2.5.3 or later
- 1. Back up the current Centreon installation and database before starting the upgrade
- 2. Download Centreon web 2.5.3 or later from the official Centreon repository (https://download.centreon.com)
- 3. Follow the official Centreon upgrade documentation for your specific installation (Centreon 2.5.1 or Centreon Enterprise Server 2.2)
- 4. Apply the upgrade following the standard procedure: stop the Centreon services, replace the web files, run the upgrade script, and restart services
- 5. Verify the SQL injection vulnerabilities are resolved by checking that the vulnerable parameters (index_id, sid, session_id, mnftr_id, index) are properly sanitized
- 6. Test Centreon functionality to ensure all monitoring features work correctly after the upgrade
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,600.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2014-3828 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2014-3828 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data