---
id: GHSA-7f79-rvx6-vxc4
title: 'Duplicate Advisory: Picklescan does not block ctypes'
summary: 'Duplicate Advisory: Picklescan does not block ctypes'
severity: critical
cvss: 9.8
cwe:
  - CWE-184
vendor: picklescan
product: picklescan
ecosystem: pip
affected:
  - picklescan < 0.0.33
patched:
  - picklescan 0.0.33
published: '2026-06-17'
updated: '2026-06-18'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-7f79-rvx6-vxc4'
references:
  - url: >-
      https://github.com/mmaitre314/picklescan/security/advisories/GHSA-4675-36f9-wf6r
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2025-71323'
  - url: >-
      https://www.vulncheck.com/advisories/picklescan-remote-code-execution-via-unblocked-ctypes-module
  - url: 'https://github.com/advisories/GHSA-7f79-rvx6-vxc4'
tags:
  - ghsa
  - pip
ingestedAt: '2026-06-29T14:31:47.204Z'
---

## Overview

### Duplicate Advisory
This advisory has been withdrawn because it is a duplicate of GHSA-4675-36f9-wf6r. This link is maintained to preserve external references.

### Original Description
picklescan before 0.0.33 fails to block the ctypes module, allowing attackers to achieve remote code execution by invoking direct syscalls and accessing raw memory. Attackers can craft malicious pickle files using ctypes.WinDLL to load kernel32.dll and execute arbitrary commands, bypassing sandbox protections and gadget chain detection.

## Affected packages

- `picklescan < 0.0.33`

## Remediation

Upgrade to a patched release:

- `picklescan 0.0.33`
