## https://sploitus.com/exploit?id=98830C11-7E6D-56CF-80E2-91A0C89F061B
### PoC: Path Traversal in CPython's `multissltests.py`
This repository contains a self-contained Proof-of-Concept (PoC) script that demonstrates a path traversal vulnerability in the "Tools/ssl/multissltests.py" test suite of the CPython repo. The vulnerability exists in a test script that doesn't properly sanitize archive member names during extraction, allowing a malicious tarball to write files to an unintended location.
### Vulnerability Details
* **Vulnerable Component**: Tools/ssl/multissltests.py
* **CWE**: CWE-22 (Improper Limitation of a Pathname to a Restricted Directory 'Path Traversal')
* **Affected Versions**: