Cyber Resilience

CVE-2025-57793

High

Published: 28 January 2026

Published
28 January 2026
Modified
05 February 2026
KEV Added
Patch
CVSS Score v3.1 8.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
EPSS Score 0.0032 24.2th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-57793 is a high-severity SQL Injection (CWE-89) vulnerability in Explorance Blue. Its CVSS base score is 8.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 24.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-57793 is a SQL injection vulnerability (CWE-89) affecting Explorance Blue versions prior to 8.14.9. The flaw arises from insufficient validation of user-supplied input within a web application component, allowing crafted input to be executed as part of backend database queries. This issue carries a CVSS v3.1 base score of 8.6 (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N), indicating high severity due to its potential for significant confidentiality impact in a scoped attack.

Unauthenticated attackers can exploit this vulnerability remotely over the network with low complexity and no user interaction required. By submitting specially crafted input to the affected web component, attackers can manipulate backend SQL queries to extract sensitive data from the database, such as user information or other confidential records, leveraging the high confidentiality impact without affecting integrity or availability.

Explorance has addressed the vulnerability in Blue version 8.14.9 and later, as detailed in their security advisories. Security practitioners should prioritize upgrading to a patched version and review the vendor's guidance at https://online-help.explorance.com/blue/articles/security-advisories-(january-2026) and https://online-help.explorance.com/blue/articles/security-advisory:-cve-2025-57793, along with additional analysis from Mandiant at https://github.com/mandiant/Vulnerability-Disclosures/blob/master/2026/MNDT-2026-0002.md.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Explorance Blue versions prior to 8.14.9 contain a SQL injection vulnerability caused by insufficient validation of user-supplied input in a web application component. Crafted input can be executed as part of backend database queries. The issue is exploitable without authentication,…

more

significantly elevating the risk.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in public-facing web app enables exploitation of public-facing applications (T1190) for unauthenticated remote data extraction from backend databases (T1213.006).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-57792Same product: Explorance Blue
CVE-2025-57794Same product: Explorance Blue
CVE-2025-57795Same product: Explorance Blue
CVE-2018-25199Shared CWE-89
CVE-2026-27179Shared CWE-89
CVE-2025-0308Shared CWE-89
CVE-2019-25581Shared CWE-89
CVE-2026-27885Shared CWE-89
CVE-2019-25479Shared CWE-89
CVE-2026-1476Shared CWE-89

Affected Assets

explorance
blue
≤ 8.14.9

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the SQL injection vulnerability by enforcing validation of user-supplied input to prevent crafted inputs from altering backend database queries.

prevent

Addresses the specific flaw in Explorance Blue prior to 8.14.9 by requiring timely identification, reporting, testing, and application of vendor patches.

preventdetect

Enables proactive discovery of SQL injection vulnerabilities like CVE-2025-57793 through regular scanning and subsequent remediation.

References