CVE-2025-8587
Published: 02 February 2026
Summary
CVE-2025-8587 is a high-severity SQL Injection (CWE-89) vulnerability in Akceyazilim Skspro. 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 23.1th 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-8587 is an SQL Injection vulnerability (CWE-89), stemming from improper neutralization of special elements used in an SQL command. It affects SKSPro software from AKCE Software Technology R&D Industry and Trade Inc., with the issue present in versions through 07012026. The vulnerability has a CVSS v3.1 base score of 8.6 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H), indicating high severity due to its potential for significant impact.
Unauthenticated attackers can exploit this vulnerability remotely over the network with low complexity and no user interaction required. Successful exploitation allows limited confidentiality and integrity impacts, such as reading or modifying some data, alongside high availability impact, potentially enabling denial-of-service conditions.
For mitigation details, refer to the advisory published by USOM at https://www.usom.gov.tr/bildirim/tr-26-0011.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-206600
Vulnerability details
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in AKCE Software Technology R&D Industry and Trade Inc. SKSPro allows SQL Injection. This issue affects SKSPro: through 07012026.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct remote exploitation of SQL injection in a public-facing application (CWE-89) with no auth required, enabling data access/modification and DoS.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents SQL injection by requiring validation of information inputs to neutralize special elements before use in SQL commands.
Mitigates the specific SQL injection flaw in SKSPro by identifying, reporting, and applying timely patches or code corrections.
Boundary protection mechanisms like web application firewalls can inspect and block malicious SQL injection payloads at external interfaces.