VYPR

PyPI package

picklescan

pkg:pypi/picklescan

Vulnerabilities (8)

  • CVE-2025-10157Sep 17, 2025
    affected < 0.0.31fixed 0.0.31

    A Protection Mechanism Failure vulnerability in mmaitre314 picklescan versions up to and including 0.0.30 allows a remote attacker to bypass the unsafe globals check. This is possible because the scanner performs an exact match for module names, allowing malicious payloads to be

  • CVE-2025-10156Sep 17, 2025
    affected < 0.0.31fixed 0.0.31

    An Improper Handling of Exceptional Conditions vulnerability in the ZIP archive scanning component of mmaitre314 picklescan allows a remote attacker to bypass security scans. This is achieved by crafting a ZIP archive containing a file with a bad Cyclic Redundancy Check (CRC), wh

  • CVE-2025-10155Sep 17, 2025
    affected < 0.0.31fixed 0.0.31

    An Improper Input Validation vulnerability in the scanning logic of mmaitre314 picklescan versions up to and including 0.0.30 allows a remote attacker to bypass pickle files security checks by supplying a standard pickle file with a PyTorch-related file extension. When the pickle

  • CVE-2025-46417Apr 24, 2025
    affected < 0.0.25fixed 0.0.25

    The unsafe globals in Picklescan before 0.0.25 do not include ssl. Consequently, ssl.get_server_certificate can exfiltrate data via DNS after deserialization.

  • CVE-2025-1945Mar 10, 2025
    affected < 0.0.23fixed 0.0.23

    picklescan before 0.0.23 fails to detect malicious pickle files inside PyTorch model archives when certain ZIP file flag bits are modified. By flipping specific bits in the ZIP file headers, an attacker can embed malicious pickle files that remain undetected by PickleScan while s

  • CVE-2025-1944Mar 10, 2025
    affected < 0.0.23fixed 0.0.23

    picklescan before 0.0.23 is vulnerable to a ZIP archive manipulation attack that causes it to crash when attempting to extract and scan PyTorch model archives. By modifying the filename in the ZIP header while keeping the original filename in the directory listing, an attacker ca

  • CVE-2025-1889Mar 3, 2025
    affected < 0.0.22fixed 0.0.22

    picklescan before 0.0.22 only considers standard pickle file extensions in the scope for its vulnerability scan. An attacker could craft a malicious model that uses Pickle and include a malicious pickle file with a non-standard file extension. Because the malicious pickle file in

  • CVE-2025-1716Feb 26, 2025
    affected < 0.0.22fixed 0.0.22

    picklescan before 0.0.21 does not treat 'pip' as an unsafe global. An attacker could craft a malicious model that uses Pickle to pull in a malicious PyPI package (hosted, for example, on pypi.org or GitHub) via `pip.main()`. Because pip is not a restricted global, the model, when