| 제목 | erdogant pypickle 1.1.5 Insecure Deserialization |
|---|
| 설명 | In the repository https://github.com/erdogant/pypickle, the function load() in pypickle.py uses Python’s pickle.load() to deserialize data from a file without validating or sanitizing the input. If an attacker supplies a malicious pickle file, they can execute arbitrary code when the file is loaded, resulting in a Remote Code Execution (RCE) vulnerability.
This occurs because pickle.load() is inherently unsafe for loading untrusted data, as it can deserialize and invoke arbitrary Python objects, including system calls. |
|---|
| 원천 | ⚠️ https://github.com/erdogant/pypickle/issues/2 |
|---|
| 사용자 | esharmaji (UID 84358) |
|---|
| 제출 | 2025. 05. 16. PM 01:23 (1 년도 ago) |
|---|
| 모더레이션 | 2025. 05. 25. PM 03:42 (9 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 310262 [erdogant pypickle 까지 1.1.5 pypickle/pypickle.py load 권한 상승] |
|---|
| 포인트들 | 20 |
|---|