CVE-2025-40887
BaseFortify
Publication date: 2025-10-07
Last updated on: 2025-10-09
Assigner: Nozomi Networks Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| nozominetworks | cmc | to 25.2.0 (exc) |
| nozominetworks | guardian | to 25.2.0 (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 in the Alert functionality of a web application. It occurs because an input parameter is not properly validated. An authenticated user with limited privileges can exploit this to execute arbitrary SELECT SQL statements on the database, potentially accessing unauthorized data.
How can this vulnerability impact me? :
The impact of this vulnerability is that an attacker with limited access can retrieve unauthorized data from the database by executing arbitrary SELECT queries. This can lead to exposure of sensitive information without altering or damaging the data or availability of the system.