Vulnerability from bitnami_vulndb
Published
2026-01-29 08:50
Modified
2026-01-29 09:11
Summary
PyTorch Vulnerable to Remote Code Execution via Untrusted Checkpoint Files
Details
PyTorch is a Python package that provides tensor computation. Prior to version 2.10.0, a vulnerability in PyTorch's weights_only unpickler allows an attacker to craft a malicious checkpoint file (.pth) that, when loaded with torch.load(..., weights_only=True), can corrupt memory and potentially lead to arbitrary code execution. Version 2.10.0 fixes the issue.
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "pytorch",
"purl": "pkg:bitnami/pytorch"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.10.0"
}
],
"type": "SEMVER"
}
],
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
]
}
],
"aliases": [
"CVE-2026-24747"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:linuxfoundation:pytorch:*:*:*:*:*:python:*:*"
],
"severity": "High"
},
"details": "PyTorch is a Python package that provides tensor computation. Prior to version 2.10.0, a vulnerability in PyTorch\u0027s `weights_only` unpickler allows an attacker to craft a malicious checkpoint file (`.pth`) that, when loaded with `torch.load(..., weights_only=True)`, can corrupt memory and potentially lead to arbitrary code execution. Version 2.10.0 fixes the issue.",
"id": "BIT-pytorch-2026-24747",
"modified": "2026-01-29T09:11:54.406Z",
"published": "2026-01-29T08:50:25.994Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/pytorch/pytorch/163122/commit/954dc5183ee9205cbe79876ad05dd2d9ae752139"
},
{
"type": "WEB",
"url": "https://github.com/pytorch/pytorch/issues/163105"
},
{
"type": "WEB",
"url": "https://github.com/pytorch/pytorch/releases/tag/v2.10.0"
},
{
"type": "WEB",
"url": "https://github.com/pytorch/pytorch/security/advisories/GHSA-63cw-57p8-fm3p"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24747"
}
],
"schema_version": "1.6.2",
"summary": "PyTorch Vulnerable to Remote Code Execution via Untrusted Checkpoint Files"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…