CVE-2025-71348
HighCVSS 8.1Exploitation Probability (EPSS)
Low risk27th percentile - higher than 27% of all known CVEs
Summary
The vulnerability in picklescan before version 0.0.28 fails to detect malicious pickle files that invoke the torch.utils._config_module.load_config function within reduce methods. Attackers can craft pickle files embedding arbitrary code that evades detection but executes during pickle.load, enabling remote code execution in supply chain attacks.
Risk Assessment
The organization is at risk of remote code execution by an attacker who can deliver a malicious pickle file through the supply chain, potentially leading to system compromise or data theft.
Recommendation
Immediately update picklescan to version 0.0.28 or later, which includes fixes to detect this bypass technique. Additionally, implement integrity verification mechanisms for pickle files before loading them.
Other vulnerabilities in picklescan przed wersją 0.0.28
See all- CVE-2025-71378High
The vulnerability in picklescan before version 0.0.30 fails to detect cProfile.runctx function calls in pickle file reduce methods, allowing attackers to bypass scanning and execute arbitrary code when a malicious pickle file is loaded via pickle.load().
- CVE-2025-71357High
A vulnerability in picklescan before version 0.0.30 allows bypassing detection of malicious pickle files. Attackers can use the idlelib.pyshell.ModifiedInterpreter.runcommand method in reduce functions to hide code that executes remote commands when the file is loaded by the victim.
Original NVD description (English source)
picklescan before 0.0.28 fails to detect malicious pickle files that invoke torch.utils._config_module.load_config function within reduce methods. Attackers can craft pickle files embedding arbitrary code that evades detection but executes during pickle.load, enabling remote code execution in supply chain attacks.

