Junglewise Threat Intelligence

CVE-2025-71344: picklescan detection bypass via ensurepip._run_pip

CVE-2025-71344 · Severity: high · CVSS 8.1 · Published 2026-06-22

Technologies: Mmaitre314 Picklescan. Vendors: PyPI.

Executive brief

Picklescan is a security tool used to detect malicious code hidden within Python pickle files, which are commonly used to store Machine Learning models. A vulnerability was found where the tool fails to detect a specific dangerous function, allowing attackers to hide malicious code that executes automatically when a user loads a scanned file. This could lead to unauthorized access or data theft on systems that trust Picklescan to verify the safety of third-party AI models.

Technical details

Picklescan before version 0.0.30 is vulnerable to a detection bypass. The tool's scanning logic does not account for the 'ensurepip._run_pip' function, which can be leveraged within a pickle's '__reduce__' method to execute arbitrary commands. An attacker can craft a malicious pickle file that passes Picklescan's safety checks but triggers remote code execution (RCE) when processed by 'pickle.load()'. This is particularly relevant for supply chain security in Machine Learning workflows using PyTorch models. The issue is fixed in version 0.0.30.

Affected products

  • mmaitre314 picklescan < 0.0.30

Timeline

  • 2025-08-26: advisory: GHSA-xp4f-hrf8-rxw7 published
  • 2025-08-26: patched: Version 0.0.30 released

References

Related threats