Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:pypi/cryptography@41.0.0
purl pkg:pypi/cryptography@41.0.0
Next non-vulnerable version 46.0.5
Latest non-vulnerable version 46.0.7
Risk 4.0
Vulnerabilities affecting this package (9)
Vulnerability Summary Fixed by
VCID-48jq-1u5d-tkan
Aliases:
CVE-2023-49083
GHSA-jfhm-5ghh-2f97
PYSEC-2023-254
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Calling `load_pem_pkcs7_certificates` or `load_der_pkcs7_certificates` could lead to a NULL-pointer dereference and segfault. Exploitation of this vulnerability poses a serious risk of Denial of Service (DoS) for any application attempting to deserialize a PKCS7 blob/certificate. The consequences extend to potential disruptions in system availability and stability. This vulnerability has been patched in version 41.0.6.
41.0.6
Affected by 5 other vulnerabilities.
VCID-av98-fhpr-tkhh
Aliases:
CVE-2023-38325
GHSA-cf7p-gm2m-833m
PYSEC-2023-112
The cryptography package before 41.0.2 for Python mishandles SSH certificates that have critical options.
41.0.2
Affected by 8 other vulnerabilities.
VCID-f44c-ygbw-bufn
Aliases:
CVE-2026-26007
GHSA-r6ph-v2qm-q3c2
cryptography Vulnerable to a Subgroup Attack Due to Missing Subgroup Validation for SECT Curves ## Vulnerability Summary The `public_key_from_numbers` (or `EllipticCurvePublicNumbers.public_key()`), `EllipticCurvePublicNumbers.public_key()`, `load_der_public_key()` and `load_pem_public_key()` functions do not verify that the point belongs to the expected prime-order subgroup of the curve. This missing validation allows an attacker to provide a public key point `P` from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as `S = [victim_private_key]P` via ECDH, this leaks information about `victim_private_key mod (small_subgroup_order)`. For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this. ## Credit This vulnerability was discovered by: - XlabAI Team of Tencent Xuanwu Lab - Atuin Automated Vulnerability Discovery Engine
46.0.5
Affected by 0 other vulnerabilities.
VCID-g772-pn9e-7ufv
Aliases:
CVE-2024-26130
GHSA-6vqw-3v5j-54x4
PYSEC-2024-225
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if `pkcs12.serialize_key_and_certificates` is called with both a certificate whose public key did not match the provided private key and an `encryption_algorithm` with `hmac_hash` set (via `PrivateFormat.PKCS12.encryption_builder().hmac_hash(...)`, then a NULL pointer dereference would occur, crashing the Python process. This has been resolved in version 42.0.4, the first version in which a `ValueError` is properly raised.
42.0.4
Affected by 3 other vulnerabilities.
VCID-hpev-apm4-sqfw
Aliases:
CVE-2024-0727
GHSA-9v9h-cgj8-h64p
Null pointer dereference in PKCS12 parsing Issue summary: Processing a maliciously formatted PKCS12 file may lead OpenSSL to crash leading to a potential Denial of Service attack Impact summary: Applications loading files in the PKCS12 format from untrusted sources might terminate abruptly. A file in PKCS12 format can contain certificates and keys and may come from an untrusted source. The PKCS12 specification allows certain fields to be NULL, but OpenSSL does not correctly check for this case. This can lead to a NULL pointer dereference that results in OpenSSL crashing. If an application processes PKCS12 files from an untrusted source using the OpenSSL APIs then that application will be vulnerable to this issue. OpenSSL APIs that are vulnerable to this are: PKCS12_parse(), PKCS12_unpack_p7data(), PKCS12_unpack_p7encdata(), PKCS12_unpack_authsafes() and PKCS12_newpass(). We have also fixed a similar issue in SMIME_write_PKCS7(). However since this function is related to writing data we do not consider it security significant. The FIPS modules in 3.2, 3.1 and 3.0 are not affected by this issue.
42.0.2
Affected by 4 other vulnerabilities.
VCID-npaa-km8e-f3gs
Aliases:
GHSA-jm77-qphf-c4w8
GMS-2023-1898
pyca/cryptography's wheels include vulnerable OpenSSL pyca/cryptography's wheels include a statically linked copy of OpenSSL. The versions of OpenSSL included in cryptography 0.8-41.0.2 is vulnerable to several security issues. More details about the vulnerabilities themselves can be found in https://www.openssl.org/news/secadv/20230731.txt, https://www.openssl.org/news/secadv/20230719.txt, and https://www.openssl.org/news/secadv/20230714.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.
41.0.3
Affected by 7 other vulnerabilities.
VCID-p5vx-kq3j-b3ds
Aliases:
GHSA-h4gh-qq45-vh27
pyca/cryptography has a vulnerable OpenSSL included in cryptography wheels pyca/cryptography's wheels include a statically linked copy of OpenSSL. The versions of OpenSSL included in cryptography 37.0.0-43.0.0 are vulnerable to a security issue. More details about the vulnerability itself can be found in https://openssl-library.org/news/secadv/20240903.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.
43.0.1
Affected by 2 other vulnerabilities.
VCID-r78e-t88x-a3ed
Aliases:
GHSA-v8gr-m533-ghj9
GMS-2023-2474
Vulnerable OpenSSL included in cryptography wheels pyca/cryptography's wheels include a statically linked copy of OpenSSL. The versions of OpenSSL included in cryptography 2.5-41.0.3 is vulnerable to several security issues. More details about the vulnerabilities themselves can be found in https://www.openssl.org/news/secadv/20230908.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.
41.0.4
Affected by 6 other vulnerabilities.
VCID-x7vf-dyab-qbhq
Aliases:
CVE-2023-50782
GHSA-3ww4-gg4f-jr7f
Python Cryptography package vulnerable to Bleichenbacher timing oracle attack A flaw was found in the python-cryptography package. This issue may allow a remote attacker to decrypt captured messages in TLS servers that use RSA key exchanges, which may lead to exposure of confidential or sensitive data.
42.0.0
Affected by 5 other vulnerabilities.
Vulnerabilities fixed by this package (1)
Vulnerability Summary Aliases
VCID-4j5v-k162-tfgd Vulnerable OpenSSL included in cryptography wheels pyca/cryptography's wheels include a statically linked copy of OpenSSL. The versions of OpenSSL included in cryptography 0.5-40.0.2 is vulnerable to a security issue. More details about the vulnerability itself can be found in https://www.openssl.org/news/secadv/20230530.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. GHSA-5cpq-8wj7-hf2v
GMS-2023-1778

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T22:51:43.005758+00:00 GitLab Importer Affected by VCID-g772-pn9e-7ufv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/CVE-2024-26130.yml 38.4.0
2026-04-16T22:49:54.311076+00:00 GitLab Importer Affected by VCID-x7vf-dyab-qbhq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/CVE-2023-50782.yml 38.4.0
2026-04-16T22:48:49.741209+00:00 GitLab Importer Affected by VCID-hpev-apm4-sqfw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/CVE-2024-0727.yml 38.4.0
2026-04-16T22:44:10.883631+00:00 GitLab Importer Affected by VCID-48jq-1u5d-tkan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/CVE-2023-49083.yml 38.4.0
2026-04-16T22:39:08.268013+00:00 GitLab Importer Affected by VCID-r78e-t88x-a3ed https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/GMS-2023-2474.yml 38.4.0
2026-04-16T22:35:27.590298+00:00 GitLab Importer Affected by VCID-npaa-km8e-f3gs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/GMS-2023-1898.yml 38.4.0
2026-04-16T22:34:03.881710+00:00 GitLab Importer Affected by VCID-av98-fhpr-tkhh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/CVE-2023-38325.yml 38.4.0
2026-04-16T22:30:27.238874+00:00 GitLab Importer Fixing VCID-4j5v-k162-tfgd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/GMS-2023-1778.yml 38.4.0
2026-04-12T01:41:28.030367+00:00 GitLab Importer Affected by VCID-f44c-ygbw-bufn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/CVE-2026-26007.yml 38.3.0
2026-04-12T00:25:25.324185+00:00 GitLab Importer Affected by VCID-p5vx-kq3j-b3ds https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/GHSA-h4gh-qq45-vh27.yml 38.3.0
2026-04-12T00:10:42.031880+00:00 GitLab Importer Affected by VCID-g772-pn9e-7ufv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/CVE-2024-26130.yml 38.3.0
2026-04-12T00:09:35.927333+00:00 GitLab Importer Affected by VCID-x7vf-dyab-qbhq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/CVE-2023-50782.yml 38.3.0
2026-04-12T00:08:40.767212+00:00 GitLab Importer Affected by VCID-hpev-apm4-sqfw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/CVE-2024-0727.yml 38.3.0
2026-04-12T00:03:47.843387+00:00 GitLab Importer Affected by VCID-48jq-1u5d-tkan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/CVE-2023-49083.yml 38.3.0
2026-04-11T23:58:35.339691+00:00 GitLab Importer Affected by VCID-r78e-t88x-a3ed https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/GMS-2023-2474.yml 38.3.0
2026-04-11T23:54:36.803856+00:00 GitLab Importer Affected by VCID-npaa-km8e-f3gs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/GMS-2023-1898.yml 38.3.0
2026-04-11T23:53:05.758591+00:00 GitLab Importer Affected by VCID-av98-fhpr-tkhh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/CVE-2023-38325.yml 38.3.0
2026-04-11T23:49:07.443777+00:00 GitLab Importer Fixing VCID-4j5v-k162-tfgd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/GMS-2023-1778.yml 38.3.0
2026-04-03T01:50:22.395794+00:00 GitLab Importer Affected by VCID-f44c-ygbw-bufn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/CVE-2026-26007.yml 38.1.0
2026-04-03T00:33:02.764435+00:00 GitLab Importer Affected by VCID-p5vx-kq3j-b3ds https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/GHSA-h4gh-qq45-vh27.yml 38.1.0
2026-04-03T00:16:18.748630+00:00 GitLab Importer Affected by VCID-g772-pn9e-7ufv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/CVE-2024-26130.yml 38.1.0
2026-04-03T00:14:28.622322+00:00 GitLab Importer Affected by VCID-x7vf-dyab-qbhq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/CVE-2023-50782.yml 38.1.0
2026-04-03T00:13:18.994700+00:00 GitLab Importer Affected by VCID-hpev-apm4-sqfw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/CVE-2024-0727.yml 38.1.0
2026-04-03T00:08:28.508787+00:00 GitLab Importer Affected by VCID-48jq-1u5d-tkan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/CVE-2023-49083.yml 38.1.0
2026-04-03T00:01:38.259140+00:00 GitLab Importer Affected by VCID-r78e-t88x-a3ed https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/GMS-2023-2474.yml 38.1.0
2026-04-02T23:57:44.632774+00:00 GitLab Importer Affected by VCID-npaa-km8e-f3gs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/GMS-2023-1898.yml 38.1.0
2026-04-02T23:56:11.816472+00:00 GitLab Importer Affected by VCID-av98-fhpr-tkhh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/CVE-2023-38325.yml 38.1.0
2026-04-02T23:52:28.489299+00:00 GitLab Importer Fixing VCID-4j5v-k162-tfgd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/GMS-2023-1778.yml 38.1.0
2026-04-02T16:59:33.670152+00:00 GHSA Importer Fixing VCID-4j5v-k162-tfgd https://github.com/advisories/GHSA-5cpq-8wj7-hf2v 38.1.0
2026-04-01T15:16:02.484223+00:00 PyPI Importer Affected by VCID-g772-pn9e-7ufv https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:15:24.879497+00:00 PyPI Importer Affected by VCID-48jq-1u5d-tkan https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:14:25.348239+00:00 PyPI Importer Affected by VCID-av98-fhpr-tkhh https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T12:59:17.245900+00:00 GithubOSV Importer Fixing VCID-4j5v-k162-tfgd https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/06/GHSA-5cpq-8wj7-hf2v/GHSA-5cpq-8wj7-hf2v.json 38.0.0
2026-04-01T12:51:21.167980+00:00 GitLab Importer Fixing VCID-4j5v-k162-tfgd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/cryptography/GMS-2023-1778.yml 38.0.0
2026-04-01T12:49:22.585632+00:00 Pypa Importer Affected by VCID-g772-pn9e-7ufv https://github.com/pypa/advisory-database/blob/main/vulns/cryptography/PYSEC-2024-225.yaml 38.0.0
2026-04-01T12:49:01.396991+00:00 Pypa Importer Affected by VCID-48jq-1u5d-tkan https://github.com/pypa/advisory-database/blob/main/vulns/cryptography/PYSEC-2023-254.yaml 38.0.0
2026-04-01T12:48:28.682559+00:00 Pypa Importer Affected by VCID-av98-fhpr-tkhh https://github.com/pypa/advisory-database/blob/main/vulns/cryptography/PYSEC-2023-112.yaml 38.0.0