Vulnerability Description
picklescan before 0.0.34 fails to detect _operator.attrgetter function calls in pickle payloads, allowing attackers to bypass security checks. Remote attackers can craft malicious pickle files using _operator.attrgetter in reduce methods to execute arbitrary code when pickle.load() processes the file.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/mmaitre314/picklescan/security/advisories/GHSA-46h3-79wf-xr6c
- https://www.vulncheck.com/advisories/picklescan-remote-code-execution-via-operat
- https://github.com/mmaitre314/picklescan/security/advisories/GHSA-46h3-79wf-xr6c
FAQ
What is CVE-2025-71367?
CVE-2025-71367 is a vulnerability with a CVSS score of 8.1 (HIGH). picklescan before 0.0.34 fails to detect _operator.attrgetter function calls in pickle payloads, allowing attackers to bypass security checks. Remote attackers can craft malicious pickle files using _...
How severe is CVE-2025-71367?
CVE-2025-71367 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-71367?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.