CVE-2024-5865
Published: 02 July 2024
Summary
CVE-2024-5865 is a high-severity Path Traversal: '/dir/../filename' (CWE-26) vulnerability in Delinea Privileged Access Service. Its CVSS base score is 7.7 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 39.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-47008
Vulnerability details
Vulnerability in Delinea Centrify PAS v. 21.3 and possibly others. The application is prone to the path traversal vulnerability allowing arbitrary files reading outside the web publish directory. Versions 23.1-HF7 and on have the patch.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Path traversal vulnerability in public-facing web application enables remote exploitation (T1190) for arbitrary file reads outside web root, facilitating collection of data from local system (T1005), file and directory discovery (T1083), and access to unsecured credentials in files (T1552.001), especially relevant for privileged access management software.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Validates pathnames and filenames to prevent traversal outside intended directories.