CVE-2026-14535

HIGHPre-NVD 8.88.8
EchelonGraph scoreHIGH confidence

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.

Triggered by: GitHub Security Advisory CVSS
Sources: cna:bombadilsystems, epss, ghsa
Trending — 4 sources updated this weekElevated
8.8
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 8.8Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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.

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, 2026
🔬 Proof of concept available. Patch available. Sources: github_release, github, github_commit, github_pr.
github Patch Available🟡 PoC Available

MLAllowlist silently disabled by shorten_code shared state pollution in AnalysisContext · Advisory · trailofbits/fickling · GitHub

https://github.com/trailofbits/fickling/security/advisories/GHSA-cffv-grgg-g429
github_release Patch Available

v0.1.12

Patch available: trailofbits/fickling v0.1.12

https://github.com/trailofbits/fickling/releases/tag/v0.1.12
github_pr Patch Available

Fix 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/278
github_commit Patch Available

commit 41ce7cb01edd (trailofbits/fickling)

Patch available: trailofbits/fickling v0.1.12 (contains commit 41ce7cb01edd)

https://github.com/trailofbits/fickling/commit/41ce7cb01edd97072994039574a2301ebb3f463d

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

  1. 2026-07-06 17:49 UTCEG score recompute
  2. 2026-07-06 17:49 UTCGHSA enrichment
  3. 2026-07-06 16:27 UTCEPSS rescore
  4. 2026-07-06 04:48 UTCEG score recompute
  5. 2026-07-06 04:47 UTCGHSA enrichment
  6. 2026-07-06 02:23 UTCEPSS rescore
  7. 2026-07-05 15:47 UTCEG score recompute
  8. 2026-07-05 15:47 UTCGHSA enrichment
  9. 2026-07-05 02:48 UTCEG score recompute
  10. 2026-07-05 02:47 UTCGHSA enrichment
  11. 2026-07-04 13:48 UTCEG score recompute
  12. 2026-07-04 13:46 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-14535?
CVE-2026-14535 is a high vulnerability published on July 4, 2026. In Trail of Bits fickling versions up to and including 0.1.11, the UnsafeImportsML analysis pass unconditionally calls AnalysisContext.shortencode(node) on every import node it inspects, regardless of whether the import is flagged as unsafe. This call registers the shortened code representation in…
When was CVE-2026-14535 disclosed?
CVE-2026-14535 was first published in the National Vulnerability Database on July 4, 2026, with the most recent update on July 6, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-14535 actively exploited?
CVE-2026-14535 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 22.2% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-14535?
CVE-2026-14535 has a CVSS v3 base score of 8.8 (NVD).
How do I remediate CVE-2026-14535?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-14535, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-14535

Explore →

Is Your Infrastructure Affected by CVE-2026-14535?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.