svn commit: r439344 - head/security/vuxml

Bernard Spil brnrd at FreeBSD.org
Mon Apr 24 20:13:00 UTC 2017


Author: brnrd
Date: Mon Apr 24 20:12:59 2017
New Revision: 439344
URL: https://svnweb.freebsd.org/changeset/ports/439344

Log:
  security/vuxml: Document weechat vulnerability
  
  PR:		218852
  Submitted by:	Jochen Neumeister <joneum at bsdproject.de>

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Apr 24 19:33:00 2017	(r439343)
+++ head/security/vuxml/vuln.xml	Mon Apr 24 20:12:59 2017	(r439344)
@@ -58,6 +58,34 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="81433129-2916-11e7-ad3e-00e04c1ea73d">
+    <topic>weechat -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>weechat</name>
+	<range><lt>1.7.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Common Vulnerabilities and Exposures:</p>
+	<blockquote cite="https://weechat.org/download/security/">
+	  <p>WeeChat before 1.7.1 allows a remote crash by sending a filename via DCC to
+	    the IRC plugin. This occurs in the irc_ctcp_dcc_filename_without_quotes
+	    function during quote removal, with a buffer overflow.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://weechat.org/download/security/</url>
+      <cvename>CVE-2017-8073</cvename>
+    </references>
+    <dates>
+      <discovery>2017-04-23</discovery>
+      <entry>2017-04-24</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="1455c86c-26c2-11e7-9daa-6cf0497db129">
     <topic>drupal8 -- Drupal Core - Critical - Access Bypass</topic>
     <affects>


More information about the svn-ports-head mailing list