Skip to content
This repository was archived by the owner on May 16, 2018. It is now read-only.

Releases: zendframework/zf1

Zend Framework 1.12.10

14 Jan 19:48
Compare
Choose a tag to compare

Zend Framework 1.12.9

30 Sep 16:22
Compare
Choose a tag to compare

SECURITY UPDATES

  • ZF2014-05: Due to an issue that existed in PHP's LDAP extension, it is
    possible to perform an unauthenticated simple bind against a LDAP server by
    using a null byte for the password, regardless of whether or not the user
    normally requires a password. We have provided a patch in order to protect
    users of unpatched PHP versions (PHP 5.5 <= 5.5.11, PHP 5.4 <= 5.4.27, all
    versions of PHP 5.3 and below). If you use Zend\Ldap and are on an affected
    version of PHP, we recommend upgrading immediately.
  • ZF2014-06: A potential SQL injection vector existed when using a SQL
    Server adapter to manually quote values due to the fact that it was not
    escaping null bytes. Code was added to ensure null bytes are escaped, and
    thus mitigate the SQLi vector. We do not recommend manually quoting values,
    but if you do, and use the SQL Server adapter without PDO, we recommend
    upgrading immediately.

Zend Framework 1.12.8

04 Sep 21:20
Compare
Choose a tag to compare

#418 can introduce potential BC breaks in the presence of complex SQL statements (for instance using SQL sub-functions). To fix this, use Zend_Db_Expr in group(), order(), or from() method calls.