Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jun 2017 00:24:48 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442894 - head/security/vuxml
Message-ID:  <201706080024.v580OmId076773@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Thu Jun  8 00:24:48 2017
New Revision: 442894
URL: https://svnweb.freebsd.org/changeset/ports/442894

Log:
  - Document remote DoS in irc/irssi

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Jun  7 23:45:48 2017	(r442893)
+++ head/security/vuxml/vuln.xml	Thu Jun  8 00:24:48 2017	(r442894)
@@ -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="165e8951-4be0-11e7-a539-0050569f7e80">
+    <topic>irssi -- remote DoS</topic>
+    <affects>
+      <package>
+	<name>irssi</name>
+	<range><lt>1.0.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Joseph Bisch reports:</p>
+	<blockquote cite="https://irssi.org/security/irssi_sa_2017_06.txt">;
+	  <p>When receiving a DCC message without source nick/host, Irssi would
+	    attempt to dereference a NULL pointer.</p>
+	  <p>When receiving certain incorrectly quoted DCC files, Irssi would
+	    try to find the terminating quote one byte before the allocated
+	    memory.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2017-9468</cvename>
+      <cvename>CVE-2017-9469</cvename>
+      <url>https://irssi.org/security/irssi_sa_2017_06.txt</url>;
+    </references>
+    <dates>
+      <discovery>2017-06-06</discovery>
+      <entry>2017-06-08</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="52f4b48b-4ac3-11e7-99aa-e8e0b747a45a">
     <topic>chromium -- multiple vulnerabilities</topic>
     <affects>



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