---
id: CVE-2023-23930
aliases:
  - GHSA-5m22-cfq9-86x6
  - PYSEC-2023-196
title: Pickle serialization vulnerable to Deserialization of Untrusted Data
summary: Pickle serialization vulnerable to Deserialization of Untrusted Data
severity: high
cvss: 7.2
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H'
vendor: vantage6
product: vantage6
ecosystem: pip
affected:
  - vantage6 < 4.0.2
patched:
  - vantage6 4.0.2
published: '2023-10-13'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:49:58.459835249Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-5m22-cfq9-86x6'
references:
  - url: >-
      https://github.com/vantage6/vantage6/security/advisories/GHSA-5m22-cfq9-86x6
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2023-23930'
  - url: >-
      https://github.com/vantage6/vantage6/commit/e62f03bacf2247bd59eed217e2e7338c3a01a5f0
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/vantage6/PYSEC-2023-196.yaml
  - url: 'https://github.com/vantage6/vantage6'
  - url: >-
      https://github.com/vantage6/vantage6/blob/0682c4288f43fee5bcc72dc448cdd99bd7e57f76/docs/release_notes.rst#400
  - url: >-
      https://medium.com/ochrona/python-pickle-is-notoriously-insecure-d6651f1974c9
tags:
  - osv
  - pip
epss: 0.00892
epssPercentile: 0.57938
ingestedAt: '2026-09-12T03:13:01.660Z'
---

## Overview

### What
We are using pickle as default serialization module but that has known security issues (see e.g. https://medium.com/ochrona/python-pickle-is-notoriously-insecure-d6651f1974c9). 

In summary, it is not advisable to open Pickles that you create yourself locally. In vantage6, algorithms use pickles to send aggregated data around and to pack algorithm input or output. All of the Python algorithms that use the wrappers with default serialization are therefore vulnerable to this issue.

Solution: we should use JSON instead

### Impact
All users of vantage6 that post tasks with algorithms that use the default serialization. The default serialization is used by default with all algorithm wrappers.

### Patches
Not yet

### Workarounds
Specify JSON serialization



## Affected packages

- `vantage6 < 4.0.2`

## Remediation

Upgrade to a patched release:

- `vantage6 4.0.2`
