Login
Newsletter
Werbung

Sicherheit: Mehrere Probleme in PHP
Aktuelle Meldungen Distributionen
Name: Mehrere Probleme in PHP
ID: FEDORA-2014-9684
Distribution: Fedora
Plattformen: Fedora 20
Datum: Di, 2. September 2014, 10:33
Referenzen: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1571
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2497
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3538
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3587
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3597
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5120
Applikationen: PHP

Originalnachricht

Name        : php
Product : Fedora 20
Version : 5.5.16
Release : 1.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:

21 Aug 2014, PHP 5.5.16

Core:
* Fixed bug #67693 (incorrect push to the empty array) (Tjerk)
* Fixed bug #67717 (segfault in dns_get_record). (CVE-2014-3597) (Remi)

COM:
* Fixed missing type checks in com_event_sink (Yussuf Khalil, Stas).

Fileinfo:
* Fixed bug #67705 (extensive backtracking in rule regular expression).
(CVE-2014-3538) (Remi)
* Fixed bug #67716 (Segfault in cdf.c). (CVE-2014-3587) (Remi)

FPM:
* Fixed bug #67635 (php links to systemd libraries without using pkg-config).
(pacho@gentoo.org, Remi)

GD:
* Fixed bug #66901 (php-gd 'c_color' NULL pointer dereference).
(CVE-2014-2497) (Remi)
* Fixed bug #67730 (Null byte injection possible with imagexxx functions).
(CVE-2014-5120) (Ryan Mauger)

Milter:
* Fixed bug #67715 (php-milter does not build and crashes randomly). (Mike)

OpenSSL:
* Fixed missing type checks in OpenSSL options (Yussuf Khalil, Stas).

readline:
* Fixed bug #55496 (Interactive mode doesn't force a newline before the
prompt). (Bob, Johannes)
* Fixed bug #67496 (Save command history when exiting interactive shell with
control-c). (Dmitry Saprykin, Johannes)

Sessions:
* Fixed missing type checks in php_session_create_id (Yussuf Khalil, Stas).

ODBC:
* Fixed bug #60616 (odbc_fetch_into returns junk data at end of multi-byte char
fields). (Keyur)

-------------------------------------------------------------------------------
-
ChangeLog:

* Thu Aug 21 2014 Remi Collet <rcollet@redhat.com> 5.5.16-1
- Update to 5.5.16
http://www.php.net/releases/5_5_16.php
- fix zts-php-config --php-binary output #1124605
- move zts-php from php-devel to php-cli
- revert fix for 67724 because of 67865
* Thu Jul 24 2014 Remi Collet <rcollet@redhat.com> 5.5.15-1
- Update to 5.5.15
http://www.php.net/releases/5_5_15.php
* Wed Jul 16 2014 Remi Collet <remi@fedoraproject.org> 5.5.14-2
- add upstream patch for #67605
* Thu Jun 26 2014 Remi Collet <rcollet@redhat.com> 5.5.14-1
- Update to 5.5.14
http://www.php.net/releases/5_5_14.php
- fix test for rhbz #971416
* 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 #1128587 - CVE-2014-3587 file: incomplete fix for CVE-2012-1571 in
cdf_read_property_info
https://bugzilla.redhat.com/show_bug.cgi?id=1128587
[ 2 ] Bug #1132793 - CVE-2014-5120 gd: NUL byte injection in filenames passed
to image handling functions
https://bugzilla.redhat.com/show_bug.cgi?id=1132793
-------------------------------------------------------------------------------
-

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