SQL injection vulnerability in Zend Framework before 1.12.9, 2.2.x before 2.2.8, and 2.3.x before 2.3.3, when using the sqlsrv PHP extension, allows remote attackers to execute arbitrary SQL commands via a null byte.
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.securityfocus.com/bid/70011 | vdb entry third party advisory |
http://seclists.org/oss-sec/2014/q4/276 | third party advisory mailing list |
https://bugzilla.redhat.com/show_bug.cgi?id=1151277 | issue tracking third party advisory |
http://framework.zend.com/security/advisory/ZF2014-06 | exploit vendor advisory |