From owner-svn-ports-head@freebsd.org Sun Dec 2 15:40:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33F3D1325C66; Sun, 2 Dec 2018 15:40:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC172729A3; Sun, 2 Dec 2018 15:40:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2D7D393C; Sun, 2 Dec 2018 15:40:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FeW41091504; Sun, 2 Dec 2018 15:40:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FeVLA091503; Sun, 2 Dec 2018 15:40:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021540.wB2FeVLA091503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 2 Dec 2018 15:40:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486465 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 486465 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DC172729A3 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:40:35 -0000 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.) --> + + Rails -- Active Job vulnerability + + + rubygem-activejob4 + 4.2.11 + + + rubygem-activejob5 + 5.1.6.1 + + + rubygem-activejob50 + 5.0.7.1 + + + + +

Ruby on Rails blog:

+
+

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

+

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.

+
+ +
+ + https://weblog.rubyonrails.org/2018/11/27/Rails-4-2-5-0-5-1-5-2-have-been-released/ + CVE-2018-16476 + + + 2018-11-27 + 2018-12-02 + +
+ uriparser -- Multiple vulnerabilities