You are here
Home > Preporuke > Sigurnosni nedostatak programskog jezika php

Sigurnosni nedostatak programskog jezika php

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

——————————————————————————–
Fedora Update Notification
FEDORA-2020-8e36afc743
2020-08-19 01:01:08.078879
——————————————————————————–

Name : php
Product : Fedora 31
Version : 7.3.21
Release : 1.fc31
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:

**PHP version 7.3.21** (06 Aug 2020) **Apache:** * Fixed bug php#79030
(Upgrade apache2handler’s php_apache_sapi_get_request_time to return usec).
(Herbert256) **Core:** * Fixed bug php#79877 (getimagesize function silently
truncates after a null byte) (cmb) * Fixed bug php#79778 (Assertion failure if
dumping closure with unresolved static variable). (Nikita) * Fixed bug php#79792
(HT iterators not removed if empty array is destroyed). (Nikita) **Curl:** *
Fixed bug php#79741 (curl_setopt CURLOPT_POSTFIELDS asserts on object with
declared properties). (Nikita) **Fileinfo:** * Fixed bug php#79756 (finfo_file
crash (FILEINFO_MIME)). (cmb) **FTP:** * Fixed bug php#55857 (ftp_size on
large files). (cmb) **Mbstring:** * Fixed bug php#79787 (mb_strimwidth does
not trim string). (XXiang) **Phar:** * Fixed bug php#79797 (Use of freed hash
key in the phar_parse_zipfile function). (**CVE-2020-7068**) (cmb)
**Standard:** * Fixed bug php#70362 (Can’t copy() large ‘data://’ with
open_basedir). (cmb) * Fixed bug php#79817 (str_replace() does not handle
INDIRECT elements). (Nikita) * Fixed bug php#78008 (dns_check_record() always
return true on Alpine). (Andy Postnikov)
——————————————————————————–
ChangeLog:

* Mon Aug 10 2020 Remi Collet <remi@remirepo.net> – 7.3.21-1
– Update to 7.3.21 – http://www.php.net/releases/7_3_21.php
——————————————————————————–
References:

[ 1 ] Bug #1868109 – CVE-2020-7068 php: Use of freed hash key in the phar_parse_zipfile function
https://bugzilla.redhat.com/show_bug.cgi?id=1868109
——————————————————————————–

This update can be installed with the “dnf” update program. Use
su -c ‘dnf upgrade –advisory FEDORA-2020-8e36afc743’ at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

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
To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org

——————————————————————————–
Fedora Update Notification
FEDORA-2020-96124cc236
2020-08-19 00:51:10.926400
——————————————————————————–

Name : php
Product : Fedora 32
Version : 7.4.9
Release : 1.fc32
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:

**PHP version 7.4.9** (06 Aug 2020) **Apache:** * Fixed bug php#79030 (Upgrade
apache2handler’s php_apache_sapi_get_request_time to return usec). (Herbert256)
**Core:** * Fixed bug php#79740 (serialize() and unserialize() methods can not
be called statically). (Nikita) * Fixed bug php#79783 (Segfault in
php_str_replace_common). (Nikita) * Fixed bug php#79778 (Assertion failure if
dumping closure with unresolved static variable). (Nikita) * Fixed bug php#79779
(Assertion failure when assigning property of string offset by reference).
(Nikita) * Fixed bug php#79792 (HT iterators not removed if empty array is
destroyed). (Nikita) * Fixed bug php#78598 (Changing array during undef index RW
error segfaults). (Nikita) * Fixed bug php#79784 (Use after free if changing
array during undef var during array write fetch). (Nikita) * Fixed bug php#79793
(Use after free if string used in undefined index warning is changed). (Nikita)
* Fixed bug php#79862 (Public non-static property in child should take priority
over private static). (Nikita) * Fixed bug php#79877 (getimagesize function
silently truncates after a null byte) (cmb) **Fileinfo:** * Fixed bug
php#79756 (finfo_file crash (FILEINFO_MIME)). (cmb) **FTP:** * Fixed bug
php#55857 (ftp_size on large files). (cmb) **Mbstring:** * Fixed bug php#79787
(mb_strimwidth does not trim string). (XXiang) **Phar:** * Fixed bug php#79797
(Use of freed hash key in the phar_parse_zipfile function). (**CVE-2020-7068**)
(cmb) **Reflection:** * Fixed bug php#79487 (::getStaticProperties() ignores
property modifications). (cmb, Nikita) * Fixed bug php#69804
(::getStaticPropertyValue() throws on protected props). (cmb, Nikita) * Fixed
bug php#79820 (Use after free when type duplicated into ReflectionProperty gets
resolved). (Christopher Broadbent) **Standard:** * Fixed bug php#70362 (Can’t
copy() large ‘data://’ with open_basedir). (cmb) * Fixed bug php#78008
(dns_check_record() always return true on Alpine). (Andy Postnikov) * Fixed bug
php#79839 (array_walk() does not respect property types). (Nikita)
——————————————————————————–
ChangeLog:

* Mon Aug 10 2020 Remi Collet <remi@remirepo.net> – 7.4.9-1
– Update to 7.4.9 – http://www.php.net/releases/7_4_9.php
——————————————————————————–
References:

[ 1 ] Bug #1868109 – CVE-2020-7068 php: Use of freed hash key in the phar_parse_zipfile function
https://bugzilla.redhat.com/show_bug.cgi?id=1868109
——————————————————————————–

This update can be installed with the “dnf” update program. Use
su -c ‘dnf upgrade –advisory FEDORA-2020-96124cc236’ at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

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
To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org

AutorFilip Omazic
Cert idNCERT-REF-2020-08-0001-ADV
CveCERT-CVE-DUMMY
ID izvornikaCERT-ORIGID-DUMMY
ProizvodCERT-DUMMY-PRODUCT
IzvorAdobe
Top
More in Preporuke
Sigurnosni nedostaci jezgre operacijskog sustava

Otkriveni su sigurnosni nedostaci jezgre operacijskog sustava Ubuntu. Otkriveni nedostaci potencijalnim napadačima omogućuju izazivanje DoS stanja ili zaobilaženje sigurnosnih ograničenja....

Close