CVE-2025-50984
BaseFortify
Publication date: 2025-08-27
Last updated on: 2025-09-09
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| diskoverdata | diskover | 2.3.0 |
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?
diskover-web v2.3.0 Community Edition has multiple boolean-based blind SQL injection vulnerabilities in its Elasticsearch configuration form. Unsanitized user inputs in various POST parameters can be manipulated to inject arbitrary SQLite expressions within JSON functions. This allows attackers to infer or extract sensitive data from the database without needing to authenticate, due to improper input validation and lack of parameterization in the application's JSON query construction.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can extract sensitive information from the underlying database without authentication. This can lead to unauthorized data disclosure, potentially compromising confidential information and the integrity of the system.