Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2019 18:41:56 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504132 - head/security/vuxml
Message-ID:  <201906131841.x5DIfuSb069885@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Thu Jun 13 18:41:56 2019
New Revision: 504132
URL: https://svnweb.freebsd.org/changeset/ports/504132

Log:
  Add entry for Vim/NeoVim arbitrary code execution

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jun 13 18:32:55 2019	(r504131)
+++ head/security/vuxml/vuln.xml	Thu Jun 13 18:41:56 2019	(r504132)
@@ -58,6 +58,37 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="bbdb9713-8e09-11e9-87bc-002590acae31">
+    <topic>Vim/NeoVim -- Security vulnerability</topic>
+    <affects>
+      <package>
+	<name>vim</name>
+	<name>vim-console</name>
+	<name>vim-tiny</name>
+	<range><lt>8.1.1365</lt></range>
+      </package>
+      <package>
+	<name>neovim</name>
+	<range><lt>0.3.6</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Security releases for Vim/NeoVim:</p>
+	<blockquote cite="https://nvd.nist.gov/vuln/detail/CVE-2019-12735">;
+	  <p>Sandbox escape allows for arbitrary code execution.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://nvd.nist.gov/vuln/detail/CVE-2019-12735</url>;
+    </references>
+    <dates>
+      <discovery>2019-05-22</discovery>
+      <entry>2019-06-13</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="13960f55-8d35-11e9-9ba0-4c72b94353b5">
     <topic>mybb -- vulnerabilities</topic>
     <affects>



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