Answer in brief
CVE-2026-90777 records a Unknown severity vulnerability in ESPnet before 202609 Remote Code Execution via Unsafe Deserialization. The current sources do not mark it as known exploited. The current feed maps espnet/espnet (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps espnet/espnet (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| espnet/espnetgeneric | >=0 <202609 | 202609 |
Published upstream
Sep 13, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 13, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 13, 2026
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.
Quoted source text, attributed separately from HOL analysis.