---
id: CVE-2025-1716
aliases:
  - PYSEC-2025-19
  - CVE-2025-1889
  - GHSA-655q-fx9r-782v
  - GHSA-769v-p64c-89pr
  - PYSEC-2025-18
title: >-
  picklescan before 0.0.22 only considers standard pickle file extensions in the
  scope for its vulnerability scan. An attacker could craft …
summary: >-
  picklescan before 0.0.22 only considers standard pickle file extensions in the
  scope for its vulnerability scan. An attacker could craft a malicious model
  that uses Pickle and include a malicious pickle file with a non-standard file
  exte…
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
vendor: picklescan
product: picklescan
ecosystem: pip
affected:
  - picklescan < 0.0.22
patched:
  - picklescan 0.0.22
published: '2025-03-03'
updated: '2026-07-09'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/PYSEC-2025-19'
references:
  - url: 'https://sites.google.com/sonatype.com/vulnerabilities/cve-2025-1889'
  - url: 'https://github.com/advisories/GHSA-769v-p64c-89pr'
tags:
  - osv
  - pip
  - exploit-available
epss: 0.01709
epssPercentile: 0.76319
ingestedAt: '2026-07-09T18:56:35.372Z'
exploits:
  github: 2
  githubRepos:
    - 'https://github.com/xp3s/poc_CVE-2025-1716'
    - 'https://github.com/danigil/cve-2025-1716'
  checkedAt: '2026-09-25T08:20:44.599Z'
exploitAvailable: true
---

## Overview

picklescan before 0.0.22 only considers standard pickle file extensions in the scope for its vulnerability scan. An attacker could craft a malicious model that uses Pickle and include a malicious pickle file with a non-standard file extension. Because the malicious pickle file inclusion is not considered as part of the scope of picklescan, the file would pass security checks and appear to be safe, when it could instead prove to be problematic.

## Affected packages

- `picklescan < 0.0.22`

## Remediation

Upgrade to a patched release:

- `picklescan 0.0.22`
