cve/2024/CVE-2024-35195.md
2024-06-08 09:32:58 +00:00

1.1 KiB

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