---
id: GHSA-537c-gmf6-5ccf
title: Vulnerable OpenSSL included in cryptography wheels
summary: Vulnerable OpenSSL included in cryptography wheels
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'
vendor: cryptography
product: cryptography
ecosystem: pip
affected:
  - 'cryptography >= 0.5.0, < 48.0.1'
patched:
  - cryptography 48.0.1
published: '2026-06-15'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:48.298936410Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-537c-gmf6-5ccf'
references:
  - url: >-
      https://github.com/pyca/cryptography/security/advisories/GHSA-537c-gmf6-5ccf
  - url: 'https://github.com/pyca/cryptography'
  - url: 'https://openssl-library.org/news/secadv/20260609.txt'
  - url: 'https://github.com/advisories/GHSA-537c-gmf6-5ccf'
tags:
  - osv
  - pip
  - ghsa
cwe:
  - CWE-125
  - CWE-1395
ingestedAt: '2026-07-07T15:41:58.673Z'
---

## Overview

pyca/cryptography's wheels include a statically linked copy of OpenSSL. The versions of OpenSSL included in wheels prior to cryptograph 48.01 are vulnerable to a security issue. More details about the vulnerability itself can be found in https://openssl-library.org/news/secadv/20260609.txt.

If you are building cryptography source ("sdist") then you are responsible for upgrading your copy of OpenSSL. Only users installing from wheels built by the cryptography project (i.e., those distributed on PyPI) need to update their cryptography versions.

## Affected packages

- `cryptography >= 0.5.0, < 48.0.1`

## Remediation

Upgrade to a patched release:

- `cryptography 48.0.1`
