CVE-2025-67748
7.8HIGHFickling 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 base
Опубликовано: 12/16/2025Обновлено: 1/2/2026
Описание
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 `LIKELY_SAFE`, and was fixed in version 0.1.6. This impacted any user or system that used Fickling to vet pickle files for security issues.
ИИ-АнализНа базе ИИ
Затронутые продукты
trailofbitsfickling
Ссылки
- https://github.com/trailofbits/fickling/pull/108Issue TrackingPatch
- https://github.com/trailofbits/fickling/pull/187Issue TrackingPatch
- https://github.com/trailofbits/fickling/security/advisories/GHSA-r7v6-mfhq-g3m2ExploitVendor Advisory