2 matches found
Information Disclosure
fastapiproxylib is vulnerable to Information Disclosure. This vulnerability is due to httpx.AsyncClient persisting cookies based on the set-cookie response header, which results in cookie's being leaked to other requests...
Cookie leakage between different users in fastapi-proxy-lib
Impact In the implementation of version 0.0.1, requests from different user clients are processed using a shared httpx.AsyncClient. However, one oversight is that the httpx.AsyncClient will persistently store cookies based on the set-cookie response header sent by the target server and share thes...