cve/2024/CVE-2024-35195.md

18 lines
969 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2024-35195](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-35195)
![](https://img.shields.io/static/v1?label=Product&message=requests&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%202.32.0%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-670%3A%20Always-Incorrect%20Control%20Flow%20Implementation&color=brighgreen)
### Description
Requests is a HTTP library. Prior to 2.32.0, when making requests through a Requests `Session`, if the first request is made with `verify=False` to disable cert verification, all subsequent requests to the same host will continue to ignore cert verification regardless of changes to the value of `verify`. This behavior will continue for the lifecycle of the connection in the connection pool. This vulnerability is fixed in 2.32.0.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/PBorocz/raindrop-io-py