[pkg-vuln] CVE-2026-25645 in requests@2.32.5 #330
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: MEDIUM
Package:
requests@2.32.5Fixed in:
2.33.0Requests 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 vulnerReference: https://nvd.nist.gov/vuln/detail/CVE-2026-25645