Sploitus

Exploit for Exposure of Sensitive Information to an Unauthorized Actor in Python Requests

githubexploit Β· 2023-07-22

Exploit Code

README23 lines
## https://sploitus.com/exploit?id=1ACA74FA-745C-59A2-BDF4-93C4FB87527F
# POC for CVE-2023-32681

This is a Python 3 implementation of CVE-2023-32681, affecting clients using the [requests](https://github.com/psf/requests) version = 2.31.0 or do `pip3 install -r script/requirements_request_2_31_0.txt`
9. Again execute the POC script by running `python3 script/poc.py` and observe the output. You can see that "Proxy-Authorization" header is now not present in the server response.
Same can also be verified in the server logs. 


## Screenshots

### Proxy server




### requests==2.30.0






### requests==2.31.0