CVE-2026-14535

CRITICALNVD 9.89.8
EchelonGraph scoreMEDIUM confidence

This critical-severity CVE scores 9.8 under NVD CVSS v3. EPSS exploit probability: 0.3%, top 74% of all CVEs by exploit prediction. GitHub Security Advisory enrichment pending alignment with NVD CVSS.

Triggered by: NVD CVSS baseline
Sources: epss, ghsa, nvd
Trending — 3 sources updated this weekElevated
9.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 9.8Exploit: Elevated riskExposed: 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
9.8
EG Score
9.8(medium)
EG Risk
60(Track*)
EG Risk 60/100SSVC: Track*

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity98% × 45%
Exploitation40% × 40%
Automatability0% × 15%
Action: Watch closely — could escalate to Attend.
EPSS PROB
0%
EPSS %ILE
26%
KEV
Not listed

Published

July 4, 2026

Last Modified

July 10, 2026

Advisory Details (4)

Auto-updated Jul 25, 2026
🔬 Proof of concept available. Patch available. Sources: github_commit, github_pr, github_release, github.
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.

Affected Packages

(1 across 1 ecosystem)
PyPI(1)
PackageVulnerable rangeFixed inDependents
fickling0.0.1 ... 0.1.9 (18 versions)0.1.12

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 18× in last 7d / 60× 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-27 10:52 UTCGHSA enrichment
  2. 2026-07-27 07:15 UTCGHSA enrichment
  3. 2026-07-27 03:38 UTCGHSA enrichment
  4. 2026-07-26 23:46 UTCGHSA enrichment
  5. 2026-07-26 20:08 UTCGHSA enrichment
  6. 2026-07-26 16:31 UTCEG score recompute
  7. 2026-07-26 16:31 UTCGHSA enrichment
  8. 2026-07-26 14:54 UTCEPSS rescore
  9. 2026-07-26 14:54 UTCEPSS rescore
  10. 2026-07-26 12:53 UTCEG score recompute
  11. 2026-07-26 12:53 UTCGHSA enrichment
  12. 2026-07-25 14:17 UTCEPSS rescore
  13. 2026-07-24 14:17 UTCEPSS rescore
  14. 2026-07-23 14:18 UTCEPSS rescore
  15. 2026-07-23 03:05 UTCEG score recompute 1.00
  16. 2026-07-22 14:08 UTCEPSS rescore
  17. 2026-07-21 15:24 UTCEPSS rescore
  18. 2026-07-20 17:08 UTCEPSS rescore
  19. 2026-07-19 14:30 UTCEPSS rescore
  20. 2026-07-19 02:28 UTCEPSS rescore
  21. 2026-07-18 10:04 UTCEPSS rescore
  22. 2026-07-17 01:06 UTCGHSA enrichment
  23. 2026-07-16 17:02 UTCEPSS rescore
  24. 2026-07-16 12:05 UTCGHSA enrichment
  25. 2026-07-15 23:04 UTCGHSA enrichment
Show 35 more
  1. 2026-07-15 16:57 UTCEPSS rescore
  2. 2026-07-15 10:04 UTCGHSA enrichment
  3. 2026-07-15 02:00 UTCEPSS rescore
  4. 2026-07-14 21:02 UTCGHSA enrichment
  5. 2026-07-14 08:03 UTCGHSA enrichment
  6. 2026-07-13 22:30 UTCEPSS rescore
  7. 2026-07-13 18:50 UTCGHSA enrichment
  8. 2026-07-13 06:12 UTCEPSS rescore
  9. 2026-07-13 05:50 UTCGHSA enrichment
  10. 2026-07-12 16:50 UTCGHSA enrichment
  11. 2026-07-12 05:46 UTCEPSS rescore
  12. 2026-07-12 03:49 UTCGHSA enrichment
  13. 2026-07-11 14:50 UTCGHSA enrichment
  14. 2026-07-11 08:27 UTCEPSS rescore
  15. 2026-07-11 01:49 UTCGHSA enrichment
  16. 2026-07-10 16:18 UTCNVD updateCVSS v3 → 9.8 · severity → CRITICAL
  17. 2026-07-10 12:50 UTCGHSA enrichment
  18. 2026-07-09 23:50 UTCGHSA enrichment
  19. 2026-07-09 19:10 UTCEPSS rescore
  20. 2026-07-09 10:50 UTCGHSA enrichment
  21. 2026-07-08 21:50 UTCGHSA enrichment
  22. 2026-07-08 15:15 UTCEPSS rescore
  23. 2026-07-08 15:15 UTCEPSS rescore
  24. 2026-07-08 08:50 UTCGHSA enrichment
  25. 2026-07-07 19:51 UTCGHSA enrichment
  26. 2026-07-07 13:46 UTCEPSS rescore
  27. 2026-07-07 06:50 UTCGHSA enrichment
  28. 2026-07-06 17:49 UTCGHSA enrichment
  29. 2026-07-06 16:27 UTCEPSS rescore
  30. 2026-07-06 04:47 UTCGHSA enrichment
  31. 2026-07-06 02:23 UTCEPSS rescore
  32. 2026-07-05 15:47 UTCGHSA enrichment
  33. 2026-07-05 02:47 UTCGHSA enrichment
  34. 2026-07-04 13:48 UTCEG score recompute
  35. 2026-07-04 13:46 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-14535?
CVE-2026-14535 is a critical 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 10, 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 0% probability of exploitation in the next 30 days, which ranks it in the top 74.3% of all scored CVEs.
What is the CVSS score of CVE-2026-14535?
CVE-2026-14535 has a CVSS v3 base score of 9.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

See which npm, PyPI, Go, and Maven packages are affected by 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.