Bugzilla – Bug 1213378
VUL-0: CVE-2023-38325: python-cryptography: mishandles SSH certificates that have critical options.
Last modified: 2023-09-29 11:50:09 UTC
CVE-2023-38325 The cryptography package before 41.0.2 for Python mishandles SSH certificates that have critical options. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-38325 https://www.cve.org/CVERecord?id=CVE-2023-38325 https://github.com/pyca/cryptography/compare/41.0.1...41.0.2 https://github.com/pyca/cryptography/issues/9207 https://github.com/pyca/cryptography/pull/9208 https://pypi.org/project/cryptography/#history
SSHCertificate were added with 40.0.0
The patch is now in ALP