CVE-2025-71357: picklescan - Arbitrary Code Execution via Undetected idlelib.pyshell.ModifiedInterpreter.runcommand
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.
Security readout for executives and security teams
Plain-English summary
CVE-2025-71357 is a high-risk flaw in picklescan before 0.0.30. A malicious pickle file can pass scanning by abusing an undetected Python interpreter method, then execute commands when a victim loads it. The main business risk is misplaced trust in scanned model or pickle artifacts.
Executive priority
Prioritize remediation where picklescan gates model or artifact intake. This is not confirmed actively exploited, but a bypassed scanner can turn a trusted pipeline into a code execution path.
Technical view
picklescan failed to detect pickle reduce methods using idlelib.pyshell.ModifiedInterpreter.runcommand. This is CWE-502 unsafe deserialization exposure: scanning may miss a malicious pickle, and execution occurs when the file is loaded by a victim. CVSS is 8.1 with user interaction required.
Likely exposure
Exposure is likely in ML, data science, or artifact-ingestion workflows that use picklescan before 0.0.30 to assess pickle files before loading, sharing, or deploying them.
Exploitation context
The bundle does not show KEV listing or active exploitation evidence. Exploitation requires a victim or workflow to load a malicious pickle file that picklescan failed to detect.
Researcher notes
The key exposure is scanner bypass, not direct exploitation of picklescan itself. The vulnerable pattern involves idlelib.pyshell.ModifiedInterpreter.runcommand in reduce methods. Evidence in the bundle supports affected versions before 0.0.30 and CVSS 8.1; operational prevalence is not provided.
Mitigation direction
Upgrade picklescan to 0.0.30 or later.
Treat pickle files scanned by older picklescan versions as untrusted.
Rescan stored pickle artifacts after upgrading picklescan.
Avoid loading pickle files from untrusted sources.
Check vendor advisory for any additional guidance.
Validation and detection
Inventory deployed picklescan versions in dependency manifests and build images.
Identify pipelines that accept, scan, or load pickle artifacts.
Confirm workflows use picklescan 0.0.30 or later.
Rescan previously accepted pickle files with the updated scanner.
Review recent artifact intake for untrusted pickle sources.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-502: Code execution behavior lookup
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
1ADP providers
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-502 · source CWE mapping
Deserialization of Untrusted Data
Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.