Arch Linux 752 Published by

Updated OpenSSL and Zziplib packages are available for Arch Linux:

ASA-201804-2: openssl: multiple issues
ASA-201804-3: zziplib: denial of service



ASA-201804-2: openssl: multiple issues

Arch Linux Security Advisory ASA-201804-2
=========================================

Severity: Medium
Date : 2018-04-01
CVE-ID : CVE-2017-3738 CVE-2018-0739
Package : openssl
Type : multiple issues
Remote : Yes
Link : https://security.archlinux.org/AVG-540

Summary
=======

The package openssl before version 1.1.0.h-1 is vulnerable to multiple
issues including denial of service and private key recovery.

Resolution
==========

Upgrade to 1.1.0.h-1.

# pacman -Syu "openssl>=1.1.0.h-1"

The problems have been fixed upstream in version 1.1.0.h.

Workaround
==========

None.

Description
===========

- CVE-2017-3738 (private key recovery)

There is an overflow bug in the AVX2 Montgomery multiplication
procedure used in exponentiation with 1024-bit moduli. No EC algorithms
are affected. Analysis suggests that attacks against RSA and DSA as a
result of this defect would be very difficult to perform and are not
believed likely. Attacks against DH1024 are considered just feasible,
because most of the work necessary to deduce information about a
private key may be performed offline. The amount of resources required
for such an attack would be significant. However, for an attack on TLS
to be meaningful, the server would have to share the DH1024 private key
among multiple clients, which is no longer an option since
CVE-2016-0701.

- CVE-2018-0739 (denial of service)

A stack-exhaustion issue has been found in OpenSSL