CVE-2024-5865
02.07.2024, 16:15
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.
Vendor | Product | Version |
---|---|---|
delinea | privileged_access_service | 𝑥 ≤ 22.3 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-26 - Path Traversal: '/dir/../filename'The software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "/dir/../filename" sequences that can resolve to a location that is outside of that directory.
- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')The software uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the software does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.