ArchLinux: 202006-2: gnutls: man-in-the-middle
Summary
GnuTLS 3.6.x before 3.6.14 uses incorrect cryptography for encrypting a session ticket (a loss of confidentiality in TLS 1.2, and an authentication bypass in TLS 1.3). The earliest affected version is 3.6.4 (2018-09-24) because of an error in a 2018-09-18 commit. Until the first key rotation, the TLS server always uses wrong data in place of an encryption key derived from an application.
Resolution
Upgrade to 3.6.14-1.
# pacman -Syu "gnutls>=3.6.14-1"
The problem has been fixed upstream in version 3.6.14.
References
https://gnutls.org/security-new.html#GNUTLS-SA-2020-06-03 https://gitlab.com/gnutls/gnutls/-/issues/1011 https://gitlab.com/gnutls/gnutls/-/commit/c2646aeee94e71cb15c90a3147cf3b5b0ca158ca?merge_request_iid=1275 https://security.archlinux.org/CVE-2020-13777
Workaround
None.