VYPR

Picklescan

by Pypi

Source repositories

CVEs (3)

  • CVE-2025-71358HigJun 22, 2026
    risk 0.46cvss 8.1epss 0.00

    picklescan before 0.0.29 fails to detect malicious pickle files that exploit idlelib.autocomplete.AutoComplete.get_entity function in reduce methods. Attackers can embed undetected code in pickle files that executes arbitrary commands when loaded by victims using pickle.load().

  • CVE-2025-71357HigJun 21, 2026
    risk 0.46cvss 8.1epss 0.00

    picklescan before 0.0.30 fails to detect malicious pickle files using idlelib.pyshell.ModifiedInterpreter.runcommand in reduce methods. Attackers can embed undetected code in pickle files that executes remote commands when loaded by victims.

  • CVE-2025-71351HigJun 21, 2026
    risk 0.42cvss epss 0.01

    picklescan before 0.0.25 fails to detect malicious pickle files that use timeit.timeit() in the __reduce__ method, allowing remote code execution. Attackers can craft pickle files that import dangerous libraries like os and execute arbitrary system commands, which evade…