The PDO adapters in Zend Framework before 1.12.16 do not filer null bytes in SQL statements, which allows remote attackers to execute arbitrary SQL commands via a crafted query.
The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Link | Tags |
---|---|
http://www.openwall.com/lists/oss-security/2015/09/30/8 | mailing list |
http://www.debian.org/security/2015/dsa-3369 | vendor advisory |
http://www.openwall.com/lists/oss-security/2015/10/11/3 | mailing list |
http://www.openwall.com/lists/oss-security/2015/09/30/6 | mailing list |
http://www.securityfocus.com/bid/76784 | vdb entry |
http://framework.zend.com/security/advisory/ZF2015-08 | vendor advisory |