From owner-svn-ports-all@FreeBSD.ORG Fri Oct 31 15:38:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC301841; Fri, 31 Oct 2014 15:38:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E9FB160; Fri, 31 Oct 2014 15:38:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9VFc1hw090023; Fri, 31 Oct 2014 15:38:01 GMT (envelope-from rea@FreeBSD.org) Received: (from rea@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9VFc1S1090022; Fri, 31 Oct 2014 15:38:01 GMT (envelope-from rea@FreeBSD.org) Message-Id: <201410311538.s9VFc1S1090022@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rea set sender to rea@FreeBSD.org using -f From: Eygene Ryabinkin Date: Fri, 31 Oct 2014 15:38:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371856 - 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.18-1 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: Fri, 31 Oct 2014 15:38:01 -0000 Author: rea Date: Fri Oct 31 15:38:00 2014 New Revision: 371856 URL: https://svnweb.freebsd.org/changeset/ports/371856 QAT: https://qat.redports.org/buildarchive/r371856/ Log: VuXML: document remote Perl code execution in TWiki Crafted GET parameter "debugenableplugins" can be used to trigger code execution, http://twiki.org/cgi-bin/view/Codev/SecurityAlert-CVE-2014-7236 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Oct 31 15:37:05 2014 (r371855) +++ head/security/vuxml/vuln.xml Fri Oct 31 15:38:00 2014 (r371856) @@ -57,6 +57,42 @@ Notes: --> + + twiki -- remote Perl code execution + + + twiki + 5.1.4_1,1 + + + + +

TWiki developers report:

+
+

The debugenableplugins request parameter allows arbitrary + Perl code execution.

+

Using an HTTP GET request towards a TWiki server, + add a specially crafted debugenableplugins request parameter + to TWiki's view script (typically port 80/TCP). + Prior authentication may or may not be necessary.

+

A remote attacker can execute arbitrary Perl code + to view and modify any file the webserver user has access to.

+

Example: http://www.example.com/do/view/Main/WebHome?debugenableplugins=BackupRestorePlugin%3bprint("Content-Type:text/html\r\n\r\nVulnerable!")%3bexit

+

The TWiki site is vulnerable if you see a page with text + "Vulnerable!".

+
+ +
+ + CVE-2014-7236 + http://twiki.org/cgi-bin/view/Codev/SecurityAlert-CVE-2014-7236 + + + 2014-10-09 + 2014-10-31 + +
+ jenkins -- slave-originated arbitrary code execution on master servers