You are here
Home > Preporuke > Ranjivosti programskog paketa php

Ranjivosti programskog paketa php

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

——————————————————————————–
Fedora Update Notification
FEDORA-2015-2328
2015-02-20 04:53:56
——————————————————————————–

Name : php
Product : Fedora 20
Version : 5.5.22
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:

19 Feb 2015, PHP 5.5.22

Core:
* Fixed bug #67068 (getClosure returns somethings that’s not a closure). (Danack at basereality dot com)
* Fixed bug #68925 (Mitigation for CVE-2015-0235 – GHOST: glibc gethostbyname buffer overflow). (Stas)
* Fixed bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone). (CVE-2015-0273) (Stas)
* Added NULL byte protection to exec, system and passthru. (Yasuo)
* Removed support for multi-line headers, as the are deprecated by RFC 7230. (Stas)

Date:
* Fixed bug #45081 (strtotime incorrectly interprets SGT time zone). (Derick)

Dba:
* Fixed bug #68711 (useless comparisons). (bugreports at internot dot info)

Enchant:
* Fixed bug #6855 (heap buffer overflow in enchant_broker_request_dict()). (Antony)

Fileinfo:
* Fixed bug #68827 (Double free with disabled ZMM). (Joshua Rogers)

FPM:
* Fixed bug #66479 (Wrong response to FCGI_GET_VALUES). (Frank Stolle)
* Fixed bug #68571 (core dump when webserver close the socket). (redfoxli069 at gmail dot com, Laruence)

Libxml:
* Fixed bug #64938 (libxml_disable_entity_loader setting is shared between threads). (Martin Jansen)

OpenSSL:
* Fixed bug #55618 (use case-insensitive cert name matching). (Daniel Lowrey)

PDO_mysql:
* Fixed bug #68750 (PDOMysql with mysqlnd does not allow the usage of named pipes). (steffenb198@aol.com)

Phar:
* Fixed bug #68901 (use after free). (bugreports at internot dot info)

Pgsql:
* Fixed Bug #65199 ‘pg_copy_from() modifies input array variable). (Yasuo)

Sqlite3:
* Fixed bug #68260 (SQLite3Result::fetchArray declares wrong required_num_args). (Julien)

Mysqli:
* Fixed bug #68114 (linker error on some OS X machines with fixed width decimal support) (Keyur Govande)
* Fixed bug #68657 (Reading 4 byte floats with Mysqli and libmysqlclient has rounding errors) (Keyur Govande)

Session:
* Fixed bug #68941 (mod_files.sh is a bash-script) (bugzilla at ii.nl, Yasuo)
* Fixed Bug #66623 (no EINTR check on flock) (Yasuo)
* Fixed bug #68063 (Empty session IDs do still start sessions) (Yasuo)

Standard:
* Fixed bug #65272 (flock() out parameter not set correctly in windows). (Daniel Lowrey)
* Fixed bug #69033 (Request may get env. variables from previous requests if PHP works as FastCGI)

Streams:
* Fixed bug which caused call after final close on streams filter. (Bob)

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

* Thu Feb 19 2015 Remi Collet <remi@fedoraproject.org> 5.5.22-1
– Update to 5.5.22
http://www.php.net/releases/5_5_22.php
* Thu Jan 22 2015 Remi Collet <remi@fedoraproject.org> 5.5.21-1
– Update to 5.5.21
http://www.php.net/releases/5_5_21.php
* Thu Dec 18 2014 Remi Collet <remi@fedoraproject.org> 5.5.20-2
– Update to 5.5.20 (real)
http://www.php.net/releases/5_5_20.php
– php-xmlrpc requires php-xml
* Wed Dec 10 2014 Remi Collet <remi@fedoraproject.org> 5.5.20-1
– Update to 5.5.20
http://www.php.net/releases/5_5_20.php
* Fri Nov 21 2014 Remi Collet <remi@fedoraproject.org> 5.5.19-3
– FPM: add upstream patch for https://bugs.php.net/68428
listen.allowed_clients is IPv4 only
– refresh upstream patch for 68421
* Sun Nov 16 2014 Remi Collet <remi@fedoraproject.org> 5.5.19-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.5.19-1
– Update to 5.5.19
http://www.php.net/releases/5_5_19.php
– new version of systzdata patch, fix case sensitivity
* Thu Oct 16 2014 Remi Collet <remi@fedoraproject.org> 5.5.18-1
– Update to 5.5.18
http://www.php.net/releases/5_5_18.php
* Sat Sep 20 2014 Remi Collet <remi@fedoraproject.org> 5.5.17-2
– openssl: fix regression introduce in changes for upstream
bug #65137 and #41631, revert to 5.5.16 behavior
* Thu Sep 18 2014 Remi Collet <remi@fedoraproject.org> 5.5.17-1
– Update to 5.5.17
http://www.php.net/releases/5_5_17.php
– fpm: fix script_name with mod_proxy_fcgi / proxypass
add upstream patch for https://bugs.php.net/65641
* 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
——————————————————————————–

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
7e

AutorTomislav Protega
Cert idNCERT-REF-2015-03-0018-ADV
CveCVE-2015-0235 CVE-2015-0273 CVE-2014-0185 CVE-2013-6420
ID izvornikaFEDORA-2015-2328
Proizvodphp
Izvorhttp://www.redhat.com
Top
More in Preporuke
Ranjivosti programske biblioteke glibc

Otkrivene su dvije ranjivosti programske biblioteke glibc za Fedoru. Kod prve ranjivosti ustanovljeno je da funkcija wordexp nije primjenjivala WRDE_NOCMD...

Close