svn commit: r559800 - head/security/vuxml

Joseph Mingrone jrm at FreeBSD.org
Fri Jan 1 04:31:38 UTC 2021


Author: jrm
Date: Fri Jan  1 04:31:37 2021
New Revision: 559800
URL: https://svnweb.freebsd.org/changeset/ports/559800

Log:
  Document inspircd vulnerabilitiy
  
  PR:		252291
  Reported by:	Sadie Powell <sadie at witchery.services>

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Jan  1 04:06:33 2021	(r559799)
+++ head/security/vuxml/vuln.xml	Fri Jan  1 04:31:37 2021	(r559800)
@@ -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="53e9efa1-4be7-11eb-8558-3085a9a47796">
+    <topic>InspIRCd websocket module double free vulnerability</topic>
+    <affects>
+      <package>
+	<name>inspircd</name>
+	<range><lt>3.8.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The InspIRCd development team reports:</p>
+	<blockquote cite="https://docs.inspircd.org/security/2020-02/">
+	  <p>The websocket module before v3.8.1 contains a double free
+	  vulnerability. When combined with a HTTP reverse proxy this
+	  vulnerability can be used by any user who is [GKZ]-lined to remotely
+	  crash an InspIRCd server.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://docs.inspircd.org/security/2020-02/</url>
+    </references>
+    <dates>
+      <discovery>2020-02-01</discovery>
+      <entry>2021-01-01</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="fbcba194-ac7d-11ea-8b5e-b42e99a1b9c3">
     <topic>Intel CPU issues</topic>
     <affects>


More information about the svn-ports-head mailing list