A path traversal vulnerability in PackageIndex was fixed in setuptools version 78.1.1

Post Reply
Shane1145
Posts: 1289
Joined: Wed Sep 25, 2024 2:31 pm

A path traversal vulnerability in PackageIndex was fixed in setuptools version 78.1.1

Post by Shane1145 »

setuptools is a package that allows users to download, build, install, upgrade, and uninstall Python packages. A path traversal vulnerability in `PackageIndex` is present in setuptools prior to version 78.1.1. An attacker would be allowed to write files to arbitrary locations on the filesystem with the permissions of the process running the Python code, which could escalate to remote code execution depending on the context. Version 78.1.1 fixes the issue.

https://github.com/pypa/setuptools/secu ... -fvgr-3xxf
Post Reply