CVE-2025-10970
Published: 20 February 2026
Summary
CVE-2025-10970 is a critical-severity SQL Injection (CWE-89) vulnerability in Gov (inferred from references). Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 21.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 AC-6 (Least Privilege).
Deeper analysis
CVE-2025-10970 is an Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability that enables Blind SQL Injection in Kolay Software Inc.'s Talentics software. This flaw affects Talentics versions through 20022026 and is classified under CWE-89. Published on 2026-02-20, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), marking it as critical due to its high potential impact.
The vulnerability can be exploited by unauthenticated attackers over the network with low attack complexity and no user interaction required. Successful exploitation allows high-impact compromise of confidentiality, integrity, and availability, enabling attackers to extract sensitive data, modify database contents, or disrupt services through blind SQL injection payloads that infer information via true/false responses.
A related advisory is available from USOM at https://www.usom.gov.tr/bildirim/tr-26-0081. The vendor was contacted early regarding this disclosure but provided no response, and no patches or specific mitigations are detailed in available information.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-207831
Vulnerability details
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Kolay Software Inc. Talentics allows Blind SQL Injection. This issue affects Talentics: through 20022026. NOTE: The vendor was contacted early about this disclosure but did not…
more
respond in any way.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct SQL injection flaw in a public-facing web application enables unauthenticated remote exploitation for data access/modification, mapping cleanly to T1190.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and sanitization of untrusted inputs to block SQL metacharacters that enable blind SQL injection in Talentics.
Limits database account privileges so that even a successful blind SQLi payload cannot arbitrarily read, modify, or delete data.
Enables monitoring of database query patterns and anomalies that would reveal ongoing blind SQL injection attempts against the application.