CVE-2025-57792
BaseFortify
Publication date: 2026-01-28
Last updated on: 2026-02-05
Assigner: Mandiant Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| explorance | blue | to 8.14.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 in Explorance Blue versions prior to 8.14.9. It occurs because the application does not properly validate user input in a web endpoint, allowing an attacker to inject malicious SQL code that is executed by the backend database. This can be exploited without any authentication.
How can this vulnerability impact me? :
The vulnerability can lead to severe impacts including unauthorized access to sensitive data, data modification, and complete compromise of the backend database. Since it can be exploited without authentication, it significantly increases the risk of data breaches, data loss, and service disruption.