| 제목 | pytries datrie 0.8.3 Deserialization |
|---|
| 설명 | The `datrie.Trie` class uses `pickle.load()` to deserialize internal data when loading trie files via `Trie.load()`, `Trie.read()`, and `Trie.__setstate__()`. A crafted `.trie` file can embed a malicious pickle payload that executes arbitrary Python code when the file is loaded. Users have no indication that loading a `.trie` file involves code execution, as the unsafe deserialization is hidden behind a data-loading API. The `datrie.BaseTrie` class is not affected as it does not use pickle. Any application that loads `.trie` files from untrusted sources (user uploads, shared storage, downloaded datasets) is vulnerable to arbitrary code execution. |
|---|
| 원천 | ⚠️ https://github.com/dhabaleshwar/Open-Source-Vulnerabilities/blob/main/dartie_code_exec.md |
|---|
| 사용자 | dhabaleshwar (UID 58737) |
|---|
| 제출 | 2026. 03. 21. PM 06:41 (28 날 ago) |
|---|
| 모더레이션 | 2026. 04. 06. AM 09:35 (16 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 355483 [pytries datrie 까지 0.8.3 trie File src/datrie.pyx Trie.load/Trie.read/Trie.__setstate__ 권한 상승] |
|---|
| 포인트들 | 20 |
|---|