Vulnerability Description
picklescan before 0.0.29 fails to detect the built-in Python trace.Trace.runctx function when used in pickle file reduce methods, allowing attackers to execute arbitrary code. Remote attackers can craft malicious pickle files with trace.Trace.runctx payloads that bypass picklescan detection and execute code upon pickle.load() invocation.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/mmaitre314/picklescan/security/advisories/GHSA-g344-hcph-8vgg
- https://www.vulncheck.com/advisories/picklescan-remote-code-execution-via-undete
- https://github.com/mmaitre314/picklescan/security/advisories/GHSA-g344-hcph-8vgg
FAQ
What is CVE-2025-71352?
CVE-2025-71352 is a vulnerability with a CVSS score of 8.1 (HIGH). picklescan before 0.0.29 fails to detect the built-in Python trace.Trace.runctx function when used in pickle file reduce methods, allowing attackers to execute arbitrary code. Remote attackers can cra...
How severe is CVE-2025-71352?
CVE-2025-71352 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-71352?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.