From owner-svn-ports-all@FreeBSD.ORG Wed Jan 16 19:13:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A2E5DAC3; Wed, 16 Jan 2013 19:13:32 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 90E23643; Wed, 16 Jan 2013 19:13:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0GJDWGE025765; Wed, 16 Jan 2013 19:13:32 GMT (envelope-from rea@svn.freebsd.org) Received: (from rea@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0GJDWK8025764; Wed, 16 Jan 2013 19:13:32 GMT (envelope-from rea@svn.freebsd.org) Message-Id: <201301161913.r0GJDWK8025764@svn.freebsd.org> From: Eygene Ryabinkin Date: Wed, 16 Jan 2013 19:13:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310513 - 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.14 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, 16 Jan 2013 19:13:32 -0000 Author: rea Date: Wed Jan 16 19:13:31 2013 New Revision: 310513 URL: http://svnweb.freebsd.org/changeset/ports/310513 Log: VuXML: document buffer overflow in ettercap (CVE-2013-0722) Reviewed by: simon@ Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Jan 16 19:11:43 2013 (r310512) +++ head/security/vuxml/vuln.xml Wed Jan 16 19:13:31 2013 (r310513) @@ -51,6 +51,38 @@ Note: Please add new entries to the beg --> + + ettercap -- buffer overflow in target list parsing + + + ettercap + 0.7.4.1 + 0.7.5 + + + + +

Host target list parsing routine in ettercap + 0.7.4-series prior to 0.7.4.1 and 0.7.5-series + is prone to the stack-based buffer overflow that + may lead to the code execution with the privileges + of the ettercap process.

+

In order to trigger this vulnerability, user or service + that use ettercap should be tricked to pass the crafted list + of targets via the "-j" option.

+ +
+ + CVE-2013-0722 + http://www.exploit-db.com/exploits/23945/ + https://secunia.com/advisories/51731/ + + + 2013-01-07 + 2013-01-16 + +
+ java 7.x -- security manager bypass