OESA-2025-2339

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2025-2339
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2025-2339.json
JSON Data
https://api.test.osv.dev/v1/vulns/OESA-2025-2339
Upstream
Published
2025-09-26T13:08:55Z
Modified
2025-09-26T13:34:34.994342Z
Summary
python-pip security update
Details

pip is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes. %global bashcompdir %(b=$(pkg-config --variable=completionsdir bash-completion 2>/dev/null); echo ${b:-/bash_completion.d}) Name: python-pip Version: 23.3.1 Release: 5 Summary: A tool for installing and managing Python packages License: MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD) URL: http://www.pip-installer.org Source0: Source1: pip.loongarch.conf BuildArch: noarch Patch1: remove-existing-dist-only-if-path-conflicts. Patch6000: dummy-certifi.patch Patch6001: backport-CVE-2023-45803-Made-body-stripped-from-HTTP-requests.patch Patch6002: backport-CVE-2024-37891-Strip-Proxy-Authorization-header-on-redirects.patch Patch6003: backport-CVE-2024-47081.patch Patch6004: backport-CVE-2025-50181.patch

Security Fix(es):

Requests is a HTTP library. Since Requests 2.3.0, Requests has been leaking Proxy-Authorization headers to destination servers when redirected to an HTTPS endpoint. This is a product of how we use rebuild_proxies to reattach the Proxy-Authorization header to requests. For HTTP connections sent through the tunnel, the proxy will identify the header in the request itself and remove it prior to forwarding to the destination server. However when sent over HTTPS, the Proxy-Authorization header must be sent in the CONNECT request as the proxy has no visibility into the tunneled request. This results in Requests forwarding proxy credentials to the destination server unintentionally, allowing a malicious actor to potentially exfiltrate sensitive information. This issue has been patched in version 2.31.0.(CVE-2023-32681)

Database specific
{
    "severity": "Medium"
}
References

Affected packages

openEuler:22.03-LTS-SP4 / python-pip

Package

Name
python-pip
Purl
pkg:rpm/openEuler/python-pip&distro=openEuler-22.03-LTS-SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
21.3.1-11.oe2203sp4

Ecosystem specific

{
    "src": [
        "python-pip-21.3.1-11.oe2203sp4.src.rpm"
    ],
    "noarch": [
        "python-pip-help-21.3.1-11.oe2203sp4.noarch.rpm",
        "python-pip-wheel-21.3.1-11.oe2203sp4.noarch.rpm",
        "python3-pip-21.3.1-11.oe2203sp4.noarch.rpm"
    ]
}