|
27 | 27 | "severity": "CRITICAL", |
28 | 28 | "status": "ACTIVE", |
29 | 29 | "title": "CVE-2025-32434 - torch", |
30 | | - "reason_to_ignore": "this container is specifically pytorch 2.5.x so we can’t upgrade to 2.6" |
| 30 | + "reason_to_ignore": "this container is specifically pytorch 2.4.x so we cant upgrade to later minor versions" |
31 | 31 | }, |
32 | 32 | { |
33 | 33 | "description": "PyTorch is a Python package that provides tensor computation with strong GPU acceleration and deep neural networks built on a tape-based autograd system. In version 2.5.1 and prior, a Remote Command Execution (RCE) vulnerability exists in PyTorch when loading a model using torch.load with weights_only=True. This issue has been patched in version 2.6.0.", |
|
57 | 57 | "status": "ACTIVE", |
58 | 58 | "title": "CVE-2025-32434 - torch", |
59 | 59 | "reason_to_ignore": "N/A" |
60 | | - } |
| 60 | + }, |
| 61 | + { |
| 62 | + "description": "In PyTorch <=2.4.1, the RemoteModule has Deserialization RCE. NOTE: this is disputed by multiple parties because this is intended behavior in PyTorch distributed computing.", |
| 63 | + "vulnerability_id": "CVE-2024-48063", |
| 64 | + "name": "CVE-2024-48063", |
| 65 | + "package_name": "torch", |
| 66 | + "package_details": { |
| 67 | + "file_path": "/opt/conda/lib/python3.11/site-packages/torch-2.4.0+cu124.dist-info/METADATA", |
| 68 | + "name": "torch", |
| 69 | + "package_manager": "PYTHON", |
| 70 | + "version": "2.4.0+cu124", |
| 71 | + "release": null |
| 72 | + }, |
| 73 | + "remediation": { |
| 74 | + "recommendation": { |
| 75 | + "text": "None Provided" |
| 76 | + } |
| 77 | + }, |
| 78 | + "cvss_v3_score": 9.8, |
| 79 | + "cvss_v30_score": 0.0, |
| 80 | + "cvss_v31_score": 9.8, |
| 81 | + "cvss_v2_score": 0.0, |
| 82 | + "cvss_v3_severity": "CRITICAL", |
| 83 | + "source_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-48063", |
| 84 | + "source": "NVD", |
| 85 | + "severity": "CRITICAL", |
| 86 | + "status": "ACTIVE", |
| 87 | + "title": "CVE-2024-48063 - torch", |
| 88 | + "reason_to_ignore": "this container is specifically pytorch 2.4.x so we cant upgrade to later minor versions" |
| 89 | + }, |
61 | 90 | ], |
62 | 91 | "jupyter_core": [ |
63 | 92 | { |
|
0 commit comments