svn commit: r445339 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Sat Jul 8 14:15:26 UTC 2017


Author: feld
Date: Sat Jul  8 14:15:24 2017
New Revision: 445339
URL: https://svnweb.freebsd.org/changeset/ports/445339

Log:
  Document irssi vulnerabilities
  
  PR:		220544
  Security:	CVE-2017-10965
  Security:	CVE-2017-10966

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Jul  8 14:09:52 2017	(r445338)
+++ head/security/vuxml/vuln.xml	Sat Jul  8 14:15:24 2017	(r445339)
@@ -58,6 +58,39 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="31001c6b-63e7-11e7-85aa-a4badb2f4699">
+    <topic>irssi -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>irssi</name>
+	<range><lt>1.0.4,1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>irssi reports:</p>
+	<blockquote cite="https://irssi.org/security/irssi_sa_2017_07.txt">
+	  <p>When receiving messages with invalid time stamps, Irssi
+	    would try to dereference a NULL pointer.</p>
+	  <p>While updating the internal nick list, Irssi may
+	    incorrectly use the GHashTable interface and free the nick while
+	    updating it. This will then result in use-after-free conditions on each
+	    access of the hash table.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://irssi.org/security/irssi_sa_2017_07.txt</url>
+      <cvename>CVE-2017-10965</cvename>
+      <cvename>CVE-2017-10966</cvename>
+      <freebsdpr>ports/220544</freebsdpr>
+    </references>
+    <dates>
+      <discovery>2017-07-05</discovery>
+      <entry>2017-07-08</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="b396cf6c-62e6-11e7-9def-b499baebfeaf">
     <topic>oniguruma -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list