All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-22608
HIGHpublished 2026-01-10 02:15 UTC · 7 months ago · modified 2026-06-17 10:20 UTC
8.9
CVSS / 10
// description
Fickling is a Python pickling decompiler and static analyzer. Prior to version 0.1.7, both ctypes and pydoc modules aren't explicitly blocked. Even other existing pickle scanning tools (like picklescan) do not block pydoc.locate. Chaining these two together can achieve RCE while the scanner still reports the file as LIKELY_SAFE. This issue has been patched in version 0.1.7.
// weaknesses (CWE)
- CWE-184
- CWE-502