Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

rocky логотип

RLSA-2023:7042

Опубликовано: 18 мар. 2026
Источник: rocky
Оценка: Moderate

Описание

Moderate: python27:2.7 security and bug fix update

Python is an interpreted, interactive, object-oriented programming language that supports modules, classes, exceptions, high-level dynamic data types, and dynamic typing. The python27 packages provide a stable release of Python 2.7 with a number of additional utilities and database connectors for MySQL and PostgreSQL.

Security Fix(es):

  • python-requests: Unintended leak of Proxy-Authorization header (CVE-2023-32681)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Additional Changes:

For detailed information on changes in this release, see the Rocky Linux 8.9 Release Notes linked from the References section.

Затронутые продукты

  • Rocky Linux 8

НаименованиеАрхитектураРелизRPM
babelnoarch10.module+el8.9.0+1531+a18208f5babel-2.5.1-10.module+el8.9.0+1531+a18208f5.noarch.rpm
python2-attrsnoarch10.module+el8.9.0+1531+a18208f5python2-attrs-17.4.0-10.module+el8.9.0+1531+a18208f5.noarch.rpm
python2-babelnoarch10.module+el8.9.0+1531+a18208f5python2-babel-2.5.1-10.module+el8.9.0+1531+a18208f5.noarch.rpm
python2-backportsx86_6416.module+el8.9.0+1531+a18208f5python2-backports-1.0-16.module+el8.9.0+1531+a18208f5.x86_64.rpm
python2-backports-ssl_match_hostnamenoarch12.module+el8.9.0+1531+a18208f5python2-backports-ssl_match_hostname-3.5.0.1-12.module+el8.9.0+1531+a18208f5.noarch.rpm
python2-bsonx86_641.module+el8.9.0+1531+a18208f5python2-bson-3.7.0-1.module+el8.9.0+1531+a18208f5.x86_64.rpm
python2-chardetnoarch10.module+el8.9.0+1531+a18208f5python2-chardet-3.0.4-10.module+el8.9.0+1531+a18208f5.noarch.rpm
python2-coveragex86_645.module+el8.10.0+1817+0b01df83python2-coverage-4.5.1-5.module+el8.10.0+1817+0b01df83.x86_64.rpm
python2-nosenoarch31.module+el8.9.0+1531+a18208f5python2-nose-1.3.7-31.module+el8.9.0+1531+a18208f5.noarch.rpm
python2-Cythonx86_647.module+el8.9.0+1531+a18208f5python2-Cython-0.28.1-7.module+el8.9.0+1531+a18208f5.x86_64.rpm

Показывать по

Связанные CVE

Исправления

Связанные уязвимости

CVSS3: 6.1
ubuntu
почти 3 года назад

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.

CVSS3: 6.1
redhat
почти 3 года назад

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.

CVSS3: 6.1
nvd
почти 3 года назад

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.

CVSS3: 6.1
msrc
почти 3 года назад

Unintended leak of Proxy-Authorization header in requests

CVSS3: 6.1
debian
почти 3 года назад

Requests is a HTTP library. Since Requests 2.3.0, Requests has been le ...