From owner-svn-ports-head@FreeBSD.ORG Thu Aug 9 15:43:09 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1F68106566B; Thu, 9 Aug 2012 15:43:09 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C9A1D8FC18; Thu, 9 Aug 2012 15:43:09 +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 q79Fh9OR025353; Thu, 9 Aug 2012 15:43:09 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q79Fh94J025351; Thu, 9 Aug 2012 15:43:09 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201208091543.q79Fh94J025351@svn.freebsd.org> From: Wesley Shields Date: Thu, 9 Aug 2012 15:43:09 +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: r302344 - head/security/vuxml X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 09 Aug 2012 15:43:10 -0000 Author: wxs Date: Thu Aug 9 15:43:08 2012 New Revision: 302344 URL: http://svn.freebsd.org/changeset/ports/302344 Log: Document old sudosh buffer overflow. Noticed by: Diego Linke Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Aug 9 14:20:40 2012 (r302343) +++ head/security/vuxml/vuln.xml Thu Aug 9 15:43:08 2012 (r302344) @@ -52,6 +52,42 @@ Note: Please add new entries to the beg --> + + sudosh -- buffer overflow + + + sudosh2 + 1.0.2 + + + sudosh3 + 3.2.0_2 + + + + +

ISS reports:

+
+

sudosh2 and sudosh3 are vulnerable to a stack-based buffer + overflow, caused by improper bounds checking by the replay() + function. By persuading a victim to replay a specially-crafted + recorded sudo session, a local attacker could overflow a buffer + and execute arbitrary code on the system with elevated privileges + or cause the application to crash.

+
+ +
+ + http://xforce.iss.net/xforce/xfdb/55903 + http://secunia.com/advisories/38349 + http://secunia.com/advisories/38292 + + + 2010-01-17 + 2012-08-09 + +
+ FreeBSD -- named(8) DNSSEC validation Denial of Service