From owner-svn-ports-all@FreeBSD.ORG Wed Sep 24 18:07:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FB51B14; Wed, 24 Sep 2014 18:07:13 +0000 (UTC) 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 D50A12FF; Wed, 24 Sep 2014 18:07:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8OI7C9f013793; Wed, 24 Sep 2014 18:07:12 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8OI7Cjd013792; Wed, 24 Sep 2014 18:07:12 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201409241807.s8OI7Cjd013792@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 24 Sep 2014 18:07:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369192 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 18:07:13 -0000 Author: delphij Date: Wed Sep 24 18:07:12 2014 New Revision: 369192 URL: http://svnweb.freebsd.org/changeset/ports/369192 QAT: https://qat.redports.org/buildarchive/r369192/ Log: Document bash remote code execution vulnerability. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Sep 24 17:52:22 2014 (r369191) +++ head/security/vuxml/vuln.xml Wed Sep 24 18:07:12 2014 (r369192) @@ -57,6 +57,42 @@ Notes: --> + + bash -- remote code execution vulnerability + + + bash + bash-static + 3.03.0.17 + 3.13.1.18 + 3.23.2.52 + 4.04.0.39 + 4.14.1.12 + 4.24.2.48 + 4.34.3.25 + + + + +

Chet Ramey reports:

+
+

Under certain circumstances, bash will execute user code + while processing the environment for exported function + definitions.

+
+ +
+ + CVE-2014-6271 + https://securityblog.redhat.com/2014/09/24/bash-specially-crafted-environment-variables-code-injection-attack/ + https://lists.gnu.org/archive/html/bug-bash/2014-09/msg00081.html + + + 2014-09-24 + 2014-09-24 + +
+ asterisk -- Remotely triggered crash