CVE-2026-90777 Details
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.
A remote code execution vulnerability exists in ESPnet versions prior to 202609. The issue arises from the deserialization of pretrained model checkpoints using 'torch.load' with 'weights_only=False', which allows execution of arbitrary code from files supplied by an attacker. This vulnerability can be exploited by crafting malicious checkpoint files that execute code during the deserialization process, particularly when the models are loaded for initialization or fine-tuning.
Users can update to ESPnet version 202609 or later, where this vulnerability has been patched. Instructions for updating can be found in the ESPnet documentation.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 13, 2026CISA-ADP
Assessed Sep 14, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/espnet/espnet/security/advisories/GHSA-64f6-3gqc-r926 | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/espnet/espnet | [email protected] | Vendor |
| https://github.com/espnet/espnet/blob/v.202511/espnet2/torch_utils/load_pretrained_model.py#L99 | [email protected] | Source CodeVendor |
| https://github.com/espnet/espnet/commit/91ca045fc179f29bc7b7fe05cd852aea65310003 | [email protected] | Source CodeVendor |
| https://github.com/espnet/espnet/releases/tag/v.202609 | [email protected] | Release NotesVendor |
| https://github.com/espnet/espnet/security/advisories/GHSA-64f6-3gqc-r926 | [email protected] | AdvisoryExploitRemedyVendor |
| https://www.vulncheck.com/advisories/espnet-before-202609-remote-code-execution-via-unsafe-deserialization | [email protected] | AdvisoryBundleRemedy |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-502 | Deserialization of Untrusted Data | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| ESPnet | <= 202511 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 14, 2026 | CVE Modified | CISA-ADP |
| Sep 13, 2026 | New CVE Received | [email protected] |
Volerion