CVE Catalog

CVE-2026-22608

High
Published: Translated: NVD NIST

Summary

Fickling is a Python pickling decompiler and static analyzer. Prior to version 0.1.7, it did not explicitly block the ctypes and pydoc modules, which combined with pydoc.locate can achieve RCE while the scanner still reports the file as LIKELY_SAFE. This issue has been patched in version 0.1.7.

Risk Assessment

Organizations using Fickling to scan pickle files may be compromised by a malicious file that is reported as safe, leading to remote code execution in the environment where the file is processed.

Recommendation

It is recommended to immediately upgrade Fickling to version 0.1.7 or later. Additionally, consider using additional security tools and manual verification of pickle files, especially those from untrusted sources.

Other vulnerabilities in Fickling

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS