From owner-dev-commits-ports-all@freebsd.org Fri Aug 20 03:41:15 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EF10C66FF61; Fri, 20 Aug 2021 03:41:15 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GrS974LPrz4kZV; Fri, 20 Aug 2021 03:41:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 44B63121FC; Fri, 20 Aug 2021 03:41:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17K3fF4J039045; Fri, 20 Aug 2021 03:41:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17K3fFEt039044; Fri, 20 Aug 2021 03:41:15 GMT (envelope-from git) Date: Fri, 20 Aug 2021 03:41:15 GMT Message-Id: <202108200341.17K3fFEt039044@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kyle Evans Subject: git: c03169b92e91 - main - security/vuxml: Document vulnerabilities in java/bouncycastle15 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kevans X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c03169b92e91aaacc83fa3a8e72b1338a9cf37f0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2021 03:41:16 -0000 The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/ports/commit/?id=c03169b92e91aaacc83fa3a8e72b1338a9cf37f0 commit c03169b92e91aaacc83fa3a8e72b1338a9cf37f0 Author: Kyle Evans AuthorDate: 2021-08-20 01:00:06 +0000 Commit: Kyle Evans CommitDate: 2021-08-20 03:40:09 +0000 security/vuxml: Document vulnerabilities in java/bouncycastle15 MFH: 2021Q3 Sponsored by: Modirum MDPay Sponsored by: Klara, Inc. --- security/vuxml/vuln-2021.xml | 62 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index bb82132255ae..dd87d2873b95 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,65 @@ + + bouncycastle15 -- bcrypt password checking vulnerability + + + bouncycastle15 + 1.67 + + + + +

The Bouncy Castle team reports:

+
+

+ The OpenBSDBCrypt.checkPassword utility method compared incorrect + data when checking the password, allowing incorrect passwords to + indicate they were matching with previously hashed ones that were + different. +

+
+ +
+ + CVE-2020-28052 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28052 + + + 2020-11-02 + 2021-08-20 + +
+ + + bouncycastle15 -- EC math vulnerability + + + bouncycastle15 + 1.66 + + + + +

The Bouncy Castle team reports::

+
+

+ Bouncy Castle BC Java before 1.66 has a timing issue within the EC + math library that can expose information about the private key when + an attacker is able to observe timing information for the generation + of multiple deterministic ECDSA signatures. +

+
+ +
+ + CVE-2020-15522 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15522 + + + 2020-07-04 + 2021-08-20 + +
+ binutils -- excessive debug section size can cause excessive memory consumption in bfd's dwarf2.c read_section()