Skip to content

Commit f2feb20

Browse files
authored
Merge pull request #277 from lzutao/cve-openssl
warn about CVE-2020-1967
2 parents e4ac8b1 + cff4f82 commit f2feb20

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[advisory]
2+
id = "RUSTSEC-0000-0000"
3+
package = "openssl-src"
4+
date = "2020-04-25"
5+
title = "Crash causing Denial of Service attack"
6+
url = "https://www.openssl.org/news/secadv/20200421.txt"
7+
categories = ["denial-of-service"]
8+
description = """
9+
Server or client applications that call the SSL_check_chain() function during or after a TLS 1.3
10+
handshake may crash due to a NULL pointer dereference as a result of incorrect handling of the
11+
"signature_algorithms_cert" TLS extension. The crash occurs if an invalid or unrecognised signature
12+
algorithm is received from the peer. This could be exploited by a malicious peer in a Denial of
13+
Service attack."""
14+
aliases = ["CVE-2020-1967"]
15+
16+
[versions]
17+
patched = [">= 111.9.0+1.1.1g"]
18+
unaffected = ["< 111.6.0+1.1.1d"]

0 commit comments

Comments
 (0)