From owner-svn-ports-all@FreeBSD.ORG Sun Nov 18 12:46:40 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 93AF19CB; Sun, 18 Nov 2012 12:46:40 +0000 (UTC) (envelope-from jase@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 5E2248FC13; Sun, 18 Nov 2012 12:46:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAICkeIk026652; Sun, 18 Nov 2012 12:46:40 GMT (envelope-from jase@svn.freebsd.org) Received: (from jase@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAICkeTB026646; Sun, 18 Nov 2012 12:46:40 GMT (envelope-from jase@svn.freebsd.org) Message-Id: <201211181246.qAICkeTB026646@svn.freebsd.org> From: Jase Thew Date: Sun, 18 Nov 2012 12:46:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307534 - 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: Sun, 18 Nov 2012 12:46:40 -0000 Author: jase Date: Sun Nov 18 12:46:39 2012 New Revision: 307534 URL: http://svnweb.freebsd.org/changeset/ports/307534 Log: - Document new vulnerability in irc/weechat and irc/weechat-devel Feature safe: yes Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Nov 18 12:35:05 2012 (r307533) +++ head/security/vuxml/vuln.xml Sun Nov 18 12:46:39 2012 (r307534) @@ -51,6 +51,39 @@ Note: Please add new entries to the beg --> + + weechat -- Arbitrary shell command execution via scripts + + + weechat + 0.3.00.3.9.2 + + + weechat-devel + 20121118 + + + + +

Sebastien Helleu reports:

+
+

Untrusted command for function hook_process could lead to + execution of commands, because of shell expansions.

+

Workaround with a non-patched version: remove/unload all scripts + calling function hook_process (for maximum safety).

+
+ +
+ + http://weechat.org/security/ + https://savannah.nongnu.org/bugs/?37764 + + + 2012-11-15 + 2012-11-18 + +
+ bugzilla -- multiple vulnerabilities