From owner-svn-ports-all@freebsd.org Thu Mar 7 19:33:25 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61B44152295B; Thu, 7 Mar 2019 19:33:25 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 07CB26F6AA; Thu, 7 Mar 2019 19:33:25 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EE6AE20456; Thu, 7 Mar 2019 19:33:24 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x27JXOtE023200; Thu, 7 Mar 2019 19:33:24 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x27JXOjj023199; Thu, 7 Mar 2019 19:33:24 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201903071933.x27JXOjj023199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 7 Mar 2019 19:33:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494994 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 494994 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 07CB26F6AA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2019 19:33:25 -0000 Author: brnrd Date: Thu Mar 7 19:33:24 2019 New Revision: 494994 URL: https://svnweb.freebsd.org/changeset/ports/494994 Log: security/vuxml: Document OpenSSL 1.1.1 vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Mar 7 19:30:42 2019 (r494993) +++ head/security/vuxml/vuln.xml Thu Mar 7 19:33:24 2019 (r494994) @@ -58,6 +58,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + OpenSSL -- ChaCha20-Poly1305 nonce vulnerability + + + openssl111 + 1.1.1b_1 + + + + +

The OpenSSL project reports:

+
+

Low: ChaCha20-Poly1305 with long nonces (CVE-2019-1543)

+

ChaCha20-Poly1305 is an AEAD cipher, and requires a unique nonce + input for every encryption operation. RFC 7539 specifies that the nonce + value (IV) should be 96 bits (12 bytes). OpenSSL allows a variable nonce + length and front pads the nonce with 0 bytes if it is less than 12 bytes. + However it also incorrectly allows a nonce to be set of up to 16 bytes. + In this case only the last 12 bytes are significant and any additional + leading bytes are ignored.

+
+ +
+ + https://www.openssl.org/news/secadv/20190306.txt + CVE-2019-1543 + + + 2019-03-06 + 2019-03-07 + +
+ ntp -- Crafted null dereference attack from a trusted source with an authenticated mode 6 packet @@ -573,7 +606,7 @@ Notes: - OpenSSL -- Undisclosed vulnerability + OpenSSL -- Padding oracle vulnerability openssl @@ -603,7 +636,7 @@ Notes: 2019-02-19 2019-02-20 - 2019-02-27 + 2019-03-07