CVE-2025-4650
BaseFortify
Publication date: 2025-08-22
Last updated on: 2025-10-22
Assigner: Centreon
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| centreon | centreon_web | From 23.10.0 (inc) to 23.10.26 (exc) |
| centreon | centreon_web | From 24.04.0 (inc) to 24.04.16 (exc) |
| centreon | centreon_web | From 24.10.0 (inc) to 24.10.9 (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 SQL injection (SQLi) issue that occurs on the Meta Service indicator page. It allows a user with high privileges to introduce malicious SQL commands due to improper neutralization of special elements in SQL commands. This means that the application does not properly sanitize input, enabling attackers to manipulate database queries.
How can this vulnerability impact me? :
The vulnerability can lead to severe impacts including unauthorized access to sensitive data, modification or deletion of data, and disruption of service. Since the CVSS score indicates high impact on confidentiality, integrity, and availability, an attacker exploiting this could compromise the system's data and functionality.