SEPTEMBER 13, 2026
Live Feed
Back to database
Case File

CVE-2026-90777

HIGH · CVSS 8.8 Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-13 · Last synced 2026-09-13

CyberRota Analysis

AI-Generated

ESPnet versions prior to 202609 are vulnerable due to insecure deserialization of pretrained model checkpoints, which allows for arbitrary code execution via maliciously crafted files. This vulnerability poses a significant risk, as it can be exploited during the model initialization or fine-tuning processes. Organizations utilizing ESPnet for machine learning tasks should prioritize patching this vulnerability to mitigate potential attacks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
arbitrary code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-90777
Severity
HIGH
CVSS
8.8
EPSS
N/A

Original NVD Description

ESPnet before 202609 deserializes pretrained model checkpoints using torch.load with weights_only=False, allowing arbitrary code execution from attacker-supplied files. Attackers can craft malicious checkpoint files that execute code during deserialization when loaded through the initialization or fine-tuning path.