Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
🐍
🐍 PyPI
Not in CISA KEV
HIGH severity

GHSA-v68g-wm8c-6x7j — transformers

HIGHFix: huggingface/transformers@1d63b0e

GHSA-v68g-wm8c-6x7j is a high-severity (CVSS 7.8) Deserialization of Untrusted Data vulnerability in transformers. 1 public exploit reference exists, so weaponization risk is real. A fix is available for transformers — see the affected versions and patch details below.

transformers has a Deserialization of Untrusted Data vulnerability

Also known asCVE-2023-7018PYSEC-2023-301
Published
Dec 20, 2023
Updated
Nov 22, 2024
Affected
1 pkg
Patched
1 / 1
Exploits
1 known
Exploitation data as of Sep 26, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

EPSS Exploitation Probability

via FIRST.org ↗
0.7%probability of exploitation in next 30 days
Lower Risk0.00%
Lower risk than most CVEs53th percentile — riskier than 53% of all scored CVEsHighest risk

Probability of exploitation in the next 30 days, from FIRST.org EPSS.

How urgent is this, really

GHSA-v68g-wm8c-6x7j by exploitation likelihood (EPSS) against impact (CVSS). Outside the shaded patch-first corner.

Where this sits among everything scored

Of 379,842 CVEs with a current EPSS score, this one falls in the < 10% band (highlighted). Counts from FIRST.org, log-scaled.

Real-World Exposure

1 pkg affected
🐍transformers

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects PyPI packages — download data is not available via public APIs for these ecosystems.

Description

Deserialization of Untrusted Data in GitHub repository huggingface/transformers prior to 4.36.

Affected Packages

1 total 1 fixed
EcosystemPackageVulnerable rangeFix
🐍PyPItransformersall versions4.36.0pip install --upgrade 'transformers==4.36.0'

Affected Products

1 product · 1 configurations
Application
transformershuggingface
< 4.36.0
range
Exploits & PoCs
1

Research use only. For defensive security, authorized penetration testing, and academic research only. Never execute exploit code against systems without explicit written authorization.

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for transformers, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Fix

    Update transformers to 4.36.0 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-v68g-wm8c-6x7j is resolved across your whole dependency graph.

  3. Workarounds

    Do not deserialise data from untrusted sources: where the format allows it, restrict deserialisation to an explicit allowlist of expected types, and prefer a data-only format (JSON, Protobuf) over one that can reconstruct arbitrary objects until you can upgrade.

Frequently Asked Questions

Deserialization of Untrusted Data in GitHub repository huggingface/transformers prior to 4.36.
O3 Security · Impact-Aware SCA

Is GHSA-v68g-wm8c-6x7j in your dependencies?

Find it across PyPI, including transitive dependencies.

GHSA-v68g-wm8c-6x7j: High 7.8 severity | O3 Security