-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Latest data: Wed Feb 12 08:06:17 UTC 2025
- Loading branch information
1 parent
d945068
commit 331c379
Showing
10 changed files
with
1,371 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
[ | ||
{ | ||
"package": { | ||
"name": "cryptography", | ||
"version": "43.0.1", | ||
"ecosystem": "PyPI" | ||
}, | ||
"dependency_groups": [ | ||
"azure-cli-requirements" | ||
], | ||
"vulnerabilities": [ | ||
{ | ||
"modified": "2025-02-11T21:50:33Z", | ||
"published": "2025-02-11T18:06:42Z", | ||
"schema_version": "1.6.0", | ||
"id": "GHSA-79v4-65xg-pq4g", | ||
"aliases": [ | ||
"CVE-2024-12797" | ||
], | ||
"summary": "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 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.\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.", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"ecosystem": "PyPI", | ||
"name": "cryptography", | ||
"purl": "pkg:pypi/cryptography" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "ECOSYSTEM", | ||
"events": [ | ||
{ | ||
"introduced": "42.0.0" | ||
}, | ||
{ | ||
"fixed": "44.0.1" | ||
} | ||
] | ||
} | ||
], | ||
"versions": [ | ||
"42.0.0", | ||
"42.0.1", | ||
"42.0.2", | ||
"42.0.3", | ||
"42.0.4", | ||
"42.0.5", | ||
"42.0.6", | ||
"42.0.7", | ||
"42.0.8", | ||
"43.0.0", | ||
"43.0.1", | ||
"43.0.3", | ||
"44.0.0" | ||
], | ||
"database_specific": { | ||
"source": "https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/02/GHSA-79v4-65xg-pq4g/GHSA-79v4-65xg-pq4g.json" | ||
} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-79v4-65xg-pq4g" | ||
}, | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12797" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/openssl/openssl/commit/738d4f9fdeaad57660dcba50a619fafced3fd5e9" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/openssl/openssl/commit/798779d43494549b611233f92652f0da5328fbe7" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/openssl/openssl/commit/87ebd203feffcf92ad5889df92f90bb0ee10a699" | ||
}, | ||
{ | ||
"type": "PACKAGE", | ||
"url": "https://github.com/pyca/cryptography" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://openssl-library.org/news/secadv/20250211.txt" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "http://www.openwall.com/lists/oss-security/2025/02/11/3" | ||
} | ||
], | ||
"database_specific": { | ||
"cwe_ids": [ | ||
"CWE-1395", | ||
"CWE-392" | ||
], | ||
"github_reviewed": true, | ||
"github_reviewed_at": "2025-02-11T18:06:42Z", | ||
"nvd_published_at": "2025-02-11T16:15:38Z", | ||
"severity": "LOW" | ||
} | ||
} | ||
], | ||
"groups": [ | ||
{ | ||
"ids": [ | ||
"GHSA-79v4-65xg-pq4g" | ||
], | ||
"aliases": [ | ||
"CVE-2024-12797", | ||
"GHSA-79v4-65xg-pq4g" | ||
], | ||
"max_severity": "" | ||
} | ||
] | ||
} | ||
] |
Oops, something went wrong.