From 2e2a14c776aebd71209b6b6872cdfc33fbfe3a28 Mon Sep 17 00:00:00 2001 From: glarkin Date: Fri, 13 May 2011 15:06:00 +0000 Subject: - Document www/zend-framework (potential SQL injection when using PDO_MySQL) Security: http://framework.zend.com/security/advisory/ZF2011-02 --- security/vuxml/vuln.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 9b78454a0616..2c86ae81863f 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,35 @@ Note: Please add new entries to the beginning of this file. --> + + Zend Framework -- potential SQL injection when using PDO_MySql + + + ZendFramework + 1.11.6 + + + + +

The Zend Framework team reports:

+
+

Developers using non-ASCII-compatible encodings in conjunction + with the MySQL PDO driver of PHP may be vulnerable to SQL + injection attacks. Developers using ASCII-compatible encodings + like UTF8 or latin1 are not affected by this PHP issue.

+
+ +
+ + http://framework.zend.com/security/advisory/ZF2011-02 + http://zend-framework-community.634137.n4.nabble.com/Zend-Framework-1-11-6-and-1-10-9-released-td3503741.html + + + 2011-05-06 + 2011-05-13 + +
+ mediawiki -- multiple vulnerabilities -- cgit