pysec-2023-254
Vulnerability from pysec
Published
2023-11-29 19:15
Modified
2024-02-17 07:18
Severity ?
Details
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.
Aliases
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "cryptography", "purl": "pkg:pypi/cryptography" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "f09c261ca10a31fe41b1262306db7f8f1da0e48a" } ], "repo": "https://github.com/pyca/cryptography", "type": "GIT" }, { "events": [ { "introduced": "3.1" }, { "fixed": "41.0.6" } ], "type": "ECOSYSTEM" } ], "versions": [ "3.1", "3.1.1", "3.2", "3.2.1", "3.3", "3.3.1", "3.3.2", "3.4", "3.4.1", "3.4.2", "3.4.3", "3.4.4", "3.4.5", "3.4.6", "3.4.7", "3.4.8", "35.0.0", "36.0.0", "36.0.1", "36.0.2", "37.0.0", "37.0.1", "37.0.2", "37.0.3", "37.0.4", "38.0.0", "38.0.1", "38.0.2", "38.0.3", "38.0.4", "39.0.0", "39.0.1", "39.0.2", "40.0.0", "40.0.1", "40.0.2", "41.0.0", "41.0.1", "41.0.2", "41.0.3", "41.0.4", "41.0.5" ] } ], "aliases": [ "CVE-2023-49083", "GHSA-jfhm-5ghh-2f97" ], "details": "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.", "id": "PYSEC-2023-254", "modified": "2024-02-17T07:18:27.688636+00:00", "published": "2023-11-29T19:15:00+00:00", "references": [ { "type": "EVIDENCE", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-jfhm-5ghh-2f97" }, { "type": "ADVISORY", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-jfhm-5ghh-2f97" }, { "type": "REPORT", "url": "https://github.com/pyca/cryptography/pull/9926" }, { "type": "FIX", "url": "https://github.com/pyca/cryptography/pull/9926" }, { "type": "FIX", "url": "https://github.com/pyca/cryptography/commit/f09c261ca10a31fe41b1262306db7f8f1da0e48a" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMNTYMUGFJSDBYBU22FUYBHFRZODRKXV/" } ], "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ] }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.