Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2018 15:40:31 +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: r486465 - head/security/vuxml
Message-ID:  <201812021540.wB2FeVLA091503@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec  2 15:40:31 2018
New Revision: 486465
URL: https://svnweb.freebsd.org/changeset/ports/486465

Log:
  Document Rails vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Dec  2 15:40:21 2018	(r486464)
+++ head/security/vuxml/vuln.xml	Sun Dec  2 15:40:31 2018	(r486465)
@@ -58,6 +58,46 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="f96044a2-7df9-414b-9f6b-6e5b85d06c86">
+    <topic>Rails -- Active Job vulnerability</topic>
+    <affects>
+      <package>
+	<name>rubygem-activejob4</name>
+	<range><lt>4.2.11</lt></range>
+      </package>
+      <package>
+	<name>rubygem-activejob5</name>
+	<range><lt>5.1.6.1</lt></range>
+      </package>
+      <package>
+	<name>rubygem-activejob50</name>
+	<range><lt>5.0.7.1</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/2018/11/27/Rails-4-2-5-0-5-1-5-2-have-been-released/">;
+	  <p>Rails 4.2.11, 5.0.7.1, 5.1.6.1 and 5.2.1.1 have been released! These
+	    contain the following important security fixes, and it is recommended
+	    that users upgrade as soon as possible</p>
+	  <p>CVE-2018-16476 Broken Access Control vulnerability in Active Job:
+	    Carefully crafted user input can cause Active Job to deserialize it
+	    using GlobalId and allow an attacker to have access to information that
+	    they should not have.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://weblog.rubyonrails.org/2018/11/27/Rails-4-2-5-0-5-1-5-2-have-been-released/</url>;
+      <cvename>CVE-2018-16476</cvename>
+    </references>
+    <dates>
+      <discovery>2018-11-27</discovery>
+      <entry>2018-12-02</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="3563fae5-f60c-11e8-b513-5404a68ad561">
     <topic>uriparser -- Multiple vulnerabilities</topic>
     <affects>



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