From owner-svn-ports-head@freebsd.org Sun Jul 15 15:13:16 2018 Return-Path: Delivered-To: svn-ports-head@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 8A81C10429AE; Sun, 15 Jul 2018 15:13:16 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 389668B5F6; Sun, 15 Jul 2018 15:13:16 +0000 (UTC) (envelope-from eugen@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 172D07A40; Sun, 15 Jul 2018 15:13:16 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6FFDFe1021847; Sun, 15 Jul 2018 15:13:15 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6FFDFZo021846; Sun, 15 Jul 2018 15:13:15 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201807151513.w6FFDFZo021846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Sun, 15 Jul 2018 15:13:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474696 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 474696 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jul 2018 15:13:16 -0000 Author: eugen Date: Sun Jul 15 15:13:15 2018 New Revision: 474696 URL: https://svnweb.freebsd.org/changeset/ports/474696 Log: Document several security defects in the Bouncy Castle Crypto APIs before version 1.60 Obtained from: https://www.bouncycastle.org/latest_releases.html Security: https://vuxml.FreeBSD.org/freebsd/fe93803c-883f-11e8-9f0c-001b216d295b Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jul 15 15:00:50 2018 (r474695) +++ head/security/vuxml/vuln.xml Sun Jul 15 15:13:15 2018 (r474696) @@ -58,6 +58,37 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Several Security Defects in the Bouncy Castle Crypto APIs + + + bouncycastle15 + 1.60 + + + + +

The Legion of the Bouncy Castle reports:

+
+

Release 1.60 is now available for download.

+

CVE-2018-1000180: issue around primality tests for RSA key pair + generation if done using only the low-level API.

+

CVE-2018-1000613: lack of class checking in deserialization + of XMSS/XMSS^MT private keys with BDS state information.

+
+ +
+ + CVE-2018-1000180 + CVE-2018-1000613 + https://www.bouncycastle.org/latest_releases.html + + + 2018-06-30 + 2018-07-15 + +
+ qutebrowser -- Remote code execution due to CSRF