mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
29 lines
1.4 KiB
Markdown
29 lines
1.4 KiB
Markdown
### [CVE-2024-35195](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-35195)
|
|

|
|

|
|

|
|
|
|
### 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/Codex-Crusader/meme-web
|
|
- https://github.com/PBorocz/raindrop-io-py
|
|
- https://github.com/andcoa/NixGuard
|
|
- https://github.com/arustyt/wled-tools
|
|
- https://github.com/astellingwerf/renovate-requests-allowedVersion
|
|
- https://github.com/dmtkfs/daily-cve-watch
|
|
- https://github.com/endorlabs/vendoring
|
|
- https://github.com/furmidgeuk/snyk-scan-action
|
|
- https://github.com/ifunky/demo-site
|
|
- https://github.com/rahg0/python-weather-app
|
|
- https://github.com/rahg0/python-weather-app-with-pipenv
|
|
- https://github.com/seal-community/patches
|
|
|