From fc2b1f04c7f37af1b1b43438e8647fc0648c482a Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Tue, 16 Oct 2012 14:26:07 +0000 Subject: [PATCH] - Document Zend Framework XXE injection vulnerability Feature safe: yes --- security/vuxml/vuln.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 89300d46ba8d..2193bdb85c92 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,41 @@ Note: Please add new entries to the beginning of this file. --> + + 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