svn commit: r552013 - head/security/vuxml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 10 18:01:57 UTC 2020


Author: sunpoet
Date: Sat Oct 10 18:01:50 2020
New Revision: 552013
URL: https://svnweb.freebsd.org/changeset/ports/552013

Log:
  Document rails vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Oct 10 18:01:44 2020	(r552012)
+++ head/security/vuxml/vuln.xml	Sat Oct 10 18:01:50 2020	(r552013)
@@ -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="95f306a6-0aee-11eb-add4-08002728f74c">
+    <topic>Rails -- Possible XSS vulnerability</topic>
+    <affects>
+      <package>
+	<name>rubygem-actionpack60</name>
+	<range><lt>6.0.3.4</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Ruby on Rails blog:</p>
+	<blockquote cite="https://weblog.rubyonrails.org/2020/10/7/Rails-6-0-3-4-has-been-released/">
+	  <p>Rails version 6.0.3.4 has been released! This version is a security
+	    release and addresses one possible XSS attack vector in Actionable
+	    Exceptions.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://weblog.rubyonrails.org/2020/10/7/Rails-6-0-3-4-has-been-released/</url>
+      <cvename>CVE-2020-8264</cvename>
+    </references>
+    <dates>
+      <discovery>2020-10-07</discovery>
+      <entry>2020-10-10</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="b07bdd3c-0809-11eb-a3a4-0019dbb15b3f">
     <topic>Payara -- path trasversal flaw via either loc/con parameters in Eclipse Mojarra</topic>
     <affects>


More information about the svn-ports-all mailing list