CVE-2025-57793
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-supplied input in a web component, allowing crafted input to be executed as part of backend database queries. It can be exploited without authentication.
How can this vulnerability impact me? :
The vulnerability allows an attacker to execute arbitrary SQL queries on the backend database without authentication, which can lead to unauthorized access to sensitive data. This significantly elevates the risk of data breaches and compromise of database integrity.