Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Dec 2016 01:29:44 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429211 - head/security/vuxml
Message-ID:  <201612230129.uBN1Ti1W049423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="c11629d3-c8ad-11e6-ae1b-002590263bf5">
+    <topic>vim -- arbitrary command execution</topic>
+    <affects>
+      <package>
+	<name>vim</name>
+	<name>vim-lite</name>
+	<range><lt>8.0.0056</lt></range>
+      </package>
+      <package>
+	<name>neovim</name>
+	<range><lt>0.1.7</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Mitre reports:</p>
+	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1248">;
+	  <p>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.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-1248</cvename>
+      <bid>94478</bid>
+      <url>https://github.com/vim/vim/commit/d0b5138ba4bccff8a744c99836041ef6322ed39a</url>;
+      <url>https://github.com/neovim/neovim/commit/4fad66fbe637818b6b3d6bc5d21923ba72795040</url>;
+    </references>
+    <dates>
+      <discovery>2016-11-22</discovery>
+      <entry>2016-12-23</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="c290f093-c89e-11e6-821e-68f7288bdf41">
     <topic>Pligg CMS -- XSS Vulnerability</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612230129.uBN1Ti1W049423>