From owner-svn-ports-all@freebsd.org Fri Dec 23 01:29:45 2016 Return-Path: Delivered-To: svn-ports-all@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 A8E9CC8C6E7; Fri, 23 Dec 2016 01:29:45 +0000 (UTC) (envelope-from junovitch@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 5E3CE16A2; Fri, 23 Dec 2016 01:29:45 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBN1TiFH049425; Fri, 23 Dec 2016 01:29:44 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBN1Ti1W049423; Fri, 23 Dec 2016 01:29:44 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201612230129.uBN1Ti1W049423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Fri, 23 Dec 2016 01:29:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429211 - head/security/vuxml X-SVN-Group: ports-head 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.23 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: Fri, 23 Dec 2016 01:29:45 -0000 Author: junovitch Date: Fri Dec 23 01:29:44 2016 New Revision: 429211 URL: https://svnweb.freebsd.org/changeset/ports/429211 Log: Document command execution in vim/neovim via specially crafted files Reported by: ohaur Security: CVE-2016-1248 Security: https://vuxml.FreeBSD.org/freebsd/c11629d3-c8ad-11e6-ae1b-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Dec 23 00:41:12 2016 (r429210) +++ head/security/vuxml/vuln.xml Fri Dec 23 01:29:44 2016 (r429211) @@ -58,6 +58,42 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + vim -- arbitrary command execution + + + vim + vim-lite + 8.0.0056 + + + neovim + 0.1.7 + + + + +

Mitre reports:

+
+

vim before patch 8.0.0056 does not properly validate values for the + 'filetype', 'syntax' and 'keymap' options, which may result in the + execution of arbitrary code if a file with a specially crafted + modeline is opened.

+
+ +
+ + CVE-2016-1248 + 94478 + https://github.com/vim/vim/commit/d0b5138ba4bccff8a744c99836041ef6322ed39a + https://github.com/neovim/neovim/commit/4fad66fbe637818b6b3d6bc5d21923ba72795040 + + + 2016-11-22 + 2016-12-23 + +
+ Pligg CMS -- XSS Vulnerability