Fickling · Fickling · CVE-2026-22608
**Name of the Vulnerable Software and Affected Versions**
Fickling versions prior to 0.1.7
**Description**
Fickling, a Python pickling decompiler and static analyzer, does not explicitly block the `ctypes` and `pydoc` modules in versions prior to 0.1.7. Combining these modules can lead to Remote Code Execution (RCE), even while the scanner reports the file as LIKELY SAFE. The issue arises because existing pickle scanning tools, such as `picklescan`, also do not block `pydoc.locate`.
**Recommendations**
Update to Fickling version 0.1.7 or later.