svn commit: r418154 - head/security/vuxml
Jason Unovitch
junovitch at FreeBSD.org
Thu Jul 7 01:44:25 UTC 2016
Author: junovitch
Date: Thu Jul 7 01:44:23 2016
New Revision: 418154
URL: https://svnweb.freebsd.org/changeset/ports/418154
Log:
Document remote denial of service in quassel
PR: 209218
Security: CVE-2016-4414
Security: https://vuxml.FreeBSD.org/freebsd/7d64d00c-43e3-11e6-ab34-002590263bf5.html
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Wed Jul 6 22:10:14 2016 (r418153)
+++ head/security/vuxml/vuln.xml Thu Jul 7 01:44:23 2016 (r418154)
@@ -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="7d64d00c-43e3-11e6-ab34-002590263bf5">
+ <topic>quassel -- remote denial of service</topic>
+ <affects>
+ <package>
+ <name>quassel</name>
+ <range><lt>0.12.4</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Mitre reports:</p>
+ <blockquote cite="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4414">
+ <p>The onReadyRead function in core/coreauthhandler.cpp in Quassel
+ before 0.12.4 allows remote attackers to cause a denial of service
+ (NULL pointer dereference and crash) via invalid handshake data.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2016-4414</cvename>
+ <url>http://quassel-irc.org/node/129</url>
+ <url>https://github.com/quassel/quassel/commit/e678873</url>
+ <url>http://www.openwall.com/lists/oss-security/2016/04/30/2</url>
+ <url>http://www.openwall.com/lists/oss-security/2016/04/30/4</url>
+ </references>
+ <dates>
+ <discovery>2016-04-24</discovery>
+ <entry>2016-07-07</entry>
+ </dates>
+ </vuln>
+
<vuln vid="e9d1e040-42c9-11e6-9608-20cf30e32f6d">
<topic>apache24 -- X509 Client certificate based authentication can be bypassed when HTTP/2 is used</topic>
<affects>
More information about the svn-ports-all
mailing list