From owner-svn-ports-all@freebsd.org Sat Feb 24 09:14:44 2018 Return-Path: Delivered-To: svn-ports-all@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 C6E48F2572C; Sat, 24 Feb 2018 09:14:44 +0000 (UTC) (envelope-from riggs@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 717E176FC3; Sat, 24 Feb 2018 09:14:44 +0000 (UTC) (envelope-from riggs@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 6AB3E23874; Sat, 24 Feb 2018 09:14:44 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1O9EilD037946; Sat, 24 Feb 2018 09:14:44 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1O9EiVo037943; Sat, 24 Feb 2018 09:14:44 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201802240914.w1O9EiVo037943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 24 Feb 2018 09:14:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462782 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 462782 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Feb 2018 09:14:44 -0000 Author: riggs Date: Sat Feb 24 09:14:43 2018 New Revision: 462782 URL: https://svnweb.freebsd.org/changeset/ports/462782 Log: Document ssh injection vulnerability in devel/cvs PR: 226088 Reported by: fk@fabiankeil.de Security: CVE-2017-12836 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Feb 24 09:07:58 2018 (r462781) +++ head/security/vuxml/vuln.xml Sat Feb 24 09:14:43 2018 (r462782) @@ -58,6 +58,40 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + cvs -- Remote code execution via ssh command injection + + + cvs + 1.20120905_5 + + + + +

Hank Leininger reports:

+
+

Bugs in Git, Subversion, and Mercurial were just announced and patched + which allowed arbitrary local command execution if a malicious name was + used for the remote server, such as starting with - to pass options to + the ssh client: + git clone ssh://-oProxyCommand=some-command... + CVS has a similar problem with the -d option:

+

Tested vanilla CVS 1.12.13, and Gentoo CVS 1.12.12-r11.

+
+ +
+ + http://lists.nongnu.org/archive/html/bug-cvs/2017-08/msg00000.html + https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871810#10 + CVE-2017-12836 + ports/226088 + + + 2017-08-10 + 2018-02-24 + +
+ LibreOffice -- Remote arbitrary file disclosure vulnerability via WEBSERVICE formula