]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-35746: Credit Colin Read and Nicolas Edet (GH-11865)
authorVictor Stinner <vstinner@redhat.com>
Sat, 16 Feb 2019 07:23:52 +0000 (08:23 +0100)
committerNed Deily <nad@python.org>
Sat, 16 Feb 2019 07:23:52 +0000 (02:23 -0500)
Add credit for the cert parser vulnerability. Mention also Cisco
TALOS-2018-0758 identifier.

Misc/NEWS.d/next/Security/2019-01-15-18-16-05.bpo-35746.nMSd0j.rst

index dffe347eec846ef61f480d4e9d003ef7a45e8368..fc703b9c2469b3ef85aa81f2fab1f463b815054b 100644 (file)
@@ -1,3 +1,4 @@
 [CVE-2019-5010] Fix a NULL pointer deref in ssl module. The cert parser did
 not handle CRL distribution points with empty DP or URI correctly. A
-malicious or buggy certificate can result into segfault.
+malicious or buggy certificate can result into segfault. Vulnerability
+(TALOS-2018-0758) reported by Colin Read and Nicolas Edet of Cisco.