CVE-2025-71325
Picklescan has pickle parsing logic flaw that leads to malicious pickle file bypass
Summary
Remediation
Upgrade to the fixed version using your package manager.
pip install "picklescan>=0.0.27"
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (1)
| Package | Ecosystem | Affected | Fixed In |
|---|---|---|---|
| picklescan | pypi | 0.0.1, 0.0.10, 0.0.11, 0.0.12 (+22 more) | 0.0.27 |
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
- CWE-502Deserialization of Untrusted DataMITRE
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 9.8 score means for each attack dimension.
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P
References
- https://github.com/mmaitre314/picklescan/security/advisories/GHSA-9gvj-pp9x-gcfrWEB
- https://nvd.nist.gov/vuln/detail/CVE-2025-71325ADVISORY
- https://github.com/mmaitre314/picklescan/commit/2a8383cfeb4158567f9770d86597300c9e508d0fWEB
- https://github.com/mmaitre314/picklescan/commit/58983e1c20973ac42f2df7ff15d7c8cd32f9b688WEB
- https://github.com/mmaitre314/picklescanPACKAGE
- https://github.com/mmaitre314/picklescan/blob/2a8383cfeb4158567f9770d86597300c9e508d0f/src/picklescan/scanner.py#L255WEB
- https://github.com/mmaitre314/picklescan/blob/2a8383cfeb4158567f9770d86597300c9e508d0f/src/picklescan/scanner.py#L281WEB
- https://github.com/mmaitre314/picklescan/releases/tag/v0.0.27WEB
- https://www.vulncheck.com/advisories/picklescan-detection-bypass-via-stack-global-opcode-parsing-logic-flawWEB
Frequently Asked Questions
- What is CVE-2025-71325?
- Picklescan has pickle parsing logic flaw that leads to malicious pickle file bypass This vulnerability has been assigned a severity rating of HIGH (CVSS score: 9.8/10).
- How do I check if my project is affected by CVE-2025-71325?
- CVE-2025-71325 affects picklescan. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2025-71325 and 200,000+ other known vulnerabilities.
Severity & Exploitability
Exploitation is straightforward and causes maximum impact. Patch immediately.
Also Known As
Related CVEs
- CVE-2026-53873CRITICAL
PickleScan's profile.run blocklist mismatch allows exec() bypass
- CVE-2026-56315CRITICAL
PickleScan has multiple stdlib modules with direct RCE not in blocklist
- CVE-2025-71320HIGH
Picklescan has Incomplete List of Disallowed Inputs
- CVE-2025-71375HIGH
Picklescan is vulnerable to RCE via missing detection when calling built-in python _operator.methodcaller
- CVE-2026-53874HIGH
picklescan missing detection by simple obfuscation of a `builtins.eval` call
- CVE-2025-71321HIGH
Picklescan vulnerable to Arbitrary File Writing
- CVE-2025-71362HIGH
Picklescan missing detection when calling numpy.f2py.crackfortran.getlincoef
- CVE-2025-71372HIGH
Picklescan is vulnerable to RCE via missing detection when calling numpy.f2py.crackfortran.getlincoef
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies