Search
Find a vulnerability
Search criteria
ⓘ
Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.
2 vulnerabilities by espnet
CVE-2026-90777 (GCVE-0-2026-90777)
Vulnerability from nvd – Published: 2026-09-13 11:42 – Updated: 2026-09-14 17:27
VLAI
EPSS
VEX
Title
ESPnet before 202609 Remote Code Execution via Unsafe Deserialization
Summary
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.
Severity
SSVC
Exploitation: poc
Automatable: no
Technical Impact: total
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-14 17:27 UTC
CWE
- CWE-502 - Deserialization of Untrusted Data
Assigner
References
6 references
| URL | Tags |
|---|---|
| https://github.com/espnet/espnet/security/advisor… | vendor-advisory |
| https://github.com/espnet/espnet/commit/91ca045fc… | patch |
| https://github.com/espnet/espnet/blob/v.202511/es… | technical-description |
| https://github.com/espnet/espnet/releases/tag/v.202609 | release-notes |
| https://github.com/espnet/espnet | product |
| https://www.vulncheck.com/advisories/espnet-befor… | third-party-advisory |
Impacted products
Date Public
2026-08-25 00:00
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-90777",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-09-14T17:27:19.541240Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-09-14T17:27:39.919Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/espnet/espnet/security/advisories/GHSA-64f6-3gqc-r926"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"packageURL": "pkg:pypi/espnet",
"product": "espnet",
"vendor": "espnet",
"versions": [
{
"lessThan": "202609",
"status": "affected",
"version": "0",
"versionType": "custom"
},
{
"status": "unaffected",
"version": "202609",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Jaime Ram\u00edrez (JaimeRamirez-coder)"
},
{
"lang": "en",
"type": "reporter",
"value": "arexgodofwar"
},
{
"lang": "en",
"type": "reporter",
"value": "Snakinya"
}
],
"datePublic": "2026-08-25T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "PASSIVE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH"
},
"format": "CVSS"
},
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"format": "CVSS"
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-502",
"description": "Deserialization of Untrusted Data",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-13T11:42:27.045Z",
"orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"shortName": "VulnCheck"
},
"references": [
{
"name": "GitHub Security Advisory (GHSA-64f6-3gqc-r926)",
"tags": [
"vendor-advisory"
],
"url": "https://github.com/espnet/espnet/security/advisories/GHSA-64f6-3gqc-r926"
},
{
"name": "Patch Commit",
"tags": [
"patch"
],
"url": "https://github.com/espnet/espnet/commit/91ca045fc179f29bc7b7fe05cd852aea65310003"
},
{
"name": "Unsafe torch.load call at v.202511",
"tags": [
"technical-description"
],
"url": "https://github.com/espnet/espnet/blob/v.202511/espnet2/torch_utils/load_pretrained_model.py#L99"
},
{
"name": "ESPnet v.202609 Release Notes",
"tags": [
"release-notes"
],
"url": "https://github.com/espnet/espnet/releases/tag/v.202609"
},
{
"tags": [
"product"
],
"url": "https://github.com/espnet/espnet"
},
{
"name": "VulnCheck Advisory: ESPnet before 202609 Remote Code Execution via Unsafe Deserialization",
"tags": [
"third-party-advisory"
],
"url": "https://www.vulncheck.com/advisories/espnet-before-202609-remote-code-execution-via-unsafe-deserialization"
}
],
"title": "ESPnet before 202609 Remote Code Execution via Unsafe Deserialization",
"x_generator": {
"engine": "vulncheck-endgame"
}
}
},
"cveMetadata": {
"assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"assignerShortName": "VulnCheck",
"cveId": "CVE-2026-90777",
"datePublished": "2026-09-13T11:42:27.045Z",
"dateReserved": "2026-09-13T11:15:46.288Z",
"dateUpdated": "2026-09-14T17:27:39.919Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-90777 (GCVE-0-2026-90777)
Vulnerability from cvelistv5 – Published: 2026-09-13 11:42 – Updated: 2026-09-14 17:27
VLAI
EPSS
VEX
Title
ESPnet before 202609 Remote Code Execution via Unsafe Deserialization
Summary
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.
Severity
SSVC
Exploitation: poc
Automatable: no
Technical Impact: total
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-14 17:27 UTC
CWE
- CWE-502 - Deserialization of Untrusted Data
Assigner
References
6 references
| URL | Tags |
|---|---|
| https://github.com/espnet/espnet/security/advisor… | vendor-advisory |
| https://github.com/espnet/espnet/commit/91ca045fc… | patch |
| https://github.com/espnet/espnet/blob/v.202511/es… | technical-description |
| https://github.com/espnet/espnet/releases/tag/v.202609 | release-notes |
| https://github.com/espnet/espnet | product |
| https://www.vulncheck.com/advisories/espnet-befor… | third-party-advisory |
Impacted products
Date Public
2026-08-25 00:00
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-90777",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-09-14T17:27:19.541240Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-09-14T17:27:39.919Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/espnet/espnet/security/advisories/GHSA-64f6-3gqc-r926"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"packageURL": "pkg:pypi/espnet",
"product": "espnet",
"vendor": "espnet",
"versions": [
{
"lessThan": "202609",
"status": "affected",
"version": "0",
"versionType": "custom"
},
{
"status": "unaffected",
"version": "202609",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Jaime Ram\u00edrez (JaimeRamirez-coder)"
},
{
"lang": "en",
"type": "reporter",
"value": "arexgodofwar"
},
{
"lang": "en",
"type": "reporter",
"value": "Snakinya"
}
],
"datePublic": "2026-08-25T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "PASSIVE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH"
},
"format": "CVSS"
},
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"format": "CVSS"
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-502",
"description": "Deserialization of Untrusted Data",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-13T11:42:27.045Z",
"orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"shortName": "VulnCheck"
},
"references": [
{
"name": "GitHub Security Advisory (GHSA-64f6-3gqc-r926)",
"tags": [
"vendor-advisory"
],
"url": "https://github.com/espnet/espnet/security/advisories/GHSA-64f6-3gqc-r926"
},
{
"name": "Patch Commit",
"tags": [
"patch"
],
"url": "https://github.com/espnet/espnet/commit/91ca045fc179f29bc7b7fe05cd852aea65310003"
},
{
"name": "Unsafe torch.load call at v.202511",
"tags": [
"technical-description"
],
"url": "https://github.com/espnet/espnet/blob/v.202511/espnet2/torch_utils/load_pretrained_model.py#L99"
},
{
"name": "ESPnet v.202609 Release Notes",
"tags": [
"release-notes"
],
"url": "https://github.com/espnet/espnet/releases/tag/v.202609"
},
{
"tags": [
"product"
],
"url": "https://github.com/espnet/espnet"
},
{
"name": "VulnCheck Advisory: ESPnet before 202609 Remote Code Execution via Unsafe Deserialization",
"tags": [
"third-party-advisory"
],
"url": "https://www.vulncheck.com/advisories/espnet-before-202609-remote-code-execution-via-unsafe-deserialization"
}
],
"title": "ESPnet before 202609 Remote Code Execution via Unsafe Deserialization",
"x_generator": {
"engine": "vulncheck-endgame"
}
}
},
"cveMetadata": {
"assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"assignerShortName": "VulnCheck",
"cveId": "CVE-2026-90777",
"datePublished": "2026-09-13T11:42:27.045Z",
"dateReserved": "2026-09-13T11:15:46.288Z",
"dateUpdated": "2026-09-14T17:27:39.919Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}