Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2018 13:07:50 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480735 - head/security/vuxml
Message-ID:  <201809261307.w8QD7oVb063644@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lme
Date: Wed Sep 26 13:07:50 2018
New Revision: 480735
URL: https://svnweb.freebsd.org/changeset/ports/480735

Log:
  security/vuxml:
  
  Document wesnoth vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Sep 26 13:04:20 2018	(r480734)
+++ head/security/vuxml/vuln.xml	Wed Sep 26 13:07:50 2018	(r480735)
@@ -58,6 +58,33 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="bad59128-c188-11e8-9d40-f0def10dca57">
+    <topic>wesnoth -- Code Injection vulnerability</topic>
+    <affects>
+      <package>
+	<name>wesnoth</name>
+	<range><ge>1.7.0</ge><lt>1.14.4,1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>shadowm reports:</p>
+	<blockquote cite="https://forums.wesnoth.org/viewtopic.php?t=48528">;
+	  <p>A severe bug was found in the game client which could allow a malicious user to execute arbitrary code through the Lua engine by using specially-crafted code in add-ons, saves, replays, or networked games. This issue affects all platforms and all existing releases since Wesnoth version 1.7.0.
+	  Users of all previous version should upgrade immediately.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-1999023</cvename>
+      <url>https://gist.github.com/shikadiqueen/45951ddc981cf8e0d9a74e4b30400380</url>;
+    </references>
+    <dates>
+      <discovery>2018-07-14</discovery>
+      <entry>2018-09-26</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="e182c076-c189-11e8-a6d2-b499baebfeaf">
     <topic>Apache -- Denial of service vulnerability in HTTP/2</topic>
     <affects>



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