svn commit: r489887 - head/security/vuxml

Danilo G. Baio dbaio at FreeBSD.org
Thu Jan 10 18:59:33 UTC 2019


Author: dbaio
Date: Thu Jan 10 18:59:32 2019
New Revision: 489887
URL: https://svnweb.freebsd.org/changeset/ports/489887

Log:
  security/vuxml: Document irc/irssi issue
  
  Security:	CVE-2019-5882
  
  PR:		234798

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jan 10 17:56:32 2019	(r489886)
+++ head/security/vuxml/vuln.xml	Thu Jan 10 18:59:32 2019	(r489887)
@@ -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="d38bbb79-14f3-11e9-9ce2-28d244aee256">
+    <topic>irssi -- Use after free</topic>
+    <affects>
+      <package>
+	<name>irssi</name>
+	<range><ge>1.1.0,1</ge><lt>1.1.2,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_2019_01.txt">
+	  <p>Use after free when hidden lines were expired from the scroll
+		  buffer. It may affect the stability of Irssi. (CWE-417, CWE-825)</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://irssi.org/security/irssi_sa_2019_01.txt</url>
+      <cvename>CVE-2019-5882</cvename>
+      <freebsdpr>ports/234798</freebsdpr>
+    </references>
+    <dates>
+      <discovery>2019-01-09</discovery>
+      <entry>2019-01-10</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="924bd4f8-11e7-11e9-9fe8-5404a68ad561">
     <topic>uriparser -- Out-of-bounds read</topic>
     <affects>


More information about the svn-ports-head mailing list