From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 22:31:00 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FD15CAC; Wed, 1 Oct 2014 22:31:00 +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 F187176F; Wed, 1 Oct 2014 22:30:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91MUxiA054146; Wed, 1 Oct 2014 22:30:59 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91MUxaY054061; Wed, 1 Oct 2014 22:30:59 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410012230.s91MUxaY054061@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 1 Oct 2014 22:30:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369780 - 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, 01 Oct 2014 22:31:00 -0000 Author: bdrewery Date: Wed Oct 1 22:30:59 2014 New Revision: 369780 URL: https://svnweb.freebsd.org/changeset/ports/369780 QAT: https://qat.redports.org/buildarchive/r369780/ Log: Document CVE-2014-6277 and CVE-2014-6278 for bash. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Oct 1 22:25:01 2014 (r369779) +++ head/security/vuxml/vuln.xml Wed Oct 1 22:30:59 2014 (r369780) @@ -57,6 +57,34 @@ Notes: --> + + bash -- remote code execution + + + bash + 4.3.25_2 + + + + +

Note that this is different than the public "Shellshock" + issue.

+

Specially crafted environment variables could lead to remote + arbitrary code execution. This was fixed in bash 4.3.27, however + the port was patched with a mitigation in 4.3.25_2.

+ +
+ + http://lcamtuf.blogspot.com/2014/09/bash-bug-apply-unofficial-patch-now.html + CVE-2014-6277 + CVE-2014-6278 + + + 2014-09-27 + 2014-10-01 + +
+ phpMyAdmin -- XSS vulnerabilities