Directory Traversal Affecting python3-pip-wheel package, versions <0:9.0.3-18.el8


medium

Snyk CVSS

    Attack Complexity Low
    User Interaction Required
    Confidentiality High
    Integrity High
    Availability High

    Threat Intelligence

    EPSS 0.26% (66th percentile)
Expand this section
NVD
7.5 high
Expand this section
SUSE
6.8 medium
Expand this section
Red Hat
8 high

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 ID SNYK-CENTOS8-PYTHON3PIPWHEEL-2055787
  • published 26 Jul 2021
  • disclosed 16 Apr 2019

How to fix?

Upgrade Centos:8 python3-pip-wheel to version 0:9.0.3-18.el8 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream python3-pip-wheel package and not the python3-pip-wheel package as distributed by Centos. See How to fix? for Centos:8 relevant fixed versions and status.

The pip package before 19.2 for Python allows Directory Traversal when a URL is given in an install command, because a Content-Disposition header can have ../ in a filename, as demonstrated by overwriting the /root/.ssh/authorized_keys file. This occurs in _download_http_url in _internal/download.py.