• CVE-2023-32681

发布时间: 2023年6月10日

修改时间: 2024年10月31日

概要

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.

CVSS v3 指标

NVD openEuler
Confidentiality High High
Attack Vector Network Network
CVSS评分 6.1 6.1
Attack Complexity High High
Privileges Required None None
Scope Changed Changed
Integrity None None
User Interaction Required Required
Availability None None

安全公告

公告名 概要 发布时间
KylinSec-SA-2023-1428 python-requests security update 2023年6月10日

影响产品

产品 状态
KY3.4-4A python-requests Fixed
KY3.4-5A python-requests Fixed
KY3.5.1 python-requests Fixed
KY3.5.2 python-requests Fixed