---
id: CVE-2025-10156
title: >-
  An Improper Handling of Exceptional Conditions vulnerability in the ZIP
  archive scanning component of mmaitre314 picklescan allows a remote attacker
  to bypass security scans
summary: >-
  An Improper Handling of Exceptional Conditions vulnerability in the ZIP
  archive scanning component of mmaitre314 picklescan allows a remote attacker
  to bypass security scans. This is achieved by crafting a ZIP archive
  containing a file w…
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'
cwe:
  - CWE-755
vendor: mmaitre314
product: picklescan
affected:
  - picklescan < 0.0.31
patched:
  - picklescan 0.0.31
published: '2025-09-17'
updated: '2026-09-26'
sourceUpdated: '2026-09-26T00:10:00.127'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2025-10156'
references:
  - url: >-
      https://github.com/mmaitre314/picklescan/blob/v0.0.29/src/picklescan/relaxed_zipfile.py#L35
    label: reefs@jfrog.com
  - url: >-
      https://github.com/mmaitre314/picklescan/security/advisories/GHSA-mjqp-26hc-grxg
    label: reefs@jfrog.com
  - url: >-
      https://huggingface.co/jinaai/jina-embeddings-v2-base-en/resolve/main/pytorch_model.bin?download=true
    label: reefs@jfrog.com
  - url: 'https://huggingface.co/jinaai/jina-embeddings-v2-base-en/tree/main'
    label: reefs@jfrog.com
tags:
  - nvd
epss: 0.01481
epssPercentile: 0.72857
ingestedAt: '2026-09-26T00:22:39.925Z'
---

## Overview

An Improper Handling of Exceptional Conditions vulnerability in the ZIP archive scanning component of mmaitre314 picklescan allows a remote attacker to bypass security scans. This is achieved by crafting a ZIP archive containing a file with a bad Cyclic Redundancy Check (CRC), which causes the scanner to halt and fail to analyze the contents for malicious pickle files. When the file incorrectly considered safe is loaded, it can lead to the execution of malicious code.

## Affected

- `picklescan < 0.0.31`

## Remediation

Upgrade past the affected range:

- `picklescan 0.0.31`
