From owner-svn-ports-all@FreeBSD.ORG Tue Aug 21 20:56:45 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61BA7106566C; Tue, 21 Aug 2012 20:56:45 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4CC988FC08; Tue, 21 Aug 2012 20:56:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7LKujTu004351; Tue, 21 Aug 2012 20:56:45 GMT (envelope-from rea@svn.freebsd.org) Received: (from rea@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7LKuiwn004348; Tue, 21 Aug 2012 20:56:44 GMT (envelope-from rea@svn.freebsd.org) Message-Id: <201208212056.q7LKuiwn004348@svn.freebsd.org> From: Eygene Ryabinkin Date: Tue, 21 Aug 2012 20:56:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302900 - head/security/vuxml X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 21 Aug 2012 20:56:45 -0000 Author: rea Date: Tue Aug 21 20:56:44 2012 New Revision: 302900 URL: http://svn.freebsd.org/changeset/ports/302900 Log: rssh: document arbitrary code execution, CVE-2012-3478 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Aug 21 20:53:02 2012 (r302899) +++ head/security/vuxml/vuln.xml Tue Aug 21 20:56:44 2012 (r302900) @@ -51,6 +51,39 @@ Note: Please add new entries to the beg --> + + rssh -- arbitrary command execution + + + rssh + 2.3.4 + + + + +

Derek Martin (rssh maintainer) reports:

+
+

Henrik Erkkonen has discovered that, through clever + manipulation of environment variables on the ssh command + line, it is possible to circumvent rssh. As far as I can + tell, there is no way to effect a root compromise, except of + course if the root account is the one you're attempting to + protect with rssh...

+
+ +
+ + 53430 + CVE-2012-3478 + http://sourceforge.net/mailarchive/message.php?msg_id=29235647 + + + 2012-05-08 + 2012-08-22 + +
+ libotr -- buffer overflows