CVE-2026-2751
Blind SQL Injection in Centreon Web Service Dependencies Module
Publication date: 2026-02-27
Last updated on: 2026-03-09
Assigner: Centreon
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| centreon | centreon_web | From 24.10.0 (inc) to 24.10.20 (exc) |
| centreon | centreon_web | From 25.10.0 (inc) to 25.10.8 (exc) |
| centreon | centreon_web | From 24.04.0 (inc) to 24.04.24. (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Blind SQL Injection found in the Centreon Web application on the Central Server running Linux, specifically in the Service Dependencies deletion functionality. It occurs because the application does not properly sanitize array keys before using them in SQL queries, allowing an attacker to inject malicious SQL code without direct visibility of the query results.
How can this vulnerability impact me? :
Exploitation of this vulnerability can lead to unauthorized access to the database, allowing attackers to read sensitive data, modify data integrity, and potentially disrupt availability. Given the CVSS score of 8.3 with high impact on confidentiality and integrity, an attacker with low privileges but network access could leverage this flaw to compromise the system.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know