Approved changes feed: RSS · Atom
cpe:2.3:a:psf:requests:*:*:*:*:*:*:*:*
part: a version: * update: *
| Vendor | Psf (4c85391b-634c-5f5f-a2c5-f0d0cc28700c) |
|---|---|
| Product | Requests (ca9b0ca5-069d-522f-9e3b-97f818b8cd90) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from gcve-enriched-dumps CVE data |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
| No PURL mappings for this CPE yet. | ||
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2026-25645 |
vulnerable | 2026-06-08 07:53:20.146635 |
Requests has Insecure Temp File Reuse in its extract_zipped_paths() utility function
MEDIUM (4.4)
Requests is a HTTP library. Prior to version 2.33.0, the `requests.utils.extract_zipped_paths()` utility function uses a predictable filename when extracting files from zip archives into the system temporary directory. If the target file already exists, it is reused without validation. A local attacker with write access to the temp directory could pre-create a malicious file that would be loaded in place of the legitimate one. Standard usage of the Requests library is not affected by this vulnerability. Only applications that call `extract_zipped_paths()` directly are impacted. Starting in version 2.33.0, the library extracts files to a non-deterministic location. If developers are unable to upgrade, they can set `TMPDIR` in their environment to a directory with restricted write access.
Published: 2026-03-25T17:02:48.402Z
Updated: 2026-03-25T22:48:33.406Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-47081 |
vulnerable | 2026-06-08 06:48:11.253403 |
Requests vulnerable to .netrc credentials leak via malicious URLs
MEDIUM (5.3)
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.
Published: 2025-06-09T17:57:47.731Z
Updated: 2025-06-09T18:40:40.996Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-35195 |
vulnerable | 2026-06-08 06:37:35.421376 |
Requests `Session` object does not verify requests after making first request with verify=False
MEDIUM (5.6)
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.
Published: 2024-05-20T20:14:48.206Z
Updated: 2025-07-31T03:56:03.717Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-32681 |
vulnerable | 2026-06-08 06:04:47.017459 |
Unintended leak of Proxy-Authorization header in requests
MEDIUM (6.1)
Requests is a HTTP library. Since Requests 2.3.0, Requests has been leaking Proxy-Authorization headers to destination servers when redirected to an HTTPS endpoint. This is a product of how we use `rebuild_proxies` to reattach the `Proxy-Authorization` header to requests. For HTTP connections sent through the tunnel, the proxy will identify the header in the request itself and remove it prior to forwarding to the destination server. However when sent over HTTPS, the `Proxy-Authorization` header must be sent in the CONNECT request as the proxy has no visibility into the tunneled request. This results in Requests forwarding proxy credentials to the destination server unintentionally, allowing a malicious actor to potentially exfiltrate sensitive information. This issue has been patched in version 2.31.0.
Published: 2023-05-26T17:02:52.899Z
Updated: 2025-02-13T16:54:56.639Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.