CVE-2024-8262
Published: 03 March 2025
Summary
CVE-2024-8262 is a critical-severity Path Traversal (CWE-22) vulnerability in Prolizyazilim Student Affairs Information System. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 35.4% of CVEs by exploit likelihood; 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-2024-8262 is an Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability, classified under CWE-22, in Proliz Software OBS. It affects versions of OBS prior to 24.0927. The vulnerability has a CVSS v3.1 base score of 9.8 (Critical), reflecting network accessibility (AV:N), low attack complexity (AC:L), no required privileges (PR:N), no user interaction (UI:N), and high impacts on confidentiality (C:H), integrity (I:H), and availability (A:H).
Remote attackers require no authentication or privileges to exploit this path traversal flaw over the network. Successful exploitation allows arbitrary file read, write, or execution on the targeted system by manipulating pathnames to escape restricted directories, potentially leading to full system compromise.
Mitigation details are available in the advisory published by the Turkish National Cyber Incident Response Center (USOM) at https://www.usom.gov.tr/bildirim/tr-25-0049. Users should upgrade to OBS version 24.0927 or later to address the issue.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-5592
Vulnerability details
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in Proliz Software OBS allows Path Traversal. This issue affects OBS: before 24.0927.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The path traversal vulnerability (CWE-22) in a publicly accessible application allows remote unauthenticated attackers to read, write, or execute arbitrary files, directly mapping to exploitation of public-facing applications for initial access and full system compromise.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation of pathnames supplied by users to block traversal sequences that escape restricted directories.
Mandates prompt application of the vendor patch (OBS 24.0927+) that eliminates the path-traversal flaw.
Enforces access-control decisions on file-system objects so that even a malformed path cannot bypass directory restrictions.