Skip to content

Commit 5f81d47

Browse files
authored
adding CVE-2024-48063 for pytorch training neuronx 2.1.2 (#5148)
* adding CVE-2024-48063 for pytorch training neuronx 2.1.2 * Update ['dlc_developer_config.toml'] dlc_developer_config.toml: { 'build': { 'build_frameworks': ['huggingface_pytorch'], 'build_inference': False, 'build_training': True}, 'buildspec_override': { 'dlc-pr-huggingface-pytorch-neuronx-training': 'huggingface/pytorch/training/buildspec-neuronx.yml'}, 'dev': { 'arm64_mode': False, 'deep_canary_mode': False, 'graviton_mode': False, 'neuronx_mode': True}, 'test': { 'ec2_tests': False, 'ecs_tests': False, 'eks_tests': False, 'sagemaker_local_tests': False, 'sagemaker_remote_tests': False, 'sanity_tests': True, 'security_tests': False}} * revert dlc_developer_config.toml
1 parent 22deeb8 commit 5f81d47

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

huggingface/pytorch/training/docker/2.1/py3/sdk2.20.0/Dockerfile.neuronx.os_scan_allowlist.json

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,5 +1907,36 @@
19071907
"title":"CVE-2024-7348 - postgresql-12",
19081908
"reason_to_ignore":"N/A"
19091909
}
1910-
]
1911-
}
1910+
],
1911+
"torch": [
1912+
{
1913+
"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.",
1914+
"vulnerability_id": "CVE-2024-48063",
1915+
"name": "CVE-2024-48063",
1916+
"package_name": "torch",
1917+
"package_details": {
1918+
"file_path": "/opt/conda/lib/python3.11/site-packages/torch-2.4.0+cu124.dist-info/METADATA",
1919+
"name": "torch",
1920+
"package_manager": "PYTHON",
1921+
"version": "2.4.0+cu124",
1922+
"release": null
1923+
},
1924+
"remediation": {
1925+
"recommendation": {
1926+
"text": "None Provided"
1927+
}
1928+
},
1929+
"cvss_v3_score": 9.8,
1930+
"cvss_v30_score": 0.0,
1931+
"cvss_v31_score": 9.8,
1932+
"cvss_v2_score": 0.0,
1933+
"cvss_v3_severity": "CRITICAL",
1934+
"source_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-48063",
1935+
"source": "NVD",
1936+
"severity": "CRITICAL",
1937+
"status": "ACTIVE",
1938+
"title": "CVE-2024-48063 - torch",
1939+
"reason_to_ignore": "this container is specifically pytorch 2.4.x so we cant upgrade to later minor versions"
1940+
}
1941+
]
1942+
}

0 commit comments

Comments
 (0)