svn commit: r430685 - head/security/vuxml
Vanilla I. Shu
vanilla at FreeBSD.org
Fri Jan 6 03:43:57 UTC 2017
Author: vanilla
Date: Fri Jan 6 03:43:55 2017
New Revision: 430685
URL: https://svnweb.freebsd.org/changeset/ports/430685
Log:
Document irc/irssi.
PR: 215801
Submitted by: Vladimir Krstulja <vlad-fbsd at acheronmedia.com>
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Fri Jan 6 03:37:08 2017 (r430684)
+++ head/security/vuxml/vuln.xml Fri Jan 6 03:43:55 2017 (r430685)
@@ -58,6 +58,38 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="3d6be69b-d365-11e6-a071-001e67f15f5a">
+ <topic>Irssi -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>irssi</name>
+ <range><lt>0.8.21</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_01.txt">
+ <p>Four vulnerabilities have been located in Irssi</p>
+ <ul>
+ <li>A NULL pointer dereference in the nickcmp function found by Joseph Bisch. (CWE-690)</li>
+ <li>Use after free when receiving invalid nick message (Issue #466, CWE-146)</li>
+ <li>Out of bounds read in certain incomplete control codes found by Joseph Bisch. (CWE-126)</li>
+ <li>Out of bounds read in certain incomplete character sequences found by Hanno Böck and independently by J. Bisch. (CWE-126)</li>
+ </ul>
+ <p>These issues may result in denial of service (remote crash).</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://irssi.org/security/irssi_sa_2017_01.txt</url>
+ </references>
+ <dates>
+ <discovery>2017-01-03</discovery>
+ <entry>2017-01-05</entry>
+ </dates>
+ </vuln>
+
<vuln vid="496160d3-d3be-11e6-ae1b-002590263bf5">
<topic>codeigniter -- multiple vulnerabilities</topic>
<affects>
More information about the svn-ports-head
mailing list