CVE-2025-71359

Summary

picklescan before 0.0.29 fails to detect malicious pickle payloads that utilize lib2to3.pgen2.grammar.Grammar.loads in the reduce method, allowing remote code execution. Attackers can craft pickle files embedding dangerous code that evades picklescan detection and executes during pickle.load() deserialization.

Affected Software

VendorProductVersion RangeStatus
picklescanpicklescan0 < 0.0.29affected
picklescanpicklescan0.0.29unaffected

Weaknesses

  • CWE-502: Deserialization of Untrusted Data

References