From owner-svn-ports-head@freebsd.org Mon Jul 11 15:31:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D421B9228F; Mon, 11 Jul 2016 15:31:12 +0000 (UTC) (envelope-from tz@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 mx1.freebsd.org (Postfix) with ESMTPS id BF1181EF8; Mon, 11 Jul 2016 15:31:11 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6BFVAl9048564; Mon, 11 Jul 2016 15:31:10 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6BFVAD4048563; Mon, 11 Jul 2016 15:31:10 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201607111531.u6BFVAD4048563@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 11 Jul 2016 15:31:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418386 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 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: Mon, 11 Jul 2016 15:31:12 -0000 Author: tz Date: Mon Jul 11 15:31:10 2016 New Revision: 418386 URL: https://svnweb.freebsd.org/changeset/ports/418386 Log: rubygem-ruby-saml: Document XML signature wrapping attack Security: CVE-2016-5697 Security: https://vuxml.freebsd.org/freebsd/3fcd52b2-4510-11e6-a15f-00248c0c745d.html Approved by: junovitch (mentor) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 11 14:06:44 2016 (r418385) +++ head/security/vuxml/vuln.xml Mon Jul 11 15:31:10 2016 (r418386) @@ -58,6 +58,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + ruby-saml -- XML signature wrapping attack + + + rubygem-ruby-saml + 1.3.0 + + + + +

RubySec reports:

+
+

ruby-saml prior to version 1.3.0 is vulnerable to an XML signature wrapping attack + in the specific scenario where there was a signature that referenced at the same + time 2 elements (but past the scheme validator process since 1 of the element was + inside the encrypted assertion).

+

ruby-saml users must update to 1.3.0, which implements 3 extra validations to + mitigate this kind of attack.

+
+ +
+ + CVE-2016-5697 + http://rubysec.com/advisories/CVE-2016-5697/ + https://github.com/onelogin/ruby-saml/commit/a571f52171e6bfd87db59822d1d9e8c38fb3b995 + + + 2016-06-24 + 2016-07-08 + +
+ quassel -- remote denial of service