@@ -7,12 +7,28 @@ Master: [.
24
+
25
+ - ** ZF2015-08** : ZF2014-06 uncovered an issue in the sqlsrv adapter provided by
26
+ the framework whereby null bytes were not filtered correctly when generating
27
+ SQL. A reporter discovered the same vulnerability is present in our PDO implementation
28
+ when used with pdo_dblib, and could potentially be applied to other PDO adapters.
29
+ This release contains a patch to properly escape null bytes used in SQL queries
30
+ across all PDO adapters shipped with the framework.
31
+
16
32
See http://framework.zend.com/changelog for full details.
17
33
18
34
NEW FEATURES
0 commit comments