---
id: GHSA-fh2f-24rh-r2vq
title: >-
  Duplicate Advisory: Picklescan missing detection when calling built-in python
  library function timeit.timeit()
summary: >-
  Duplicate Advisory: Picklescan missing detection when calling built-in python
  library function timeit.timeit()
severity: high
cwe:
  - CWE-184
vendor: picklescan
product: picklescan
ecosystem: pip
affected:
  - picklescan < 0.0.25
patched:
  - picklescan 0.0.25
published: '2026-06-21'
updated: '2026-09-11'
sourceUpdated: '2026-09-11T19:27:50Z'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-fh2f-24rh-r2vq'
references:
  - url: >-
      https://github.com/mmaitre314/picklescan/security/advisories/GHSA-v7x6-rv5q-mhwc
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2025-71351'
  - url: >-
      https://www.vulncheck.com/advisories/picklescan-remote-code-execution-via-timeit-timeit-detection-bypass
  - url: 'https://github.com/advisories/GHSA-fh2f-24rh-r2vq'
tags:
  - ghsa
  - pip
ingestedAt: '2026-09-11T19:57:09.310Z'
---

## Overview

### Duplicate Advisory
This advisory has been withdrawn because it is a duplicate of GHSA-v7x6-rv5q-mhwc. This link is maintained to preserve external references.

### Original Description
picklescan before 0.0.25 fails to detect malicious pickle files that use timeit.timeit() in the __reduce__ method, allowing remote code execution. Attackers can craft pickle files that import dangerous libraries like os and execute arbitrary system commands, which evade picklescan detection and execute when pickle.load() is called.

## Affected packages

- `picklescan < 0.0.25`

## Remediation

Upgrade to a patched release:

- `picklescan 0.0.25`
