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.
CVE-2026-14535
Score 8.8 from GitHub Security Advisory (severity: HIGH) published 2026-07-04. the CNA's CVSS baseline 8.8; sources differ by 0.0.
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 8.8
- EG Score
- 8.8(high)
- EPSS
- 22.2%
- KEV
- Not listed
Published
July 4, 2026
Last Modified
July 6, 2026
Advisory Details (4)
Auto-updated Jul 4, 2026MLAllowlist silently disabled by shorten_code shared state pollution in AnalysisContext · Advisory · trailofbits/fickling · GitHub
https://github.com/trailofbits/fickling/security/advisories/GHSA-cffv-grgg-g429v0.1.12
Patch available: trailofbits/fickling v0.1.12
https://github.com/trailofbits/fickling/releases/tag/v0.1.12Fix MLAllowlist shadowing (GHSA-cffv-grgg-g429)
Patch available: trailofbits/fickling v0.1.12 (PR #278 merged 2026-06-24)
https://github.com/trailofbits/fickling/pull/278commit 41ce7cb01edd (trailofbits/fickling)
Patch available: trailofbits/fickling v0.1.12 (contains commit 41ce7cb01edd)
https://github.com/trailofbits/fickling/commit/41ce7cb01edd97072994039574a2301ebb3f463dVendor Advisories for CVE-2026-14535(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 12× in last 7d / 12× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-07-06 17:49 UTCEG score recompute
- 2026-07-06 17:49 UTCGHSA enrichment
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 04:48 UTCEG score recompute
- 2026-07-06 04:47 UTCGHSA enrichment
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-05 15:47 UTCEG score recompute
- 2026-07-05 15:47 UTCGHSA enrichment
- 2026-07-05 02:48 UTCEG score recompute
- 2026-07-05 02:47 UTCGHSA enrichment
- 2026-07-04 13:48 UTCEG score recompute
- 2026-07-04 13:46 UTCMITRE cvelistV5first tracked
Frequently asked(5)
What is CVE-2026-14535?
When was CVE-2026-14535 disclosed?
Is CVE-2026-14535 actively exploited?
What is the CVSS score of CVE-2026-14535?
How do I remediate CVE-2026-14535?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-14535
Is Your Infrastructure Affected by CVE-2026-14535?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.