PT-2023-32993 · Unknown · Fastapi-Proxy-Lib
Published
2023-12-01
·
Updated
2023-12-01
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
Name of the Vulnerable Software and Affected Versions
fastapi-proxy-lib version 0.0.1
Description
The issue arises from the shared use of
httpx.AsyncClient across different user clients, leading to the persistent storage of cookies based on the set-cookie response header. This results in a cookie leakage issue among all user clients sharing the same httpx.AsyncClient.Recommendations
For version 0.0.1:
- Do not use
ForwardHttpProxyat all. - Do not use
ReverseHttpProxyorReverseWebSocketProxyfor any servers that may potentially send aset-cookieresponse. For the best solution, upgrade to version 0.1.0 or later.
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Fastapi-Proxy-Lib