CVE-2025-6791
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 · uneditedIn the monitoring event logs page, it is possible to alter the http request to insert a reflect payload in the DB. Caused by an Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Centreon web (Monitoring event logs modules) allows SQL Injection.This issue affects web: 24.10.0, 24.04.0, 23.10.0.
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 confidenceSQL injection vulnerability in Centreon web's monitoring event logs module allows attackers to inject malicious SQL payloads via manipulated HTTP requests. The vulnerability stems from improper neutralization of special elements in SQL commands, enabling attackers to execute arbitrary SQL queries against the database.
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>= 23.10.0, < 23.10.26>= 24.04.0, < 24.04.16>= 24.10.0, < 24.10.9CVSS 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
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
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.
-
Determine installed Centreon Web versionCheck the Centreon Web interface version by logging into the admin panel and navigating to Administration > Parameters > About, or by running 'rpm -qa | grep centreon-web' on the serverAffected if The installed version falls within 23.10.0 to 23.10.25, 24.04.0 to 24.04.15, or 24.10.0 to 24.10.8 (unpatched)
-
Confirm event logs module is accessibleVerify that the monitoring event logs functionality is enabled and accessible to the user account in question via the Centreon web interface under Monitoring > Event LogsAffected if The event logs module is enabled and accessible to the user
-
Check web server access logs for anomalous event log requestsReview web server access logs (typically in /var/log/httpd/ or /var/log/nginx/) for requests to the event logs endpoint that contain SQL operators, quotes, or union statementsAffected if Log entries show SQL injection patterns in event log parameters
A user is affected if they run an unpatched Centreon Web version within the affected ranges (23.10.x before 23.10.26, 24.04.x before 24.04.16, or 24.10.x before 24.10.9) and have the event logs module accessible.
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 · scoped23.10.2624.04.1624.10.9
Apply Centreon security patches for versions 23.10.0, 24.04.0, and 24.10.0. If no patch is available, implement input validation and parameterized queries to neutralize SQL injection vectors in the event logs functionality.
Upgrade to Centreon Web 23.10.26, 24.04.16, or 24.10.9 (or later) depending on your current branch
- Identify your current Centreon Web version by checking the Centreon interface (Help > About) or using 'rpm -q centreon-web' command
- Based on your current version branch, upgrade to the minimum fixed version: 23.10.26 if on 23.10.x, 24.04.16 if on 24.04.x, or 24.10.9 if on 24.10.x
- For Debian/Ubuntu: apt-get update && apt-get install centreon-web or apt-get install centreon-web=24.10.9 (specify your target version)
- For RHEL/CentOS: yum update centreon-web or dnf update centreon-web
- After upgrade, clear browser cache and verify Centreon interface loads correctly
- Test that the Monitoring > Event Logs page functions normally post-upgrade
- Review Centreon upgrade documentation for any pre-upgrade steps such as backing up the database
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing4.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 $4,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-6791 — 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-2025-6791 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