svn commit: r410775 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Thu Mar 10 19:50:29 UTC 2016


Author: feld
Date: Thu Mar 10 19:50:28 2016
New Revision: 410775
URL: https://svnweb.freebsd.org/changeset/ports/410775

Log:
  net-im/ricochet: Document vulnerability
  
  PR:		207536

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Mar 10 19:50:12 2016	(r410774)
+++ head/security/vuxml/vuln.xml	Thu Mar 10 19:50:28 2016	(r410775)
@@ -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="d71831ef-e6f8-11e5-85be-14dae9d210b8">
+    <topic>ricochet -- information disclosure</topic>
+    <affects>
+      <package>
+	<name>ricochet</name>
+	<range><lt>1.1.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>special reports:</p>
+	<blockquote cite="https://github.com/ricochet-im/ricochet/releases/tag/v1.1.2">
+	  <p>By sending a nickname with some HTML tags in a contact
+	    request, an attacker could cause Ricochet to make network requests
+	    without Tor after the request is accepted, which would reveal the user's
+	    IP address.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/ricochet-im/ricochet/releases/tag/v1.1.2</url>
+    </references>
+    <dates>
+      <discovery>2016-02-15</discovery>
+      <entry>2016-03-10</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="77e0b631-e6cf-11e5-85be-14dae9d210b8">
     <topic>pidgin-otr -- use after free</topic>
     <affects>


More information about the svn-ports-head mailing list