You are here
Home > Preporuke > Sigurnosni nedostaci programskog paketa php, phpUnit i php doctrine orm

Sigurnosni nedostaci programskog paketa php, phpUnit i php doctrine orm

  • Detalji os-a: WN7
  • Važnost: IMP
  • Operativni sustavi: L
  • Kategorije: LFE

——————————————————————————–
Fedora Update Notification
FEDORA-2014-6904
2014-05-30 22:50:39
——————————————————————————–

Name : php
Product : Fedora 19
Version : 5.5.13
Release : 3.fc19
URL : http://www.php.net/
Summary : PHP scripting language for creating dynamic web sites
Description :
PHP is an HTML-embedded scripting language. PHP attempts to make it
easy for developers to write dynamically generated web pages. PHP also
offers built-in database integration for several commercial and
non-commercial database management systems, so writing a
database-enabled webpage with PHP is fairly simple. The most common
use of PHP coding is probably as a replacement for CGI scripts.

The php package contains the module (often referred to as mod_php)
which adds support for the PHP language to Apache HTTP Server.

——————————————————————————–
Update Information:

29 May 2014, PHP 5.5.13

CLI server:
* Fixed bug #67079 (Missing MIME types for XML/XSL files). (Anatol)

COM:
* Fixed bug #66431 (Special Character via COM Interface (CP_UTF8)). (Anatol)

Core:
* Fixed bug #65701 (copy() doesn’t work when destination filename is created by tempnam()). (Boro Sitnikovski)
* Fixed bug #67072 (Echoing unserialized “SplFileObject” crash). (Anatol)
* Fixed bug #67245 (usage of memcpy() with overlapping src and dst in zend_exceptions.c). (Bob)
* Fixed bug #67247 (spl_fixedarray_resize integer overflow). (Stas)
* Fixed bug #67249 (printf out-of-bounds read). (Stas)
* Fixed bug #67250 (iptcparse out-of-bounds read). (Stas)
* Fixed bug #67252 (convert_uudecode out-of-bounds read). (Stas)

Curl:
* Fixed bug #64247 (CURLOPT_INFILE doesn’t allow reset). (Mike)

Date:
* Fixed bug #67118 (DateTime constructor crash with invalid data). (Anatol)
* Fixed bug #67251 (date_parse_from_format out-of-bounds read). (Stas)
* Fixed bug #67253 (timelib_meridian_with_check out-of-bounds read). (Stas)

DOM:
* Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset). (Anatol)

Fileinfo:
* Fixed bug #66307 (Fileinfo crashes with powerpoint files). (Anatol)
* Fixed bug #67327 (fileinfo: CDF infinite loop in nelements DoS) (CVE-2014-0238).
* Fixed bug #67328 (fileinfo: fileinfo: numerous file_printf calls resulting in performance degradation) (CVE-2014-0237).

FPM:
* Fixed bug #66908 (php-fpm reload leaks epoll_create() file descriptor). (Julio Pintos)

GD:
* Fixed bug #67248 (imageaffinematrixget missing check of parameters). (Stas)

PCRE:
* Fixed bug #67238 (Ungreedy and min/max quantifier bug, applied patch from the upstream). (Anatol)

Phar:
* Fix bug #64498 ($phar->buildFromDirectory can’t compress file with an accent in its name). (PR #588)

Backported from 5.5.14:
* Fileinfo: Fixed bug #67326 (fileinfo: cdf_read_short_sector insufficient boundary check).
* Core: workaround regression introduce in fix for #67072
* Date: Fixed regression in fix for bug #67118 (constructor can’t be called twice).

——————————————————————————–
ChangeLog:

* Thu Jun 5 2014 Remi Collet <rcollet@redhat.com> 5.5.13-3
– fix regression introduce in fix for #67118
* Tue Jun 3 2014 Remi Collet <remi@fedoraproject.org> 5.5.13-2
– fileinfo: fix insufficient boundary check
– workaround regression introduce in fix for 67072 in
serialize/unzerialize functions
* Fri May 30 2014 Remi Collet <rcollet@redhat.com> 5.5.13-1
– Update to 5.5.13
http://www.php.net/releases/5_5_13.php
* Sat May 3 2014 Remi Collet <rcollet@redhat.com> 5.5.12-1
– Update to 5.5.12
http://www.php.net/releases/5_5_12.php
– php-fpm: change default unix socket permission CVE-2014-0185
* Thu Apr 3 2014 Remi Collet <rcollet@redhat.com> 5.5.11-1
– Update to 5.5.11
http://www.php.net/ChangeLog-5.php#5.5.11
* Thu Mar 6 2014 Remi Collet <rcollet@redhat.com> 5.5.10-1
– Update to 5.5.10
http://www.php.net/ChangeLog-5.php#5.5.10
– php-fpm should own /var/lib/php/session
– fix pcre test results with libpcre < 8.34
* Tue Feb 18 2014 Remi Collet <rcollet@redhat.com> 5.5.9-2
– upstream patch for https://bugs.php.net/66731
* Tue Feb 11 2014 Remi Collet <remi@fedoraproject.org> 5.5.9-1
– Update to 5.5.9
http://www.php.net/ChangeLog-5.php#5.5.9
* Wed Jan 8 2014 Remi Collet <rcollet@redhat.com> 5.5.8-1
– update to 5.5.8
– drop conflicts with other opcode caches as both can
be used only for user data cache
* Wed Dec 11 2013 Remi Collet <rcollet@redhat.com> 5.5.7-1
– update to 5.5.7, fix for CVE-2013-6420
– fix zend_register_functions breaks reflection, php bug 66218
– fix Heap buffer over-read in DateInterval, php bug 66060
– fix fix overflow handling bug in non-x86
* Wed Nov 13 2013 Remi Collet <remi@fedoraproject.org> 5.5.6-1
– update to 5.5.6
* Thu Oct 17 2013 Remi Collet <rcollet@redhat.com> – 5.5.5-1
– update to 5.5.5
* Thu Sep 19 2013 Remi Collet <rcollet@redhat.com> – 5.5.4-1
– update to 5.5.4
* Wed Aug 21 2013 Remi Collet <rcollet@redhat.com> – 5.5.3-1
– update to 5.5.3
* Mon Aug 19 2013 Remi Collet <rcollet@redhat.com> – 5.5.2-1
– update to 5.5.2, fixes for CVE-2011-4718 + CVE-2013-4248
– improve system libzip patch
* Mon Jul 22 2013 Remi Collet <rcollet@redhat.com> – 5.5.1-1
– update to 5.5.1
– add Provides: php(pdo-abi), for consistency with php(api)
and php(zend-abi)
– improved description for mod_php
– fix opcache ZTS configuration (blacklists in /etc/php-zts.d)
– add missing man pages (phar, php-cgi)
* Fri Jul 12 2013 Remi Collet <rcollet@redhat.com> – 5.5.0-2
– add security fix for CVE-2013-4113
– add missing ASL 1.0 license
– 32k stack size seems ok for tests on both 32/64bits build
* Thu Jun 20 2013 Remi Collet <rcollet@redhat.com> 5.5.0-1
– update to 5.5.0 final
* Fri Jun 14 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.11.RC3
– also drop JSON from sources
– clean conditional for JSON (as removed from the sources)
– clean conditional for FPM (always build)
——————————————————————————–
References:

[ 1 ] Bug #1098155 – CVE-2014-0238 file: CDF property info parsing nelements infinite loop
https://bugzilla.redhat.com/show_bug.cgi?id=1098155
[ 2 ] Bug #1098193 – CVE-2014-0237 file: cdf_unpack_summary_info() excessive looping DoS
https://bugzilla.redhat.com/show_bug.cgi?id=1098193
——————————————————————————–

This update can be installed with the “yum” update program. Use
su -c ‘yum update php’ at the command line.
For more information, refer to “Managing Software with yum”,
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
——————————————————————————–
_______________________________________________
package-announce mailing list
package-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-announce

——————————————————————————–
Fedora Update Notification
FEDORA-2014-6901
2014-05-30 22:50:29
——————————————————————————–

Name : php
Product : Fedora 20
Version : 5.5.13
Release : 3.fc20
URL : http://www.php.net/
Summary : PHP scripting language for creating dynamic web sites
Description :
PHP is an HTML-embedded scripting language. PHP attempts to make it
easy for developers to write dynamically generated web pages. PHP also
offers built-in database integration for several commercial and
non-commercial database management systems, so writing a
database-enabled webpage with PHP is fairly simple. The most common
use of PHP coding is probably as a replacement for CGI scripts.

The php package contains the module (often referred to as mod_php)
which adds support for the PHP language to Apache HTTP Server.

——————————————————————————–
Update Information:

29 May 2014, PHP 5.5.13

CLI server:
* Fixed bug #67079 (Missing MIME types for XML/XSL files). (Anatol)

COM:
* Fixed bug #66431 (Special Character via COM Interface (CP_UTF8)). (Anatol)

Core:
* Fixed bug #65701 (copy() doesn’t work when destination filename is created by tempnam()). (Boro Sitnikovski)
* Fixed bug #67072 (Echoing unserialized “SplFileObject” crash). (Anatol)
* Fixed bug #67245 (usage of memcpy() with overlapping src and dst in zend_exceptions.c). (Bob)
* Fixed bug #67247 (spl_fixedarray_resize integer overflow). (Stas)
* Fixed bug #67249 (printf out-of-bounds read). (Stas)
* Fixed bug #67250 (iptcparse out-of-bounds read). (Stas)
* Fixed bug #67252 (convert_uudecode out-of-bounds read). (Stas)

Curl:
* Fixed bug #64247 (CURLOPT_INFILE doesn’t allow reset). (Mike)

Date:
* Fixed bug #67118 (DateTime constructor crash with invalid data). (Anatol)
* Fixed bug #67251 (date_parse_from_format out-of-bounds read). (Stas)
* Fixed bug #67253 (timelib_meridian_with_check out-of-bounds read). (Stas)

DOM:
* Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset). (Anatol)

Fileinfo:
* Fixed bug #66307 (Fileinfo crashes with powerpoint files). (Anatol)
* Fixed bug #67327 (fileinfo: CDF infinite loop in nelements DoS) (CVE-2014-0238).
* Fixed bug #67328 (fileinfo: fileinfo: numerous file_printf calls resulting in performance degradation) (CVE-2014-0237).

FPM:
* Fixed bug #66908 (php-fpm reload leaks epoll_create() file descriptor). (Julio Pintos)

GD:
* Fixed bug #67248 (imageaffinematrixget missing check of parameters). (Stas)

PCRE:
* Fixed bug #67238 (Ungreedy and min/max quantifier bug, applied patch from the upstream). (Anatol)

Phar:
* Fix bug #64498 ($phar->buildFromDirectory can’t compress file with an accent in its name). (PR #588)

Backported from 5.5.14:
* Fileinfo: Fixed bug #67326 (fileinfo: cdf_read_short_sector insufficient boundary check).
* Core: workaround regression introduce in fix for #67072
* Date: Fixed regression in fix for bug #67118 (constructor can’t be called twice).

——————————————————————————–
ChangeLog:

* Thu Jun 5 2014 Remi Collet <rcollet@redhat.com> 5.5.13-3
– fix regression introduce in fix for #67118
* Tue Jun 3 2014 Remi Collet <remi@fedoraproject.org> 5.5.13-2
– fileinfo: fix insufficient boundary check
– workaround regression introduce in fix for 67072 in
serialize/unzerialize functions
* Fri May 30 2014 Remi Collet <rcollet@redhat.com> 5.5.13-1
– Update to 5.5.13
http://www.php.net/releases/5_5_13.php
* Sat May 3 2014 Remi Collet <rcollet@redhat.com> 5.5.12-1
– Update to 5.5.12
http://www.php.net/releases/5_5_12.php
– php-fpm: change default unix socket permission CVE-2014-0185
* Thu Apr 3 2014 Remi Collet <rcollet@redhat.com> 5.5.11-1
– Update to 5.5.11
http://www.php.net/ChangeLog-5.php#5.5.11
* Thu Mar 6 2014 Remi Collet <rcollet@redhat.com> 5.5.10-1
– Update to 5.5.10
http://www.php.net/ChangeLog-5.php#5.5.10
– php-fpm should own /var/lib/php/session and wsdlcache
– fix pcre test results with libpcre < 8.34
* Tue Feb 18 2014 Remi Collet <rcollet@redhat.com> 5.5.9-2
– upstream patch for https://bugs.php.net/66731
* Tue Feb 11 2014 Remi Collet <remi@fedoraproject.org> 5.5.9-1
– Update to 5.5.9
http://www.php.net/ChangeLog-5.php#5.5.9
– Install macros to /usr/lib/rpm/macros.d
* Thu Jan 23 2014 Joe Orton <jorton@redhat.com> – 5.5.8-2
– fix _httpd_mmn expansion in absence of httpd-devel
* Wed Jan 8 2014 Remi Collet <rcollet@redhat.com> 5.5.8-1
– update to 5.5.8
– drop conflicts with other opcode caches as both can
be used only for user data cache
* Wed Dec 11 2013 Remi Collet <rcollet@redhat.com> 5.5.7-1
– update to 5.5.7, fix for CVE-2013-6420
– fix zend_register_functions breaks reflection, php bug 66218
– fix Heap buffer over-read in DateInterval, php bug 66060
– fix fix overflow handling bug in non-x86
——————————————————————————–
References:

[ 1 ] Bug #1098155 – CVE-2014-0238 file: CDF property info parsing nelements infinite loop
https://bugzilla.redhat.com/show_bug.cgi?id=1098155
[ 2 ] Bug #1098193 – CVE-2014-0237 file: cdf_unpack_summary_info() excessive looping DoS
https://bugzilla.redhat.com/show_bug.cgi?id=1098193
——————————————————————————–

This update can be installed with the “yum” update program. Use
su -c ‘yum update php’ at the command line.
For more information, refer to “Managing Software with yum”,
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
——————————————————————————–
_______________________________________________
package-announce mailing list
package-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-announce

——————————————————————————–
Fedora Update Notification
FEDORA-2014-6904
2014-05-30 22:50:39
——————————————————————————–

Name        : php-doctrine-orm
Product     : Fedora 19
Version     : 2.4.2
Release     : 2.fc19
URL         : http://www.doctrine-project.org/projects/orm.html
Summary     : Doctrine Object-Relational-Mapper (ORM)
Description :
Object relational mapper (ORM) for PHP that sits on top of a powerful database
abstraction layer (DBAL). One of its’ key features is the option to write
database queries in a proprietary object oriented SQL dialect called Doctrine
Query Language (DQL), inspired by Hibernate’s HQL. This provides developers
with a powerful alternative to SQL that maintains flexibility without requiring
unnecessary code duplication.

Optional caches (see Doctrine\ORM\Tools\Setup::createConfiguration()):
* APC (php-pecl-apc)
* Memcache (php-pecl-memcache)
* Redis (php-pecl-redis)
* XCache (php-xcache)

——————————————————————————–
Update Information:

29 May 2014, PHP 5.5.13

CLI server:
* Fixed bug #67079 (Missing MIME types for XML/XSL files). (Anatol)

COM:
* Fixed bug #66431 (Special Character via COM Interface (CP_UTF8)). (Anatol)

Core:
* Fixed bug #65701 (copy() doesn’t work when destination filename is created by tempnam()). (Boro Sitnikovski)
* Fixed bug #67072 (Echoing unserialized “SplFileObject” crash). (Anatol)
* Fixed bug #67245 (usage of memcpy() with overlapping src and dst in zend_exceptions.c). (Bob)
* Fixed bug #67247 (spl_fixedarray_resize integer overflow). (Stas)
* Fixed bug #67249 (printf out-of-bounds read). (Stas)
* Fixed bug #67250 (iptcparse out-of-bounds read). (Stas)
* Fixed bug #67252 (convert_uudecode out-of-bounds read). (Stas)

Curl:
* Fixed bug #64247 (CURLOPT_INFILE doesn’t allow reset). (Mike)

Date:
* Fixed bug #67118 (DateTime constructor crash with invalid data). (Anatol)
* Fixed bug #67251 (date_parse_from_format out-of-bounds read). (Stas)
* Fixed bug #67253 (timelib_meridian_with_check out-of-bounds read). (Stas)

DOM:
* Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset). (Anatol)

Fileinfo:
* Fixed bug #66307 (Fileinfo crashes with powerpoint files). (Anatol)
* Fixed bug #67327 (fileinfo: CDF infinite loop in nelements DoS) (CVE-2014-0238).
* Fixed bug #67328 (fileinfo: fileinfo: numerous file_printf calls resulting in performance degradation) (CVE-2014-0237).

FPM:
* Fixed bug #66908 (php-fpm reload leaks epoll_create() file descriptor). (Julio Pintos)

GD:
* Fixed bug #67248 (imageaffinematrixget missing check of parameters). (Stas)

PCRE:
* Fixed bug #67238 (Ungreedy and min/max quantifier bug, applied patch from the upstream). (Anatol)

Phar:
* Fix bug #64498 ($phar->buildFromDirectory can’t compress file with an accent in its name). (PR #588)

Backported from 5.5.14:
* Fileinfo: Fixed bug #67326 (fileinfo: cdf_read_short_sector insufficient boundary check).
* Core: workaround regression introduce in fix for #67072
* Date: Fixed regression in fix for bug #67118 (constructor can’t be called twice).

——————————————————————————–
References:

  [ 1 ] Bug #1098155 – CVE-2014-0238 file: CDF property info parsing nelements infinite loop
        https://bugzilla.redhat.com/show_bug.cgi?id=1098155
  [ 2 ] Bug #1098193 – CVE-2014-0237 file: cdf_unpack_summary_info() excessive looping DoS
        https://bugzilla.redhat.com/show_bug.cgi?id=1098193
——————————————————————————–

This update can be installed with the “yum” update program.  Use
su -c ‘yum update php-doctrine-orm’ at the command line.
For more information, refer to “Managing Software with yum”,
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
——————————————————————————–
_______________________________________________
package-announce mailing list
package-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-announce

——————————————————————————–
Fedora Update Notification
FEDORA-2014-6901
2014-05-30 22:50:29
——————————————————————————–

Name        : php-doctrine-orm
Product     : Fedora 20
Version     : 2.4.2
Release     : 2.fc20
URL         : http://www.doctrine-project.org/projects/orm.html
Summary     : Doctrine Object-Relational-Mapper (ORM)
Description :
Object relational mapper (ORM) for PHP that sits on top of a powerful database
abstraction layer (DBAL). One of its’ key features is the option to write
database queries in a proprietary object oriented SQL dialect called Doctrine
Query Language (DQL), inspired by Hibernate’s HQL. This provides developers
with a powerful alternative to SQL that maintains flexibility without requiring
unnecessary code duplication.

Optional caches (see Doctrine\ORM\Tools\Setup::createConfiguration()):
* APC (php-pecl-apc)
* Memcache (php-pecl-memcache)
* Redis (php-pecl-redis)
* XCache (php-xcache)

——————————————————————————–
Update Information:

29 May 2014, PHP 5.5.13

CLI server:
* Fixed bug #67079 (Missing MIME types for XML/XSL files). (Anatol)

COM:
* Fixed bug #66431 (Special Character via COM Interface (CP_UTF8)). (Anatol)

Core:
* Fixed bug #65701 (copy() doesn’t work when destination filename is created by tempnam()). (Boro Sitnikovski)
* Fixed bug #67072 (Echoing unserialized “SplFileObject” crash). (Anatol)
* Fixed bug #67245 (usage of memcpy() with overlapping src and dst in zend_exceptions.c). (Bob)
* Fixed bug #67247 (spl_fixedarray_resize integer overflow). (Stas)
* Fixed bug #67249 (printf out-of-bounds read). (Stas)
* Fixed bug #67250 (iptcparse out-of-bounds read). (Stas)
* Fixed bug #67252 (convert_uudecode out-of-bounds read). (Stas)

Curl:
* Fixed bug #64247 (CURLOPT_INFILE doesn’t allow reset). (Mike)

Date:
* Fixed bug #67118 (DateTime constructor crash with invalid data). (Anatol)
* Fixed bug #67251 (date_parse_from_format out-of-bounds read). (Stas)
* Fixed bug #67253 (timelib_meridian_with_check out-of-bounds read). (Stas)

DOM:
* Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset). (Anatol)

Fileinfo:
* Fixed bug #66307 (Fileinfo crashes with powerpoint files). (Anatol)
* Fixed bug #67327 (fileinfo: CDF infinite loop in nelements DoS) (CVE-2014-0238).
* Fixed bug #67328 (fileinfo: fileinfo: numerous file_printf calls resulting in performance degradation) (CVE-2014-0237).

FPM:
* Fixed bug #66908 (php-fpm reload leaks epoll_create() file descriptor). (Julio Pintos)

GD:
* Fixed bug #67248 (imageaffinematrixget missing check of parameters). (Stas)

PCRE:
* Fixed bug #67238 (Ungreedy and min/max quantifier bug, applied patch from the upstream). (Anatol)

Phar:
* Fix bug #64498 ($phar->buildFromDirectory can’t compress file with an accent in its name). (PR #588)

Backported from 5.5.14:
* Fileinfo: Fixed bug #67326 (fileinfo: cdf_read_short_sector insufficient boundary check).
* Core: workaround regression introduce in fix for #67072
* Date: Fixed regression in fix for bug #67118 (constructor can’t be called twice).

——————————————————————————–
ChangeLog:

——————————————————————————–
References:

  [ 1 ] Bug #1098155 – CVE-2014-0238 file: CDF property info parsing nelements infinite loop
        https://bugzilla.redhat.com/show_bug.cgi?id=1098155
  [ 2 ] Bug #1098193 – CVE-2014-0237 file: cdf_unpack_summary_info() excessive looping DoS
        https://bugzilla.redhat.com/show_bug.cgi?id=1098193
——————————————————————————–

This update can be installed with the “yum” update program.  Use
su -c ‘yum update php-doctrine-orm’ at the command line.
For more information, refer to “Managing Software with yum”,
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
——————————————————————————–
_______________________________________________
package-announce mailing list
package-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-announce

——————————————————————————–
Fedora Update Notification
FEDORA-2014-6901
2014-05-30 22:50:29
——————————————————————————–

Name        : php-phpunit-PHPUnit-MockObject
Product     : Fedora 20
Version     : 1.2.3
Release     : 4.fc20
URL         : https://github.com/sebastianbergmann/phpunit-mock-objects
Summary     : Mock Object library for PHPUnit
Description :
Mock Object library for PHPUnit

——————————————————————————–
Update Information:

29 May 2014, PHP 5.5.13

CLI server:
* Fixed bug #67079 (Missing MIME types for XML/XSL files). (Anatol)

COM:
* Fixed bug #66431 (Special Character via COM Interface (CP_UTF8)). (Anatol)

Core:
* Fixed bug #65701 (copy() doesn’t work when destination filename is created by tempnam()). (Boro Sitnikovski)
* Fixed bug #67072 (Echoing unserialized “SplFileObject” crash). (Anatol)
* Fixed bug #67245 (usage of memcpy() with overlapping src and dst in zend_exceptions.c). (Bob)
* Fixed bug #67247 (spl_fixedarray_resize integer overflow). (Stas)
* Fixed bug #67249 (printf out-of-bounds read). (Stas)
* Fixed bug #67250 (iptcparse out-of-bounds read). (Stas)
* Fixed bug #67252 (convert_uudecode out-of-bounds read). (Stas)

Curl:
* Fixed bug #64247 (CURLOPT_INFILE doesn’t allow reset). (Mike)

Date:
* Fixed bug #67118 (DateTime constructor crash with invalid data). (Anatol)
* Fixed bug #67251 (date_parse_from_format out-of-bounds read). (Stas)
* Fixed bug #67253 (timelib_meridian_with_check out-of-bounds read). (Stas)

DOM:
* Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset). (Anatol)

Fileinfo:
* Fixed bug #66307 (Fileinfo crashes with powerpoint files). (Anatol)
* Fixed bug #67327 (fileinfo: CDF infinite loop in nelements DoS) (CVE-2014-0238).
* Fixed bug #67328 (fileinfo: fileinfo: numerous file_printf calls resulting in performance degradation) (CVE-2014-0237).

FPM:
* Fixed bug #66908 (php-fpm reload leaks epoll_create() file descriptor). (Julio Pintos)

GD:
* Fixed bug #67248 (imageaffinematrixget missing check of parameters). (Stas)

PCRE:
* Fixed bug #67238 (Ungreedy and min/max quantifier bug, applied patch from the upstream). (Anatol)

Phar:
* Fix bug #64498 ($phar->buildFromDirectory can’t compress file with an accent in its name). (PR #588)

Backported from 5.5.14:
* Fileinfo: Fixed bug #67326 (fileinfo: cdf_read_short_sector insufficient boundary check).
* Core: workaround regression introduce in fix for #67072
* Date: Fixed regression in fix for bug #67118 (constructor can’t be called twice).

——————————————————————————–
ChangeLog:

* Fri May 30 2014 Remi Collet <remi@fedoraproject.org> – 1.2.3-4
– upstream fix for latest PHP (#1103223)
——————————————————————————–
References:

  [ 1 ] Bug #1098155 – CVE-2014-0238 file: CDF property info parsing nelements infinite loop
        https://bugzilla.redhat.com/show_bug.cgi?id=1098155
  [ 2 ] Bug #1098193 – CVE-2014-0237 file: cdf_unpack_summary_info() excessive looping DoS
        https://bugzilla.redhat.com/show_bug.cgi?id=1098193
——————————————————————————–

This update can be installed with the “yum” update program.  Use
su -c ‘yum update php-phpunit-PHPUnit-MockObject’ at the command line.
For more information, refer to “Managing Software with yum”,
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
——————————————————————————–
_______________________________________________
package-announce mailing list
package-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-announce

——————————————————————————–
Fedora Update Notification
FEDORA-2014-6904
2014-05-30 22:50:39
——————————————————————————–

Name        : php-phpunit-PHPUnit-MockObject
Product     : Fedora 19
Version     : 1.2.3
Release     : 4.fc19
URL         : https://github.com/sebastianbergmann/phpunit-mock-objects
Summary     : Mock Object library for PHPUnit
Description :
Mock Object library for PHPUnit

——————————————————————————–
Update Information:

29 May 2014, PHP 5.5.13

CLI server:
* Fixed bug #67079 (Missing MIME types for XML/XSL files). (Anatol)

COM:
* Fixed bug #66431 (Special Character via COM Interface (CP_UTF8)). (Anatol)

Core:
* Fixed bug #65701 (copy() doesn’t work when destination filename is created by tempnam()). (Boro Sitnikovski)
* Fixed bug #67072 (Echoing unserialized “SplFileObject” crash). (Anatol)
* Fixed bug #67245 (usage of memcpy() with overlapping src and dst in zend_exceptions.c). (Bob)
* Fixed bug #67247 (spl_fixedarray_resize integer overflow). (Stas)
* Fixed bug #67249 (printf out-of-bounds read). (Stas)
* Fixed bug #67250 (iptcparse out-of-bounds read). (Stas)
* Fixed bug #67252 (convert_uudecode out-of-bounds read). (Stas)

Curl:
* Fixed bug #64247 (CURLOPT_INFILE doesn’t allow reset). (Mike)

Date:
* Fixed bug #67118 (DateTime constructor crash with invalid data). (Anatol)
* Fixed bug #67251 (date_parse_from_format out-of-bounds read). (Stas)
* Fixed bug #67253 (timelib_meridian_with_check out-of-bounds read). (Stas)

DOM:
* Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset). (Anatol)

Fileinfo:
* Fixed bug #66307 (Fileinfo crashes with powerpoint files). (Anatol)
* Fixed bug #67327 (fileinfo: CDF infinite loop in nelements DoS) (CVE-2014-0238).
* Fixed bug #67328 (fileinfo: fileinfo: numerous file_printf calls resulting in performance degradation) (CVE-2014-0237).

FPM:
* Fixed bug #66908 (php-fpm reload leaks epoll_create() file descriptor). (Julio Pintos)

GD:
* Fixed bug #67248 (imageaffinematrixget missing check of parameters). (Stas)

PCRE:
* Fixed bug #67238 (Ungreedy and min/max quantifier bug, applied patch from the upstream). (Anatol)

Phar:
* Fix bug #64498 ($phar->buildFromDirectory can’t compress file with an accent in its name). (PR #588)

Backported from 5.5.14:
* Fileinfo: Fixed bug #67326 (fileinfo: cdf_read_short_sector insufficient boundary check).
* Core: workaround regression introduce in fix for #67072
* Date: Fixed regression in fix for bug #67118 (constructor can’t be called twice).

——————————————————————————–
ChangeLog:

* Fri May 30 2014 Remi Collet <remi@fedoraproject.org> – 1.2.3-4
– upstream fix for latest PHP (#1103223)
* Sun Aug  4 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> – 1.2.3-3
– Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
——————————————————————————–
References:

  [ 1 ] Bug #1098155 – CVE-2014-0238 file: CDF property info parsing nelements infinite loop
        https://bugzilla.redhat.com/show_bug.cgi?id=1098155
  [ 2 ] Bug #1098193 – CVE-2014-0237 file: cdf_unpack_summary_info() excessive looping DoS
        https://bugzilla.redhat.com/show_bug.cgi?id=1098193
——————————————————————————–

This update can be installed with the “yum” update program.  Use
su -c ‘yum update php-phpunit-PHPUnit-MockObject’ at the command line.
For more information, refer to “Managing Software with yum”,
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
——————————————————————————–
_______________________________________________
package-announce mailing list
package-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-announce

AutorMarko Stanec
Cert idNCERT-REF-2014-06-0042-ADV
CveCERT-CVE-DUMMY
ID izvornikaCERT-ORIGID-DUMMY
ProizvodCERT-DUMMY-PRODUCT
Izvorhttp://www.adobe.com/
Top
More in Preporuke
Sigurnosni nedostatak programskog paketa apt

Otkriven je sigurnosni nedostatak u programskom paketu apt. Otkriveni nedostatak se javlja zbog neispravne provjere potpisa kod preuzimanja paketa s...

Close