| Title | pandas-dev pandas 3.0.5 rce |
|---|
| Description | read_pickle is the documented counterpart of pandas.to_pickle ("pickle it to disk" leads the official user guide's persistence section). The loader is a raw pickle.load with no safe-mode parameter, no restriction option, and no environment gate. compression selects the codec and storage_options selects the fsspec backend — the function unpickles from http/s3 URLs as well, widening the attack surface; neither is a safety switch. Any party who can supply a .pkl, .pkl.gz, ... (or a URL) that a victim read_pickles executes arbitrary code during deserialization. TORCH_FORCE_WEIGHTS_ONLY_LOAD is irrelevant (raw pickle.load, not torch.load). |
|---|
| Source | ⚠️ https://github.com/pandas-dev/pandas/issues/67074 |
|---|
| User | __lbz__ (UID 100868) |
|---|
| Submission | 08/29/2026 08:17 (22 days ago) |
|---|
| Moderation | 09/20/2026 10:50 (22 days later) |
|---|
| Status | Duplicate |
|---|
| VulDB entry | 155331 [Pandas up to 1.0.3 os.system read_pickle deserialization] |
|---|
| Points | 0 |
|---|