CVE-2024-9362
Published: 20 March 2025
Summary
CVE-2024-9362 is a high-severity Path Traversal (CWE-22) vulnerability. Its CVSS base score is 7.5 (High).
Operationally, ranked in the top 3.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
An unauthenticated directory traversal vulnerability exists in Polyaxon, affecting the latest version. Tracked as CVE-2024-9362 and assigned CWE-22, the flaw permits retrieval of directory listings and file contents from the server without authorization, exposing sensitive data including system paths such as /etc. It carries a CVSS 3.0 base score of 7.5 reflecting network attack vector, low complexity, and no required credentials or user interaction.
An attacker with network access can exploit the issue to read arbitrary files and directory structures on the affected Polyaxon instance, resulting in disclosure of confidential information and elevated security risk. The EPSS score stands at 0.2456 with an identical peak value, indicating no material increase in exploitation probability since disclosure. The sole reference points to a Huntr bounty entry without accompanying mitigation or patch guidance.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-6841
Vulnerability details
An unauthenticated directory traversal vulnerability exists in Polyaxon, affecting the latest version. This vulnerability allows an attacker to retrieve directory information and file contents from the server without proper authorization, leading to sensitive information disclosure. The issue enables access to…
more
system directories such as `/etc`, potentially resulting in significant security risks.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
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.