From owner-svn-ports-head@FreeBSD.ORG Tue Jun 23 00:13:59 2015 Return-Path: Delivered-To: svn-ports-head@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EA05908; Tue, 23 Jun 2015 00:13:59 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 3AC5177F; Tue, 23 Jun 2015 00:13:59 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5N0DxXh021144; Tue, 23 Jun 2015 00:13:59 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5N0Dwvk021143; Tue, 23 Jun 2015 00:13:58 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506230013.t5N0Dwvk021143@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 23 Jun 2015 00:13:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390347 - 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.20 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: Tue, 23 Jun 2015 00:13:59 -0000 Author: delphij Date: Tue Jun 23 00:13:58 2015 New Revision: 390347 URL: https://svnweb.freebsd.org/changeset/ports/390347 Log: Document rubygem-bson DoS and possible injection vulnerability. PR: 201061 Submitted by: Jason Unovitch Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jun 22 23:43:53 2015 (r390346) +++ head/security/vuxml/vuln.xml Tue Jun 23 00:13:58 2015 (r390347) @@ -57,6 +57,36 @@ Notes: --> + + rubygem-bson -- DoS and possible injection + + + rubygem-bson + 3.0.4 + + + + +

Phill MV reports:

+
+

By submitting a specially crafted string to a service relying on + the bson rubygem, an attacker may trigger denials of service or even + inject data into victim's MongoDB instances.

+
+ +
+ + CVE-2015-4412 + http://www.openwall.com/lists/oss-security/2015/06/06/1 + http://sakurity.com/blog/2015/06/04/mongo_ruby_regexp.html + https://github.com/mongodb/bson-ruby/commit/976da329ff03ecdfca3030eb6efe3c85e6db9999 + + + 2015-06-04 + 2015-06-22 + +
+ php5 -- multiple vulnerabilities