Login
Newsletter
Werbung

Sicherheit: Mehrere Probleme in PHP
Aktuelle Meldungen Distributionen
Name: Mehrere Probleme in PHP
ID: FEDORA-2015-4236
Distribution: Fedora
Plattformen: Fedora 21
Datum: Mo, 30. März 2015, 09:19
Referenzen: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0231
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-2305
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-2331
Applikationen: PHP

Originalnachricht

Name        : php
Product : Fedora 21
Version : 5.6.7
Release : 1.fc21
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:

**19 Mar 2015, PHP 5.6.7**

Core:
* Fixed bug #69174 (leaks when unused inner class use traits precedence).
(Laruence)
* Fixed bug #69139 (Crash in gc_zval_possible_root on unserialize). (Laruence)
* Fixed bug #69121 (Segfault in get_current_user when script owner is not in
passwd with ZTS build). (dan at syneto dot net)
* Fixed bug #65593 (Segfault when calling ob_start from output buffering
callback). (Mike)
* Fixed bug #68986 (pointer returned by php_stream_fopen_temporary_file not
validated in memory.c). (nayana at ddproperty dot com)
* Fixed bug #68166 (Exception with invalid character causes segv). (Rasmus)
* Fixed bug #69141 (Missing arguments in reflection info for some builtin
functions). (kostyantyn dot lysyy at oracle dot com)
* Fixed bug #68976 (Use After Free Vulnerability in unserialize())
(CVE-2015-0231). (Stas)
* Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM configuration
options). (Anatol Belski)
* Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)

CGI:
* Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)

CLI:
* Fixed bug #67741 (auto_prepend_file messes up __LINE__). (Reeze Xia)

cURL:
* Fixed bug #69088 (PHP_MINIT_FUNCTION does not fully initialize cURL on
Win32). (Grant Pannell)
* Add CURLPROXY_SOCKS4A and CURLPROXY_SOCKS5_HOSTNAME constants if supported by
libcurl. (Linus Unneback)

Ereg:
* Fixed bug #69248 (heap overflow vulnerability in regcomp.c) (CVE-2015-2305).
(Stas)

FPM:
* Fixed bug #68822 (request time is reset too early). (honghu069 at 163 dot
com)

ODBC:
* Fixed bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)

Opcache:
* Fixed bug #69159 (Opcache causes problem when passing a variable variable to
a function). (Dmitry, Laruence)
* Fixed bug #69125 (Array numeric string as key). (Laruence)
* Fixed bug #69038 (switch(SOMECONSTANT) misbehaves). (Laruence)

OpenSSL:
* Fixed bug #68912 (Segmentation fault at openssl_spki_new). (Laruence)
* Fixed bug #61285, #68329, #68046, #41631 (encrypted streams don't observe
socket timeouts). (Brad Broerman)
* Fixed bug #68920 (use strict peer_fingerprint input checks) (Daniel Lowrey)
* Fixed bug #68879 (IP Address fields in subjectAltNames not used) (Daniel
Lowrey)
* Fixed bug #68265 (SAN match fails with trailing DNS dot) (Daniel Lowrey)
* Fixed bug #67403 (Add signatureType to openssl_x509_parse) (Daniel Lowrey)
* Fixed bug (#69195 Inconsistent stream crypto values across versions) (Daniel
Lowrey)

pgsql:
* Fixed bug #68638 (pg_update() fails to store infinite values). (william dot
welter at 4linux dot com dot br, Laruence)

Readline:
* Fixed bug #69054 (Null dereference in readline_(read|write)_history() without
parameters). (Laruence)

SOAP:
* Fixed bug #69085 (SoapClient's __call() type confusion through
unserialize()). (andrea dot palazzo at truel dot it, Laruence)

SPL:
* Fixed bug #69108 ("Segmentation fault" when (de)serializing
SplObjectStorage). (Laruence)
* Fixed bug #68557 (RecursiveDirectoryIterator::seek(0) broken after calling
getChildren()). (Julien)

ZIP:
* Fixed bug #69253 (ZIP Integer Overflow leads to writing past heap boundary)
(CVE-2015-2331). (Stas)
-------------------------------------------------------------------------------
-
ChangeLog:

* Fri Mar 20 2015 Remi Collet <remi@fedoraproject.org> 5.6.7-1
- Update to 5.6.7
http://www.php.net/releases/5_6_7.php
* Thu Feb 19 2015 Remi Collet <remi@fedoraproject.org> 5.6.6-1
- Update to 5.6.6
http://www.php.net/releases/5_6_6.php
* Thu Jan 22 2015 Remi Collet <remi@fedoraproject.org> 5.6.5-1
- Update to 5.6.5
http://www.php.net/releases/5_6_5.php
- FPM: enable ACL support for Unix Domain Socket
* Wed Dec 17 2014 Remi Collet <remi@fedoraproject.org> 5.6.4-2
- Update to 5.6.4 (real)
http://www.php.net/releases/5_6_4.php
- php-xmlrpc requires php-xml
* Wed Dec 10 2014 Remi Collet <remi@fedoraproject.org> 5.6.4-1
- Update to 5.6.4
http://www.php.net/releases/5_6_4.php
* Fri Nov 28 2014 Remi Collet <rcollet@redhat.com> 5.6.4-0.1.RC1
- php 5.6.4RC1
* Mon Nov 17 2014 Remi Collet <remi@fedoraproject.org> 5.6.3-4
- FPM: add upstream patch for https://bugs.php.net/68428
listen.allowed_clients is IPv4 only
* Mon Nov 17 2014 Remi Collet <remi@fedoraproject.org> 5.6.3-3
- sync php-fpm configuration with upstream
- refresh upstream patch for 68421
* Sun Nov 16 2014 Remi Collet <remi@fedoraproject.org> 5.6.3-2
- FPM: add upstream patch for https://bugs.php.net/68421
access.format=R doesn't log ipv6 address
- FPM: add upstream patch for https://bugs.php.net/68420
listen=9000 listens to ipv6 localhost instead of all addresses
- FPM: add upstream patch for https://bugs.php.net/68423
will no longer load all pools
* Thu Nov 13 2014 Remi Collet <remi@fedoraproject.org> 5.6.3-1
- Update to PHP 5.6.3
http://php.net/releases/5_6_3.php
* Fri Oct 31 2014 Remi Collet <rcollet@redhat.com> 5.6.3-0.2.RC1
- php 5.6.3RC1 (refreshed, phpdbg changes reverted)
- new version of systzdata patch, fix case sensitivity
- ignore Factory in date tests
* Wed Oct 29 2014 Remi Collet <rcollet@redhat.com> 5.6.3-0.1.RC1
- php 5.6.3RC1
- disable opcache.fast_shutdown in default config
- enable phpdbg_webhelper new extension (in php-dbg)
-------------------------------------------------------------------------------
-
References:

[ 1 ] Bug #1204868 - php: SoapClient's __call() type confusion through
unserialize()
https://bugzilla.redhat.com/show_bug.cgi?id=1204868
-------------------------------------------------------------------------------
-

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
Pro-Linux
Pro-Linux @Facebook
Neue Nachrichten
Werbung