Описание
Picklescan has a missing detection when calling built-in python idlelib.debugobj.ObjectTreeItem
Summary
Using idlelib.debugobj.ObjectTreeItem.SetText, which is a built-in python library function to execute remote pickle file.
Details
The attack payload executes in the following steps:
First, the attacker craft the payload by calling to idlelib.debugobj.ObjectTreeItem.SetText function in reduce method Then when the victim after checking whether the pickle file is safe by using Picklescan library and this library doesn't dectect any dangerous functions, decide to pickle.load() this malicious pickle file, thus lead to remote code execution.
PoC
Impact
Who is impacted? Any organization or individual relying on picklescan to detect malicious pickle files inside PyTorch models. What is the impact? Attackers can embed malicious code in pickle file that remains undetected but executes when the pickle file is loaded. Supply Chain Attack: Attackers can distribute infected pickle files across ML models, APIs, or saved Python objects.
Corresponding
Ссылки
- https://github.com/mmaitre314/picklescan/security/advisories/GHSA-3vg9-h568-4w9m
- https://nvd.nist.gov/vuln/detail/CVE-2025-71354
- https://github.com/mmaitre314/picklescan/commit/aecd11be98702caa9ba9b12189d91ad596a36114
- https://github.com/advisories/GHSA-3vg9-h568-4w9m
- https://github.com/pypa/advisory-database/tree/main/vulns/picklescan/PYSEC-2026-1781.yaml
- https://pypi.org/project/picklescan
- https://www.vulncheck.com/advisories/picklescan-remote-code-execution-via-idlelib-debugobj-objecttreeitem-settext
Пакеты
picklescan
< 0.0.29
0.0.29
Связанные уязвимости
picklescan before 0.0.29 fails to detect malicious pickle files that exploit idlelib.debugobj.ObjectTreeItem.SetText function in reduce methods. Attackers can craft pickle files with embedded code that bypasses picklescan detection and executes arbitrary commands when pickle.load() is called.