VYPR

rpm package

suse/python-requests&distro=SUSE Linux Micro 6.0

pkg:rpm/suse/python-requests&distro=SUSE%20Linux%20Micro%206.0

Vulnerabilities (3)

  • CVE-2026-25645Mar 25, 2026
    affected < 2.32.3-3.1fixed 2.32.3-3.1

    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 valid

  • CVE-2024-47081MedJun 9, 2025
    affected < 2.32.3-2.1fixed 2.32.3-2.1

    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

  • CVE-2024-35195MedMay 20, 2024
    affected < 2.32.2-1.1fixed 2.32.2-1.1

    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