Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2019 18:59:32 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489887 - head/security/vuxml
Message-ID:  <201901101859.x0AIxWoj077569@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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