Approved changes feed: RSS · Atom
cpe:2.3:a:trailofbits:fickling:*:*:*:*:*:*:*:*
part: a version: * update: *
| Vendor | Trailofbits (6524af29-571d-5cd0-b937-ac8aee3b3053) |
|---|---|
| Product | Fickling (5fe03817-c799-521d-9b4b-14c38c4110f9) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from purl2cpe mapping |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
pkg:github/trailofbits/fickling |
purl2cpe | 2026-06-01 10:13:04.353207 |
pkg:pypi/fickling |
purl2cpe | 2026-06-01 10:13:04.353209 |
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2026-14535 |
vulnerable | 2026-07-29 00:26:17.115561 |
Fickling MLAllowlist analysis pass rendered inoperative by shared mutable state in AnalysisContext.shorten_code()
HIGH (8.8)
In Trail of Bits fickling versions up to and including 0.1.11, the UnsafeImportsML analysis pass unconditionally calls AnalysisContext.shorten_code(node) on every import node it inspects, regardless of whether the import is flagged as unsafe. This call registers the shortened code representation in the shared AnalysisContext.reported_shortened_code set. When the MLAllowlist analysis pass subsequently runs, it calls the same shorten_code() method, receives already_reported=True for every import, and executes a continue statement that skips its allowlist check entirely. This renders MLAllowlist dead code for all imports — it never evaluates whether an import is in the ML allowlist or not. The MLAllowlist pass was designed to catch imports of modules outside the known-safe ML ecosystem (torch, numpy, transformers, etc.) that slip past the UnsafeImports denylist. With MLAllowlist inoperative, any standard library module not in the UNSAFE_IMPORTS denylist can be invoked via pickle deserialization while fickling's check_safety() returns LIKELY_SAFE. The fickling.load() API chains check_safety() into pickle.loads() as an explicit security gate, meaning a LIKELY_SAFE verdict causes the payload to be deserialized and executed. The root cause is shared mutable state between independently-correct analysis passes — UnsafeImportsML works as designed in isolation, MLAllowlist works as designed in isolation, but the shared reported_shortened_code set causes UnsafeImportsML to poison MLAllowlist's deduplication logic.
Published: 2026-07-04T13:31:14.937Z
Updated: 2026-07-06T14:58:34.718Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-14534 |
vulnerable | 2026-07-29 00:26:17.115337 |
Fickling check_safety() bypass via unlisted standard library modules (_posixsubprocess, site, atexit)
HIGH (8.8)
Trail of Bits fickling versions up to and including 0.1.10 do not include the Python standard library modules _posixsubprocess, site, and atexit in the UNSAFE_IMPORTS denylist (fickle.py). Because these modules are absent from the denylist, fickling's check_safety() function returns LIKELY_SAFE with zero findings for pickle payloads that invoke dangerous functions including _posixsubprocess.fork_exec (C-level process spawner capable of executing arbitrary binaries), site.execsitecustomize (executes arbitrary site customization code), and atexit._run_exitfuncs (triggers all registered exit handler callbacks). The fickling.load() API chains check_safety() into pickle.loads() as an explicit security gate; a LIKELY_SAFE verdict causes the payload to be deserialized and executed. This shares the same root cause as CVE-2026-22607 (cProfile), CVE-2025-67748 (pty), and CVE-2025-67747 (marshal/types). OvertlyBadEvals does not flag these modules because they are standard library imports. UnsafeImports does not flag them because they are not in the denylist. The UnusedVariables heuristic is defeated by the SETITEMS opcode pattern.
Published: 2026-07-04T13:25:55.283Z
Updated: 2026-07-06T14:59:37.264Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-22612 |
vulnerable | 2026-06-08 07:51:13.306742 |
Fickling vulnerable to detection bypass due to "builtins" blindness
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.
Published: 2026-01-10T01:35:25.197Z
Updated: 2026-01-12T18:18:29.466Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-22609 |
vulnerable | 2026-06-08 07:51:13.286789 |
Fickling has Static Analysis Bypass via Incomplete Dangerous Module Blocklist
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 pickles importing these modules will not be detected as unsafe, allowing attackers to bypass Fickling's primary static safety checks. This issue has been patched in version 0.1.7.
Published: 2026-01-10T01:35:18.152Z
Updated: 2026-01-14T19:51:31.740Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-22608 |
vulnerable | 2026-06-08 07:51:13.286389 |
Fickling vulnerable to use of ctypes and pydoc gadget chain to bypass detection
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.
Published: 2026-01-10T01:35:11.291Z
Updated: 2026-01-13T19:57:12.040Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-22607 |
vulnerable | 2026-06-08 07:51:13.285989 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-22606 |
vulnerable | 2026-06-08 07:51:13.284037 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-67748 |
vulnerable | 2026-06-08 07:41:20.403426 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-67747 |
vulnerable | 2026-06-08 07:41:20.402967 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.