CVE-2025-71367 PUBLISHED

picklescan - Remote Code Execution via _operator.attrgetter Detection Bypass

Assigner: VulnCheck
Reserved: 20.06.2026 Published: 04.07.2026 Updated: 04.07.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 7.6

Product Status

Vendor picklescan
Product picklescan
Versions Default: unaffected
  • affected from 0 to 0.0.34 (excl.)
  • Version 0.0.34 is unaffected

Credits

  • CoolwindHF reporter

References

Problem Types

  • Deserialization of Untrusted Data CWE