From owner-svn-ports-head@freebsd.org Fri Dec 20 15:04:42 2019 Return-Path: Delivered-To: svn-ports-head@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 C50161DBC19; Fri, 20 Dec 2019 15:04:42 +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 47fX8p4hMFz43bS; Fri, 20 Dec 2019 15:04:42 +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 97D53813; Fri, 20 Dec 2019 15:04:42 +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 xBKF4gR6072514; Fri, 20 Dec 2019 15:04:42 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBKF4glc072513; Fri, 20 Dec 2019 15:04:42 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201912201504.xBKF4glc072513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 20 Dec 2019 15:04:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520513 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 520513 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.29 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: Fri, 20 Dec 2019 15:04:42 -0000 Author: brnrd Date: Fri Dec 20 15:04:41 2019 New Revision: 520513 URL: https://svnweb.freebsd.org/changeset/ports/520513 Log: security/vuxml: Document OpenSSL 1.0.2 vuln Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Dec 20 14:54:08 2019 (r520512) +++ head/security/vuxml/vuln.xml Fri Dec 20 15:04:41 2019 (r520513) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + OpenSSL -- Overflow vulnerability + + + openssl + 1.0.2u,1 + + + + +

The OpenSSL project reports:

+
+

rsaz_512_sqr overflow bug on x86_64 (CVE-2019-1551) (Low)
+ There is an overflow bug in the x64_64 Montgomery squaring procedure + used in exponentiation with 512-bit moduli. No EC algorithms are + affected. Analysis suggests that attacks against 2-prime RSA1024, + 3-prime RSA1536, and DSA1024 as a result of this defect would be very + difficult to perform and are not believed likely. Attacks against + DH512 are considered just feasible. However, for an attack the target + would have to re-use the DH512 private key, which is not recommended + anyway. Also applications directly using the low level API BN_mod_exp + may be affected if they use BN_FLG_CONSTTIME.

+
+ +
+ + https://www.openssl.org/news/secadv/20191206.txt + CVE-2019-1551 + + + 2019-12-06 + 2019-12-20 + +
+ spamassassin -- multiple vulnerabilities