| 제목 | dask ≤2026.8.0 rce |
|---|
| 설명 | to_npy_stack/from_npy_stack is the documented on-disk array stack format: a directory of 0.npy, 1.npy, ... chunks plus a single info metadata file. The loader deserializes that metadata file with a bare pickle.load. The stack directory is an explicitly shareable dataset format (copy/ship the directory), and mmap_mode only selects memory mapping. No parameter of the call, no dask config key, and no environment variable can block the deserialization — anyone who can supply or tamper a stack directory executes arbitrary code on every worker that reads it. Raw pickle.load is unaffected by TORCH_FORCE_WEIGHTS_ONLY_LOAD. |
|---|
| 원천 | ⚠️ https://github.com/dask/dask/issues/12578 |
|---|
| 사용자 | __lbz__ (UID 100868) |
|---|
| 제출 | 2026. 08. 30. AM 07:20 (25 날 ago) |
|---|
| 모더레이션 | 2026. 09. 22. PM 07:07 (23 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 408543 [Dask 까지 2026.8.0 Loader dask/array/core.py from_npy_stack 권한 상승] |
|---|
| 포인트들 | 19 |
|---|