CVE-2025-10024
Published: 22 January 2026
Summary
CVE-2025-10024 is a high-severity Authorization Bypass Through User-Controlled Key (CWE-639) vulnerability in Gov (inferred from references). Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 7.4th 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 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).
Deeper analysis
CVE-2025-10024 is an Authorization Bypass Through User-Controlled Key vulnerability in the Education Management System from EXERT Computer Technologies Software Ltd. Co. The flaw enables Parameter Injection and affects all versions of the software through 23.09.2025. It is rated with a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) and is associated with CWE-639 (Authorization Bypass Through User-Controlled Key).
Remote attackers require no authentication or privileges and can exploit the vulnerability over the network with low complexity and no user interaction. Successful exploitation allows unauthorized access to sensitive data, resulting in high confidentiality impact without affecting integrity or availability.
The Turkish National Cyber Incident Response Center (USOM) has published an advisory at https://www.usom.gov.tr/bildirim/tr-26-0002 detailing the issue; security practitioners should consult it for recommended mitigations and patches.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-4166
Vulnerability details
Authorization Bypass Through User-Controlled Key vulnerability in EXERT Computer Technologies Software Ltd. Co. Education Management System allows Parameter Injection. This issue affects Education Management System: through 23.09.2025.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct remote exploitation of public-facing Education Management System via auth bypass (IDOR/parameter injection) for unauthorized sensitive data access.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
AC-3 requires enforcement of approved authorizations, directly preventing authorization bypass vulnerabilities like user-controlled keys that allow unauthorized access to sensitive data.
SI-10 mandates validation and sanitization of user inputs, directly mitigating parameter injection used to manipulate authorization keys in this CVE.
SI-2 ensures identification, reporting, and remediation of flaws like this CVE, preventing exploitation through timely patching as recommended in the USOM advisory.