From owner-svn-ports-head@freebsd.org Tue Dec 19 02:15:18 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9DF9E9FC58; Tue, 19 Dec 2017 02:15:18 +0000 (UTC) (envelope-from swills@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 mx1.freebsd.org (Postfix) with ESMTPS id A39EC7DBF2; Tue, 19 Dec 2017 02:15:18 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBJ2FHpW039601; Tue, 19 Dec 2017 02:15:17 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBJ2FHdO039599; Tue, 19 Dec 2017 02:15:17 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201712190215.vBJ2FHdO039599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 19 Dec 2017 02:15:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456699 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 456699 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.25 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, 19 Dec 2017 02:15:19 -0000 Author: swills Date: Tue Dec 19 02:15:17 2017 New Revision: 456699 URL: https://svnweb.freebsd.org/changeset/ports/456699 Log: Document ruby issue Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Dec 19 00:54:26 2017 (r456698) +++ head/security/vuxml/vuln.xml Tue Dec 19 02:15:17 2017 (r456699) @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + ruby -- Command injection vulnerability in Net::FTP + + + ruby + 2.2.0,12.2.9,1 + 2.3.0,12.3.6,1 + 2.4.0,12.4.3,1 + + + + +

Etienne Stalmans from the Heroku product security team reports:

+
+

There is a command injection vulnerability in Net::FTP bundled with Ruby.

+

Net::FTP#get, getbinaryfile, gettextfile, put, putbinaryfile, and puttextfile use Kernel#open to open a local file. If the localfile argument starts with the pipe character "|", the command following the pipe character is executed. The default value of localfile is File.basename(remotefile), so malicious FTP servers could cause arbitrary command execution.

+
+ +
+ + https://www.ruby-lang.org/en/news/2017/12/14/net-ftp-command-injection-cve-2017-17405/ + CVE-2017-17405 + + + 2017-12-14 + 2017-12-14 + +
+ rubygem-passenger -- arbitrary file read vulnerability