From owner-svn-ports-all@FreeBSD.ORG Tue Oct 16 14:26:08 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 7DFF1E07; Tue, 16 Oct 2012 14:26:08 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 431018FC08; Tue, 16 Oct 2012 14:26:08 +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 q9GEQ8Zl057326; Tue, 16 Oct 2012 14:26:08 GMT (envelope-from glarkin@svn.freebsd.org) Received: (from glarkin@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9GEQ7N8057324; Tue, 16 Oct 2012 14:26:07 GMT (envelope-from glarkin@svn.freebsd.org) Message-Id: <201210161426.q9GEQ7N8057324@svn.freebsd.org> From: Greg Larkin Date: Tue, 16 Oct 2012 14:26:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305974 - 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: Tue, 16 Oct 2012 14:26:08 -0000 Author: glarkin Date: Tue Oct 16 14:26:07 2012 New Revision: 305974 URL: http://svn.freebsd.org/changeset/ports/305974 Log: - Document Zend Framework XXE injection vulnerability Feature safe: yes Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Oct 16 14:19:23 2012 (r305973) +++ head/security/vuxml/vuln.xml Tue Oct 16 14:26:07 2012 (r305974) @@ -51,6 +51,41 @@ Note: Please add new entries to the beg --> + + Zend Framework -- Local file disclosure via XXE injection + + + ZendFramework + 1.11.12 + + + + +

K. Gudinavicius reports:

+
+

The XmlRpc package of Zend Framework is vulnerable to XML + eXternal Entity Injection attacks (both server and client). + The SimpleXMLElement class (SimpleXML PHP extension) is used + in an insecure way to parse XML data. External entities can be + specified by adding a specific DOCTYPE element to XML-RPC + requests. By exploiting this vulnerability an application may be + coerced to open arbitrary files and/or TCP connections.

+
+ +
+ + CVE-2012-3363 + https://www.sec-consult.com/files/20120626-0_zend_framework_xxe_injection.txt + http://framework.zend.com/security/advisory/ZF2012-01 + http://www.openwall.com/lists/oss-security/2012/06/26/2 + https://secunia.com/advisories/49665/ + + + 2012-06-26 + 2012-10-16 + +
+ gitolite - path traversal vulnerability