From owner-svn-ports-head@freebsd.org Tue Dec 8 16:21:53 2020 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 5D6404A5797; Tue, 8 Dec 2020 16:21:53 +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) 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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cr56T2FCLz4b3c; Tue, 8 Dec 2020 16:21:53 +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 3FDDB173A9; Tue, 8 Dec 2020 16:21:53 +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 0B8GLrie014324; Tue, 8 Dec 2020 16:21:53 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B8GLqDr014321; Tue, 8 Dec 2020 16:21:52 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202012081621.0B8GLqDr014321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Tue, 8 Dec 2020 16:21:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557296 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 557296 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.34 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: Tue, 08 Dec 2020 16:21:53 -0000 Author: brnrd Date: Tue Dec 8 16:21:52 2020 New Revision: 557296 URL: https://svnweb.freebsd.org/changeset/ports/557296 Log: security/vuxml: Document OpenSSL NULL pointer dereference Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Dec 8 16:21:16 2020 (r557295) +++ head/security/vuxml/vuln.xml Tue Dec 8 16:21:52 2020 (r557296) @@ -58,6 +58,40 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + OpenSSL -- NULL pointer de-reference + + + openssl + 1.0.2,11.1.1i,1 + + + + +

The OpenSSL project reports:

+
+

EDIPARTYNAME NULL pointer de-reference (High)

+

The X.509 GeneralName type is a generic type for representing + different types of names. One of those name types is known as + EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which + compares different instances of a GENERAL_NAME to see if they + are equal or not. This function behaves incorrectly when both + GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer + dereference and a crash may occur leading to a possible denial + of service attack.

+
+ +
+ + https://www.openssl.org/news/secadv/20201208.txt + CVE-2020-1971 + + + 2020-12-08 + 2020-12-08 + +
+ Gitlab -- Multiple vulnerabilities