From owner-svn-ports-all@FreeBSD.ORG Wed Aug 22 20:00:32 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 2C0A11065673; Wed, 22 Aug 2012 20:00:32 +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 F2F688FC1D; Wed, 22 Aug 2012 20:00:31 +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 q7MK0VNd088978; Wed, 22 Aug 2012 20:00:31 GMT (envelope-from rea@svn.freebsd.org) Received: (from rea@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7MK0VUI088976; Wed, 22 Aug 2012 20:00:31 GMT (envelope-from rea@svn.freebsd.org) Message-Id: <201208222000.q7MK0VUI088976@svn.freebsd.org> From: Eygene Ryabinkin Date: Wed, 22 Aug 2012 20:00:31 +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: r302963 - 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: Wed, 22 Aug 2012 20:00:32 -0000 Author: rea Date: Wed Aug 22 20:00:31 2012 New Revision: 302963 URL: http://svn.freebsd.org/changeset/ports/302963 Log: VuXML: document rssh vulnerabilities fixed in version 2.3.3 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Aug 22 19:58:26 2012 (r302962) +++ head/security/vuxml/vuln.xml Wed Aug 22 20:00:31 2012 (r302963) @@ -51,6 +51,41 @@ Note: Please add new entries to the beg --> + + rssh -- configuration restrictions bypass + + + rssh + 2.3.3 + + + + +

Derek Martin (rssh maintainer) reports:

+
+

John Barber reported a problem where, if the system + administrator misconfigures rssh by providing too few access + bits in the configuration file, the user will be given + default permissions (scp) to the entire system, potentially + circumventing any configured chroot. Fixing this required a + behavior change: in the past, using rssh without a config + file would give all users default access to use scp on an + unchrooted system. In order to correct the reported bug, + this feature has been eliminated, and you must now have a + valid configuration file. If no config file exists, all + users will be locked out.

+
+ +
+ + http://www.pizzashack.org/rssh/security.shtml + + + 2010-08-01 + 2012-08-22 + +
+ rssh -- arbitrary command execution