Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2018 23:43:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476033 - head/security/vuxml
Message-ID:  <201807312343.w6VNhrLI021537@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jul 31 23:43:53 2018
New Revision: 476033
URL: https://svnweb.freebsd.org/changeset/ports/476033

Log:
  Document rubygem-sinatra vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Jul 31 23:43:11 2018	(r476032)
+++ head/security/vuxml/vuln.xml	Tue Jul 31 23:43:53 2018	(r476033)
@@ -58,6 +58,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="ca05d9da-ac1d-4113-8a05-ffe9cd0d6160">
+    <topic>sinatra -- XSS vulnerability</topic>
+    <affects>
+      <package>
+	<name>rubygem-sinatra</name>
+	<range><ge>2.0.0</ge><lt>2.0.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Sinatra blog:</p>
+	<blockquote cite="http://sinatrarb.com/2018/06/09/sinatra-2.0.2-and-2.0.3.html">;
+	  <p>Sinatra had a critical vulnerability since v2.0.0. The purpose of this
+	    release is to fix CVE-2018-11627.</p>
+	  <p>The vulnerability is that XSS can be executed by using illegal parameters.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://sinatrarb.com/2018/06/09/sinatra-2.0.2-and-2.0.3.html</url>;
+      <url>https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md</url>;
+      <cvename>CVE-2018-11627</cvename>
+    </references>
+    <dates>
+      <discovery>2018-06-09</discovery>
+      <entry>2018-07-31</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="b4f0ad36-94a5-11e8-9007-080027ac955c">
     <topic>mailman -- content spoofing with invalid list names in web UI</topic>
     <affects>



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