summary refs log tree commit diff
path: root/pkgs/development/libraries/openssl
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2020-04-22 01:46:18 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2020-04-22 02:14:44 +0200
commitbb4f46855f596f8ba5814459d5d36c9c94ecb259 (patch)
treea0bd2acd53014fa4c81f45c333fd473a763fd8b2 /pkgs/development/libraries/openssl
parentdabf3f8a0b8a37f2351a3317f22b3701c9fb4262 (diff)
downloadnixpkgs-bb4f46855f596f8ba5814459d5d36c9c94ecb259.tar
nixpkgs-bb4f46855f596f8ba5814459d5d36c9c94ecb259.tar.gz
nixpkgs-bb4f46855f596f8ba5814459d5d36c9c94ecb259.tar.bz2
nixpkgs-bb4f46855f596f8ba5814459d5d36c9c94ecb259.tar.lz
nixpkgs-bb4f46855f596f8ba5814459d5d36c9c94ecb259.tar.xz
nixpkgs-bb4f46855f596f8ba5814459d5d36c9c94ecb259.tar.zst
nixpkgs-bb4f46855f596f8ba5814459d5d36c9c94ecb259.zip
openssl: 1.1.1f → 1.1.1g
Fixes: CVE-2020-1967

Segmentation fault in SSL_check_chain (CVE-2020-1967)
=====================================================

Severity: High

Server or client applications that call the SSL_check_chain() function during or
after a TLS 1.3 handshake may crash due to a NULL pointer dereference as a
result of incorrect handling of the "signature_algorithms_cert" TLS extension.
The crash occurs if an invalid or unrecognised signature algorithm is received
from the peer. This could be exploited by a malicious peer in a Denial of
Service attack.

OpenSSL version 1.1.1d, 1.1.1e, and 1.1.1f are affected by this issue.  This
issue did not affect OpenSSL versions prior to 1.1.1d.

Affected OpenSSL 1.1.1 users should upgrade to 1.1.1g

This issue was found by Bernd Edlinger and reported to OpenSSL on 7th April
2020. It was found using the new static analysis pass being implemented in GCC,
- -fanalyzer. Additional analysis was performed by Matt Caswell and Benjamin
Kaduk.
Diffstat (limited to 'pkgs/development/libraries/openssl')
-rw-r--r--pkgs/development/libraries/openssl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/openssl/default.nix b/pkgs/development/libraries/openssl/default.nix
index d821a6c8f51..43170f25d38 100644
--- a/pkgs/development/libraries/openssl/default.nix
+++ b/pkgs/development/libraries/openssl/default.nix
@@ -155,8 +155,8 @@ in {
   };
 
   openssl_1_1 = common {
-    version = "1.1.1f";
-    sha256 = "186c6bfe6ecfba7a5b48c47f8a1673d0f3b0e5ba2e25602dd23b629975da3f35";
+    version = "1.1.1g";
+    sha256 = "0ikdcc038i7jk8h7asq5xcn8b1xc2rrbc88yfm4hqbz3y5s4gc6x";
     patches = [
       ./1.1/nix-ssl-cert-file.patch