---
id: CVE-2024-12797
aliases:
  - GHSA-79v4-65xg-pq4g
  - PYSEC-2026-1284
title: Vulnerable OpenSSL included in cryptography wheels
summary: Vulnerable OpenSSL included in cryptography wheels
severity: low
vendor: cryptography
product: cryptography
ecosystem: pip
affected:
  - 'cryptography >= 42.0.0, < 44.0.1'
patched:
  - cryptography 44.0.1
published: '2025-02-11'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:22.501671988Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-79v4-65xg-pq4g'
references:
  - url: >-
      https://github.com/pyca/cryptography/security/advisories/GHSA-79v4-65xg-pq4g
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-12797'
  - url: >-
      https://github.com/openssl/openssl/commit/738d4f9fdeaad57660dcba50a619fafced3fd5e9
  - url: >-
      https://github.com/openssl/openssl/commit/798779d43494549b611233f92652f0da5328fbe7
  - url: >-
      https://github.com/openssl/openssl/commit/87ebd203feffcf92ad5889df92f90bb0ee10a699
  - url: 'https://github.com/pyca/cryptography'
  - url: 'https://openssl-library.org/news/secadv/20250211.txt'
  - url: 'http://www.openwall.com/lists/oss-security/2025/02/11/3'
  - url: 'http://www.openwall.com/lists/oss-security/2025/02/11/4'
tags:
  - osv
  - pip
epss: 0.02531
epssPercentile: 0.84232
ingestedAt: '2026-07-08T18:25:46.837Z'
---

## Overview

pyca/cryptography's wheels include a statically linked copy of OpenSSL. The versions of OpenSSL included in cryptography 42.0.0-44.0.0 are vulnerable to a security issue. More details about the vulnerability itself can be found in https://openssl-library.org/news/secadv/20250211.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 >= 42.0.0, < 44.0.1`

## Remediation

Upgrade to a patched release:

- `cryptography 44.0.1`
