CVE-2024-35195 Information

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.

Reference

https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56 https://github.com/psf/requests/pull/6655 https://github.com/psf/requests/commit/a58d7f2ffb4d00b46dca2d70a3932a0b37e22fac

Share on: