Trailofbits

Fickling

7 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.06%
  • Veröffentlicht 10.01.2026 01:35:25
  • Zuletzt bearbeitet 16.01.2026 18:56:30

Fickling is a Python pickling decompiler and static analyzer. Prior to version 0.1.7, Fickling is vulnerable to detection bypass due to "builtins" blindness. This issue has been patched in version 0.1.7.

Exploit
  • EPSS 0.04%
  • Veröffentlicht 10.01.2026 01:35:18
  • Zuletzt bearbeitet 16.01.2026 18:52:26

Fickling is a Python pickling decompiler and static analyzer. Prior to version 0.1.7, the unsafe_imports() method in Fickling's static analyzer fails to flag several high-risk Python modules that can be used for arbitrary code execution. Malicious pi...

  • EPSS 0.04%
  • Veröffentlicht 10.01.2026 01:35:11
  • Zuletzt bearbeitet 16.01.2026 18:57:26

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 t...

Exploit
  • EPSS 0.06%
  • Veröffentlicht 10.01.2026 01:35:04
  • Zuletzt bearbeitet 16.01.2026 18:58:22

Fickling is a Python pickling decompiler and static analyzer. Fickling versions up to and including 0.1.6 do not treat Python's cProfile module as unsafe. Because of this, a malicious pickle that uses cProfile.run() is classified as SUSPICIOUS instea...

Exploit
  • EPSS 0.06%
  • Veröffentlicht 10.01.2026 01:35:00
  • Zuletzt bearbeitet 16.01.2026 18:59:35

Fickling is a Python pickling decompiler and static analyzer. Fickling versions up to and including 0.1.6 do not treat Python’s runpy module as unsafe. Because of this, a malicious pickle that uses runpy.run_path() or runpy.run_module() is classified...

Exploit
  • EPSS 0.02%
  • Veröffentlicht 16.12.2025 00:39:13
  • Zuletzt bearbeitet 02.01.2026 15:58:53

Fickling is a Python pickling decompiler and static analyzer. Versions prior to 0.1.6 had a bypass caused by `pty` missing from the block list of unsafe module imports. This led to unsafe pickles based on `pty.spawn()` being incorrectly flagged as `L...

Exploit
  • EPSS 0.05%
  • Veröffentlicht 16.12.2025 00:32:52
  • Zuletzt bearbeitet 02.01.2026 15:59:59

Fickling is a Python pickling decompiler and static analyzer. Versions prior to 0.1.6 are missing `marshal` and `types` from the block list of unsafe module imports. Fickling started blocking both modules to address this issue. This allows an attacke...