From owner-svn-ports-head@freebsd.org Wed Jan 20 00:25:53 2021 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 DE9AC4E3D6B; Wed, 20 Jan 2021 00:25:53 +0000 (UTC) (envelope-from dmgk@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 4DL5sY5jgVz4vqt; Wed, 20 Jan 2021 00:25:53 +0000 (UTC) (envelope-from dmgk@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 A7E717F22; Wed, 20 Jan 2021 00:25:53 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10K0PrAV013778; Wed, 20 Jan 2021 00:25:53 GMT (envelope-from dmgk@FreeBSD.org) Received: (from dmgk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10K0PrNU013777; Wed, 20 Jan 2021 00:25:53 GMT (envelope-from dmgk@FreeBSD.org) Message-Id: <202101200025.10K0PrNU013777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dmgk set sender to dmgk@FreeBSD.org using -f From: Dmitri Goutnik Date: Wed, 20 Jan 2021 00:25:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562103 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: dmgk X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 562103 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: Wed, 20 Jan 2021 00:25:53 -0000 Author: dmgk Date: Wed Jan 20 00:25:52 2021 New Revision: 562103 URL: https://svnweb.freebsd.org/changeset/ports/562103 Log: security/vuxml: Document lang/go vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Jan 19 23:54:51 2021 (r562102) +++ head/security/vuxml/vuln.xml Wed Jan 20 00:25:52 2021 (r562103) @@ -58,6 +58,49 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + go -- cmd/go: packages using cgo can cause arbitrary code execution at build time; crypto/elliptic: incorrect operations on the P-224 curve + + + go + 1.15.7,1 + + + + +

The Go project reports:

+
+

The go command may execute arbitrary code at build time when cgo is + in use on Windows. This may occur when running "go get", or + any other command that builds code. Only users who build untrusted + code (and don't execute it) are affected. In addition to Windows + users, this can also affect Unix users who have "." listed + explicitly in their PATH and are running "go get" or build + commands outside of a module or with module mode disabled.

+
+
+

The P224() Curve implementation can in rare circumstances generate + incorrect outputs, including returning invalid points from + ScalarMult. The crypto/x509 and golang.org/x/crypto/ocsp (but not + crypto/tls) packages support P-224 ECDSA keys, but they are not + supported by publicly trusted certificate authorities. No other + standard library or golang.org/x/crypto package supports or uses the + P-224 curve.

+
+ +
+ + CVE-2021-3115 + http://golang.org/issue/43783 + CVE-2021-3114 + http://golang.org/issue/43786 + + + 2021-01-13 + 2021-01-19 + +
+ cloud-init -- Wrong access permissions of authorized keys