Lucene search

K
ubuntucveUbuntu.comUB:CVE-2023-32681
HistoryMay 26, 2023 - 12:00 a.m.

CVE-2023-32681

2023-05-2600:00:00
ubuntu.com
ubuntu.com
24
http library
proxy-authorization
https endpoint
vulnerability
patched
information leakage

6.1 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N

0.002 Low

EPSS

Percentile

51.8%

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.

Bugs

Notes

Author Note
mdeslaur On focal and earlier, the python-pip package bundles requests binaries when built. After updating requests, a no-change rebuild of python-pip is required. On jammy and later, requests is bundled in the python-pip package and needs to be patched.
Rows per page:
1-10 of 141

6.1 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N

0.002 Low

EPSS

Percentile

51.8%