| 제목 | pytorch PyTorch 2.10.0 Release deserialize |
|---|
| 설명 | This PR addresses a potential security vulnerability discovered during an analysis of the .pt2 loading mechanism. Currently, torch.export.load lacks a parameter to enforce secure deserialization. If a user unknowingly loads an untrusted .pt2 file that contains use_pickle: True in its weights config, or if the file triggers the exception fallback within deserialize_torch_artifact, the system implicitly falls back to using pickle (weights_only=False). This behavior introduces a significant risk of arbitrary code execution. |
|---|
| 원천 | ⚠️ https://github.com/pytorch/pytorch/pull/176791 |
|---|
| 사용자 | ez-lbz (UID 87033) |
|---|
| 제출 | 2026. 03. 07. PM 12:05 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 03. 21. AM 09:13 (14 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 352326 [PyTorch 2.10.0 pt2 Loading 권한 상승] |
|---|
| 포인트들 | 20 |
|---|