From a6d2ec2a8eaec28aef2f4df2511105aab83f2e63 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:01:12 +0000 Subject: [PATCH] Publish GHSA-h4gh-qq45-vh27 --- .../GHSA-h4gh-qq45-vh27.json | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 advisories/github-reviewed/2024/09/GHSA-h4gh-qq45-vh27/GHSA-h4gh-qq45-vh27.json diff --git a/advisories/github-reviewed/2024/09/GHSA-h4gh-qq45-vh27/GHSA-h4gh-qq45-vh27.json b/advisories/github-reviewed/2024/09/GHSA-h4gh-qq45-vh27/GHSA-h4gh-qq45-vh27.json new file mode 100644 index 00000000000..6d60ccbc63f --- /dev/null +++ b/advisories/github-reviewed/2024/09/GHSA-h4gh-qq45-vh27/GHSA-h4gh-qq45-vh27.json @@ -0,0 +1,58 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-h4gh-qq45-vh27", + "modified": "2024-09-03T21:59:48Z", + "published": "2024-09-03T21:59:48Z", + "aliases": [ + + ], + "summary": "pyca/cryptography has a vulnerable OpenSSL included in cryptography wheels", + "details": "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.\n\nIf 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.\n", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "cryptography" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "37.0.0" + }, + { + "fixed": "43.0.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-h4gh-qq45-vh27" + }, + { + "type": "PACKAGE", + "url": "https://github.com/pyca/cryptography" + }, + { + "type": "WEB", + "url": "https://openssl-library.org/news/secadv/20240903.txt" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-1395" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-09-03T21:59:48Z", + "nvd_published_at": null + } +} \ No newline at end of file