2 results (0.001 seconds)

CVSS: 5.4EPSS: 0%CPEs: 1EXPL: 1

03 Jun 2025 — Requests is a HTTP library. Due to a URL parsing issue, Requests releases prior to 2.32.4 may leak .netrc credentials to third parties for specific maliciously-crafted URLs. Users should upgrade to version 2.32.4 to receive a fix. For older versions of Requests, use of the .netrc file can be disabled with `trust_env=False` on one's Requests Session. Dennis Brinkrolf and Tobias Funke discovered that Requests did not correctly handle certain HTTP headers. • https://packetstorm.news/files/id/199600 • CWE-522: Insufficiently Protected Credentials •

CVSS: 5.6EPSS: 0%CPEs: 1EXPL: 0

20 May 2024 — 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. Requests es una librería HTTP. • https://github.com/psf/requests/commit/a58d7f2ffb4d00b46dca2d70a3932a0b37e22fac • CWE-670: Always-Incorrect Control Flow Implementation •