CVE-2025-71371
Deferred Deferred - Pending Action

Malicious Code Execution in Picklescan via Bypassed Pickle Detection

Vulnerability report for CVE-2025-71371, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-30

Last updated on: 2026-07-01

Assigner: VulnCheck

Description

picklescan before 0.0.29 fails to detect malicious pickle files using code.InteractiveInterpreter.runcode in reduce methods. Attackers can craft pickle payloads that bypass picklescan detection and execute arbitrary code when loaded via pickle.load().

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-30
Last Modified
2026-07-01
Generated
2026-07-21
AI Q&A
2026-07-01
EPSS Evaluated
2026-07-19
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
picklescan picklescan to 0.0.29 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-502 The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in picklescan versions before 0.0.29, where the tool fails to detect malicious pickle files that use the code.InteractiveInterpreter.runcode method within reduce methods. Attackers can craft specially designed pickle payloads that bypass picklescan's detection mechanisms and execute arbitrary code when these payloads are loaded using pickle.load().

Detection Guidance

This vulnerability involves picklescan failing to detect malicious pickle files that use code.InteractiveInterpreter.runcode in reduce methods. Detection requires analyzing pickle files for the presence of this specific payload.

Since picklescan versions before 0.0.29 do not detect this payload, you can attempt to manually inspect pickle files or monitor for suspicious pickle.load() calls in your environment.

There are no specific commands provided in the resources to detect this vulnerability automatically.

Impact Analysis

The vulnerability allows attackers to execute arbitrary code on systems that use vulnerable versions of picklescan to scan pickle files. This can lead to unauthorized code execution, potentially compromising the affected system's security, leading to data breaches, system manipulation, or further exploitation.

Compliance Impact

CVE-2025-71371 allows attackers to execute arbitrary code by bypassing picklescan's detection of malicious pickle files. This can lead to unauthorized access or manipulation of sensitive data processed or stored by affected systems.

Such unauthorized code execution and potential data compromise can negatively impact compliance with data protection regulations like GDPR and HIPAA, which require strict controls to protect personal and sensitive information from unauthorized access or breaches.

Organizations relying on picklescan for security may face increased risk of data breaches or supply chain attacks, which could result in regulatory penalties or loss of trust if sensitive data is exposed or manipulated.

Mitigation Strategies

To mitigate this vulnerability, immediately upgrade picklescan to a version later than 0.0.29 where this detection bypass is fixed.

Avoid loading pickle files from untrusted or unauthenticated sources, especially if relying on picklescan for detection.

Implement additional security controls such as restricting the use of pickle.load() or replacing pickle with safer serialization methods.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-71371. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart