Hi all, 

Following on from the release of 1.12.0 RC1, we are pleased to announce
the availability of 1.12.0.RC2.

This release includes an important security fix for Zend_XmlRpc; if you
are using Zend_XmlRpc, we strongly urge you to upgrade immediately. More
information is included below, under the heading "Security Announcement."

It also contains a small number of additional bug fixes to the 
Zend_Navigation component.


You may download the RC2 from the Downloads section of the website:

    http://framework.zend.com/download/latest

(Note, that the RC releases are under the stable releases.)


Please test this release and report any urgent issues immediately so
that we may correct them in the final release.

Significant changes in Zend Framework 1.12
==========================================

* Addition of Zend_Loader_Autoloader and Zend_Loader_ClassMapAutoloader
* Addition of Zend_EventManager
* Addition of Zend_Http_UserAgent_Features_Adapter_Browscap
* Addition of Zend_Mobile_Push
* Addition of Zend_Gdata_Analytics
* Removal of Zend_Http_UserAgent_Features_Adapter_WurflApi
* Over 200 bug fixes!

For full details please see the announcement for ZF 1.12.0RC1 here:

http://zend-framework-community.634137.n4.nabble.com/Zend-Framework-1-12-0RC1-Released-td4655326.html


Security Announcement
=====================

Zend_XmlRpc is vulnerable to XML eXternal Entity (XXE) Injection
attacks. The SimpleXMLElement class (SimpleXML PHP extension) is used in
an insecure way to parse XML data. External entities can be specified by
adding a specific DOCTYPE element to XML-RPC requests. By exploiting
this vulnerability an application may be coerced to open arbitrary files
and/or TCP connections.

The Request and Response implementations in Zend_XmlRpc were patched to
ensure libxml_disable_entity_loader() is invoked prior to instantiating
any SimpleXML objects. This disables XXE parsing, and thus disables the
attack vector.

This patch has been applied starting in versions 1.11.12 and 1.12.0 of
Zend Framework, and has been ported to the upcoming version 2.0.0
development branch (and will be included starting with the 2.0.0beta5
release).

The Zend Framework team thanks the following for working with us to help
protect its users:

* Johannes Greil
* Kestutis Gudinavicius



Download it today!
==================

We'd appreciate your feedback on this RC. Please download and
test it, and let us know what issues you encounter. You can add new issues
to http://framework.zend.com/issues 



Regards,

Rob…


--
List: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com


Reply via email to