-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

===========================================================================
             AUSCERT External Security Bulletin Redistribution

                               ESB-2015.1656
            Important: php55-php security update and Important:
                       rh-php56-php security update
                               26 June 2015

===========================================================================

        AusCERT Security Bulletin Summary
        ---------------------------------

Product:           php55-php
                   rh-php56-php
Publisher:         Red Hat
Operating System:  Red Hat Enterprise Linux Server 6
                   Red Hat Enterprise Linux WS/Desktop 6
                   Red Hat Enterprise Linux Server 7
                   Red Hat Enterprise Linux WS/Desktop 7
Impact/Access:     Execute Arbitrary Code/Commands -- Remote/Unauthenticated
                   Denial of Service               -- Remote/Unauthenticated
                   Unauthorised Access             -- Remote/Unauthenticated
Resolution:        Patch/Upgrade
CVE Names:         CVE-2015-4605 CVE-2015-4604 CVE-2015-4603
                   CVE-2015-4602 CVE-2015-4598 CVE-2015-4026
                   CVE-2015-4025 CVE-2015-4024 CVE-2015-4022
                   CVE-2015-4021 CVE-2015-3412 CVE-2015-3411
                   CVE-2015-3330 CVE-2015-3329 CVE-2015-3307
                   CVE-2015-2783 CVE-2006-7243 

Reference:         ASB-2015.0059
                   ESB-2015.1625
                   ESB-2015.1526
                   ESB-2015.1472
                   ESB-2014.0361
                   ESB-2013.1672
                   ESB-2013.1359
                   ASB-2012.0050

Original Bulletin: 
   https://rhn.redhat.com/errata/RHSA-2015-1186.html
   https://rhn.redhat.com/errata/RHSA-2015-1187.html

Comment: This bulletin contains two (2) Red Hat security advisories.

- --------------------------BEGIN INCLUDED TEXT--------------------

- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

=====================================================================
                   Red Hat Security Advisory

Synopsis:          Important: php55-php security update
Advisory ID:       RHSA-2015:1186-01
Product:           Red Hat Software Collections
Advisory URL:      https://rhn.redhat.com/errata/RHSA-2015-1186.html
Issue date:        2015-06-25
CVE Names:         CVE-2015-2783 CVE-2015-3307 CVE-2015-3329 
                   CVE-2015-3330 CVE-2015-3411 CVE-2015-3412 
                   CVE-2015-4021 CVE-2015-4022 CVE-2015-4024 
                   CVE-2015-4025 CVE-2015-4026 CVE-2015-4598 
                   CVE-2015-4602 CVE-2015-4603 CVE-2015-4604 
                   CVE-2015-4605 
=====================================================================

1. Summary:

Updated php55-php packages that fix multiple security issues are now
available for Red Hat Software Collections 2.

Red Hat Product Security has rated this update as having Important security
impact. Common Vulnerability Scoring System (CVSS) base scores, which give
detailed severity ratings, are available for each vulnerability from the
CVE links in the References section.

2. Relevant releases/architectures:

Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6) - x86_64
Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7) - x86_64
Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.5) - x86_64
Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.6) - x86_64
Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.1) - x86_64
Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6) - x86_64
Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7) - x86_64

3. Description:

PHP is an HTML-embedded scripting language commonly used with the Apache
HTTP Server.

A flaw was found in the way the PHP module for the Apache httpd web server
handled pipelined requests. A remote attacker could use this flaw to
trigger the execution of a PHP script in a deinitialized interpreter,
causing it to crash or, possibly, execute arbitrary code. (CVE-2015-3330)

A flaw was found in the way PHP parsed multipart HTTP POST requests. A
specially crafted request could cause PHP to use an excessive amount of CPU
time. (CVE-2015-4024)

An integer overflow flaw leading to a heap-based buffer overflow was found
in the way PHP's FTP extension parsed file listing FTP server responses. A
malicious FTP server could use this flaw to cause a PHP application to
crash or, possibly, execute arbitrary code. (CVE-2015-4022)

Multiple flaws were discovered in the way PHP performed object
unserialization. Specially crafted input processed by the unserialize()
function could cause a PHP application to crash or, possibly, execute
arbitrary code. (CVE-2015-4602, CVE-2015-4603)

It was found that certain PHP functions did not properly handle file names
containing a NULL character. A remote attacker could possibly use this flaw
to make a PHP script access unexpected files and bypass intended file
system access restrictions. (CVE-2015-4025, CVE-2015-4026, CVE-2015-3411,
CVE-2015-3412, CVE-2015-4598)

Multiple flaws were found in the way the way PHP's Phar extension parsed
Phar archives. A specially crafted archive could cause PHP to crash or,
possibly, execute arbitrary code when opened. (CVE-2015-2783,
CVE-2015-3307, CVE-2015-3329, CVE-2015-4021)

Multiple flaws were found in PHP's File Information (fileinfo) extension.
A remote attacker could cause a PHP application to crash if it used
fileinfo to identify type of attacker supplied files. (CVE-2015-4604,
CVE-2015-4605)

All php55-php users are advised to upgrade to these updated packages,
which contain backported patches to correct these issues. After installing
the updated packages, the httpd24-httpd service must be restarted for the
update to take effect.

4. Solution:

Before applying this update, make sure all previously released errata
relevant to your system have been applied.

For details on how to apply this update, refer to:

https://access.redhat.com/articles/11258

5. Bugs fixed (https://bugzilla.redhat.com/):

1213394 - CVE-2015-3330 php: pipelined request executed in deinitialized interpreter under httpd 2.4
1213407 - CVE-2015-3411 php: missing null byte checks for paths in various PHP extensions
1213442 - CVE-2015-4604 CVE-2015-4605 php: denial of service when processing a crafted file with Fileinfo
1213446 - CVE-2015-2783 php: buffer over-read in Phar metadata parsing
1213449 - CVE-2015-3329 php: buffer overflow in phar_set_inode()
1222485 - CVE-2015-4024 php: multipart/form-data request paring CPU usage DoS
1223408 - CVE-2015-4025 php: CVE-2006-7243 regressions in 5.4+
1223412 - CVE-2015-4022 php: integer overflow leading to heap overflow when reading FTP file listing
1223422 - CVE-2015-4026 php: pcntl_exec() accepts paths with NUL character
1223425 - CVE-2015-4021 php: memory corruption in phar_parse_tarfile caused by empty entry file name
1223441 - CVE-2015-3307 php: invalid pointer free() in phar_tar_process_metadata()
1232823 - CVE-2015-3412 php: missing null byte checks for paths in various PHP extensions
1232897 - CVE-2015-4598 php: missing null byte checks for paths in DOM and GD extensions
1232918 - CVE-2015-4603 php: exception::getTraceAsString type confusion issue after unserialize
1232923 - CVE-2015-4602 php: Incomplete Class unserialization type confusion

6. Package List:

Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6):

Source:
php55-php-5.5.21-4.el6.src.rpm

x86_64:
php55-php-5.5.21-4.el6.x86_64.rpm
php55-php-bcmath-5.5.21-4.el6.x86_64.rpm
php55-php-cli-5.5.21-4.el6.x86_64.rpm
php55-php-common-5.5.21-4.el6.x86_64.rpm
php55-php-dba-5.5.21-4.el6.x86_64.rpm
php55-php-debuginfo-5.5.21-4.el6.x86_64.rpm
php55-php-devel-5.5.21-4.el6.x86_64.rpm
php55-php-enchant-5.5.21-4.el6.x86_64.rpm
php55-php-fpm-5.5.21-4.el6.x86_64.rpm
php55-php-gd-5.5.21-4.el6.x86_64.rpm
php55-php-gmp-5.5.21-4.el6.x86_64.rpm
php55-php-imap-5.5.21-4.el6.x86_64.rpm
php55-php-intl-5.5.21-4.el6.x86_64.rpm
php55-php-ldap-5.5.21-4.el6.x86_64.rpm
php55-php-mbstring-5.5.21-4.el6.x86_64.rpm
php55-php-mysqlnd-5.5.21-4.el6.x86_64.rpm
php55-php-odbc-5.5.21-4.el6.x86_64.rpm
php55-php-opcache-5.5.21-4.el6.x86_64.rpm
php55-php-pdo-5.5.21-4.el6.x86_64.rpm
php55-php-pgsql-5.5.21-4.el6.x86_64.rpm
php55-php-process-5.5.21-4.el6.x86_64.rpm
php55-php-pspell-5.5.21-4.el6.x86_64.rpm
php55-php-recode-5.5.21-4.el6.x86_64.rpm
php55-php-snmp-5.5.21-4.el6.x86_64.rpm
php55-php-soap-5.5.21-4.el6.x86_64.rpm
php55-php-tidy-5.5.21-4.el6.x86_64.rpm
php55-php-xml-5.5.21-4.el6.x86_64.rpm
php55-php-xmlrpc-5.5.21-4.el6.x86_64.rpm

Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.5):

Source:
php55-php-5.5.21-4.el6.src.rpm

x86_64:
php55-php-5.5.21-4.el6.x86_64.rpm
php55-php-bcmath-5.5.21-4.el6.x86_64.rpm
php55-php-cli-5.5.21-4.el6.x86_64.rpm
php55-php-common-5.5.21-4.el6.x86_64.rpm
php55-php-dba-5.5.21-4.el6.x86_64.rpm
php55-php-debuginfo-5.5.21-4.el6.x86_64.rpm
php55-php-devel-5.5.21-4.el6.x86_64.rpm
php55-php-enchant-5.5.21-4.el6.x86_64.rpm
php55-php-fpm-5.5.21-4.el6.x86_64.rpm
php55-php-gd-5.5.21-4.el6.x86_64.rpm
php55-php-gmp-5.5.21-4.el6.x86_64.rpm
php55-php-imap-5.5.21-4.el6.x86_64.rpm
php55-php-intl-5.5.21-4.el6.x86_64.rpm
php55-php-ldap-5.5.21-4.el6.x86_64.rpm
php55-php-mbstring-5.5.21-4.el6.x86_64.rpm
php55-php-mysqlnd-5.5.21-4.el6.x86_64.rpm
php55-php-odbc-5.5.21-4.el6.x86_64.rpm
php55-php-opcache-5.5.21-4.el6.x86_64.rpm
php55-php-pdo-5.5.21-4.el6.x86_64.rpm
php55-php-pgsql-5.5.21-4.el6.x86_64.rpm
php55-php-process-5.5.21-4.el6.x86_64.rpm
php55-php-pspell-5.5.21-4.el6.x86_64.rpm
php55-php-recode-5.5.21-4.el6.x86_64.rpm
php55-php-snmp-5.5.21-4.el6.x86_64.rpm
php55-php-soap-5.5.21-4.el6.x86_64.rpm
php55-php-tidy-5.5.21-4.el6.x86_64.rpm
php55-php-xml-5.5.21-4.el6.x86_64.rpm
php55-php-xmlrpc-5.5.21-4.el6.x86_64.rpm

Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.6):

Source:
php55-php-5.5.21-4.el6.src.rpm

x86_64:
php55-php-5.5.21-4.el6.x86_64.rpm
php55-php-bcmath-5.5.21-4.el6.x86_64.rpm
php55-php-cli-5.5.21-4.el6.x86_64.rpm
php55-php-common-5.5.21-4.el6.x86_64.rpm
php55-php-dba-5.5.21-4.el6.x86_64.rpm
php55-php-debuginfo-5.5.21-4.el6.x86_64.rpm
php55-php-devel-5.5.21-4.el6.x86_64.rpm
php55-php-enchant-5.5.21-4.el6.x86_64.rpm
php55-php-fpm-5.5.21-4.el6.x86_64.rpm
php55-php-gd-5.5.21-4.el6.x86_64.rpm
php55-php-gmp-5.5.21-4.el6.x86_64.rpm
php55-php-imap-5.5.21-4.el6.x86_64.rpm
php55-php-intl-5.5.21-4.el6.x86_64.rpm
php55-php-ldap-5.5.21-4.el6.x86_64.rpm
php55-php-mbstring-5.5.21-4.el6.x86_64.rpm
php55-php-mysqlnd-5.5.21-4.el6.x86_64.rpm
php55-php-odbc-5.5.21-4.el6.x86_64.rpm
php55-php-opcache-5.5.21-4.el6.x86_64.rpm
php55-php-pdo-5.5.21-4.el6.x86_64.rpm
php55-php-pgsql-5.5.21-4.el6.x86_64.rpm
php55-php-process-5.5.21-4.el6.x86_64.rpm
php55-php-pspell-5.5.21-4.el6.x86_64.rpm
php55-php-recode-5.5.21-4.el6.x86_64.rpm
php55-php-snmp-5.5.21-4.el6.x86_64.rpm
php55-php-soap-5.5.21-4.el6.x86_64.rpm
php55-php-tidy-5.5.21-4.el6.x86_64.rpm
php55-php-xml-5.5.21-4.el6.x86_64.rpm
php55-php-xmlrpc-5.5.21-4.el6.x86_64.rpm

Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6):

Source:
php55-php-5.5.21-4.el6.src.rpm

x86_64:
php55-php-5.5.21-4.el6.x86_64.rpm
php55-php-bcmath-5.5.21-4.el6.x86_64.rpm
php55-php-cli-5.5.21-4.el6.x86_64.rpm
php55-php-common-5.5.21-4.el6.x86_64.rpm
php55-php-dba-5.5.21-4.el6.x86_64.rpm
php55-php-debuginfo-5.5.21-4.el6.x86_64.rpm
php55-php-devel-5.5.21-4.el6.x86_64.rpm
php55-php-enchant-5.5.21-4.el6.x86_64.rpm
php55-php-fpm-5.5.21-4.el6.x86_64.rpm
php55-php-gd-5.5.21-4.el6.x86_64.rpm
php55-php-gmp-5.5.21-4.el6.x86_64.rpm
php55-php-imap-5.5.21-4.el6.x86_64.rpm
php55-php-intl-5.5.21-4.el6.x86_64.rpm
php55-php-ldap-5.5.21-4.el6.x86_64.rpm
php55-php-mbstring-5.5.21-4.el6.x86_64.rpm
php55-php-mysqlnd-5.5.21-4.el6.x86_64.rpm
php55-php-odbc-5.5.21-4.el6.x86_64.rpm
php55-php-opcache-5.5.21-4.el6.x86_64.rpm
php55-php-pdo-5.5.21-4.el6.x86_64.rpm
php55-php-pgsql-5.5.21-4.el6.x86_64.rpm
php55-php-process-5.5.21-4.el6.x86_64.rpm
php55-php-pspell-5.5.21-4.el6.x86_64.rpm
php55-php-recode-5.5.21-4.el6.x86_64.rpm
php55-php-snmp-5.5.21-4.el6.x86_64.rpm
php55-php-soap-5.5.21-4.el6.x86_64.rpm
php55-php-tidy-5.5.21-4.el6.x86_64.rpm
php55-php-xml-5.5.21-4.el6.x86_64.rpm
php55-php-xmlrpc-5.5.21-4.el6.x86_64.rpm

Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7):

Source:
php55-php-5.5.21-4.el7.src.rpm

x86_64:
php55-php-5.5.21-4.el7.x86_64.rpm
php55-php-bcmath-5.5.21-4.el7.x86_64.rpm
php55-php-cli-5.5.21-4.el7.x86_64.rpm
php55-php-common-5.5.21-4.el7.x86_64.rpm
php55-php-dba-5.5.21-4.el7.x86_64.rpm
php55-php-debuginfo-5.5.21-4.el7.x86_64.rpm
php55-php-devel-5.5.21-4.el7.x86_64.rpm
php55-php-enchant-5.5.21-4.el7.x86_64.rpm
php55-php-fpm-5.5.21-4.el7.x86_64.rpm
php55-php-gd-5.5.21-4.el7.x86_64.rpm
php55-php-gmp-5.5.21-4.el7.x86_64.rpm
php55-php-intl-5.5.21-4.el7.x86_64.rpm
php55-php-ldap-5.5.21-4.el7.x86_64.rpm
php55-php-mbstring-5.5.21-4.el7.x86_64.rpm
php55-php-mysqlnd-5.5.21-4.el7.x86_64.rpm
php55-php-odbc-5.5.21-4.el7.x86_64.rpm
php55-php-opcache-5.5.21-4.el7.x86_64.rpm
php55-php-pdo-5.5.21-4.el7.x86_64.rpm
php55-php-pgsql-5.5.21-4.el7.x86_64.rpm
php55-php-process-5.5.21-4.el7.x86_64.rpm
php55-php-pspell-5.5.21-4.el7.x86_64.rpm
php55-php-recode-5.5.21-4.el7.x86_64.rpm
php55-php-snmp-5.5.21-4.el7.x86_64.rpm
php55-php-soap-5.5.21-4.el7.x86_64.rpm
php55-php-xml-5.5.21-4.el7.x86_64.rpm
php55-php-xmlrpc-5.5.21-4.el7.x86_64.rpm

Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.1):

Source:
php55-php-5.5.21-4.el7.src.rpm

x86_64:
php55-php-5.5.21-4.el7.x86_64.rpm
php55-php-bcmath-5.5.21-4.el7.x86_64.rpm
php55-php-cli-5.5.21-4.el7.x86_64.rpm
php55-php-common-5.5.21-4.el7.x86_64.rpm
php55-php-dba-5.5.21-4.el7.x86_64.rpm
php55-php-debuginfo-5.5.21-4.el7.x86_64.rpm
php55-php-devel-5.5.21-4.el7.x86_64.rpm
php55-php-enchant-5.5.21-4.el7.x86_64.rpm
php55-php-fpm-5.5.21-4.el7.x86_64.rpm
php55-php-gd-5.5.21-4.el7.x86_64.rpm
php55-php-gmp-5.5.21-4.el7.x86_64.rpm
php55-php-intl-5.5.21-4.el7.x86_64.rpm
php55-php-ldap-5.5.21-4.el7.x86_64.rpm
php55-php-mbstring-5.5.21-4.el7.x86_64.rpm
php55-php-mysqlnd-5.5.21-4.el7.x86_64.rpm
php55-php-odbc-5.5.21-4.el7.x86_64.rpm
php55-php-opcache-5.5.21-4.el7.x86_64.rpm
php55-php-pdo-5.5.21-4.el7.x86_64.rpm
php55-php-pgsql-5.5.21-4.el7.x86_64.rpm
php55-php-process-5.5.21-4.el7.x86_64.rpm
php55-php-pspell-5.5.21-4.el7.x86_64.rpm
php55-php-recode-5.5.21-4.el7.x86_64.rpm
php55-php-snmp-5.5.21-4.el7.x86_64.rpm
php55-php-soap-5.5.21-4.el7.x86_64.rpm
php55-php-xml-5.5.21-4.el7.x86_64.rpm
php55-php-xmlrpc-5.5.21-4.el7.x86_64.rpm

Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7):

Source:
php55-php-5.5.21-4.el7.src.rpm

x86_64:
php55-php-5.5.21-4.el7.x86_64.rpm
php55-php-bcmath-5.5.21-4.el7.x86_64.rpm
php55-php-cli-5.5.21-4.el7.x86_64.rpm
php55-php-common-5.5.21-4.el7.x86_64.rpm
php55-php-dba-5.5.21-4.el7.x86_64.rpm
php55-php-debuginfo-5.5.21-4.el7.x86_64.rpm
php55-php-devel-5.5.21-4.el7.x86_64.rpm
php55-php-enchant-5.5.21-4.el7.x86_64.rpm
php55-php-fpm-5.5.21-4.el7.x86_64.rpm
php55-php-gd-5.5.21-4.el7.x86_64.rpm
php55-php-gmp-5.5.21-4.el7.x86_64.rpm
php55-php-intl-5.5.21-4.el7.x86_64.rpm
php55-php-ldap-5.5.21-4.el7.x86_64.rpm
php55-php-mbstring-5.5.21-4.el7.x86_64.rpm
php55-php-mysqlnd-5.5.21-4.el7.x86_64.rpm
php55-php-odbc-5.5.21-4.el7.x86_64.rpm
php55-php-opcache-5.5.21-4.el7.x86_64.rpm
php55-php-pdo-5.5.21-4.el7.x86_64.rpm
php55-php-pgsql-5.5.21-4.el7.x86_64.rpm
php55-php-process-5.5.21-4.el7.x86_64.rpm
php55-php-pspell-5.5.21-4.el7.x86_64.rpm
php55-php-recode-5.5.21-4.el7.x86_64.rpm
php55-php-snmp-5.5.21-4.el7.x86_64.rpm
php55-php-soap-5.5.21-4.el7.x86_64.rpm
php55-php-xml-5.5.21-4.el7.x86_64.rpm
php55-php-xmlrpc-5.5.21-4.el7.x86_64.rpm

These packages are GPG signed by Red Hat for security.  Our key and
details on how to verify the signature are available from
https://access.redhat.com/security/team/key/

7. References:

https://access.redhat.com/security/cve/CVE-2015-2783
https://access.redhat.com/security/cve/CVE-2015-3307
https://access.redhat.com/security/cve/CVE-2015-3329
https://access.redhat.com/security/cve/CVE-2015-3330
https://access.redhat.com/security/cve/CVE-2015-3411
https://access.redhat.com/security/cve/CVE-2015-3412
https://access.redhat.com/security/cve/CVE-2015-4021
https://access.redhat.com/security/cve/CVE-2015-4022
https://access.redhat.com/security/cve/CVE-2015-4024
https://access.redhat.com/security/cve/CVE-2015-4025
https://access.redhat.com/security/cve/CVE-2015-4026
https://access.redhat.com/security/cve/CVE-2015-4598
https://access.redhat.com/security/cve/CVE-2015-4602
https://access.redhat.com/security/cve/CVE-2015-4603
https://access.redhat.com/security/cve/CVE-2015-4604
https://access.redhat.com/security/cve/CVE-2015-4605
https://access.redhat.com/security/updates/classification/#important

8. Contact:

The Red Hat security contact is <secalert@redhat.com>. More contact
details at https://access.redhat.com/security/team/contact/

Copyright 2015 Red Hat, Inc.
- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iD8DBQFVi8HYXlSAg2UNWIIRAiyPAJ99IZMPIkUJWe8WmApDpEGV6ff98wCgxBYL
TtBX6SWqx78H/4bsQXtRlo4=
=EuyB
- -----END PGP SIGNATURE-----
- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

=====================================================================
                   Red Hat Security Advisory

Synopsis:          Important: rh-php56-php security update
Advisory ID:       RHSA-2015:1187-01
Product:           Red Hat Software Collections
Advisory URL:      https://rhn.redhat.com/errata/RHSA-2015-1187.html
Issue date:        2015-06-25
CVE Names:         CVE-2015-2783 CVE-2015-3307 CVE-2015-3329 
                   CVE-2015-3330 CVE-2015-3411 CVE-2015-3412 
                   CVE-2015-4021 CVE-2015-4022 CVE-2015-4024 
                   CVE-2015-4025 CVE-2015-4026 CVE-2015-4598 
                   CVE-2015-4602 CVE-2015-4603 CVE-2015-4604 
                   CVE-2015-4605 
=====================================================================

1. Summary:

Updated rh-php56-php packages that fix multiple security issues are now
available for Red Hat Software Collections 2.

Red Hat Product Security has rated this update as having Important security
impact. Common Vulnerability Scoring System (CVSS) base scores, which give
detailed severity ratings, are available for each vulnerability from the
CVE links in the References section.

2. Relevant releases/architectures:

Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6) - x86_64
Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7) - x86_64
Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.5) - x86_64
Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.6) - x86_64
Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.1) - x86_64
Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6) - x86_64
Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7) - x86_64

3. Description:

PHP is an HTML-embedded scripting language commonly used with the Apache
HTTP Server.

A flaw was found in the way the PHP module for the Apache httpd web server
handled pipelined requests. A remote attacker could use this flaw to
trigger the execution of a PHP script in a deinitialized interpreter,
causing it to crash or, possibly, execute arbitrary code. (CVE-2015-3330)

A flaw was found in the way PHP parsed multipart HTTP POST requests. A
specially crafted request could cause PHP to use an excessive amount of CPU
time. (CVE-2015-4024)

An integer overflow flaw leading to a heap-based buffer overflow was found
in the way PHP's FTP extension parsed file listing FTP server responses. A
malicious FTP server could use this flaw to cause a PHP application to
crash or, possibly, execute arbitrary code. (CVE-2015-4022)

Multiple flaws were discovered in the way PHP performed object
unserialization. Specially crafted input processed by the unserialize()
function could cause a PHP application to crash or, possibly, execute
arbitrary code. (CVE-2015-4602, CVE-2015-4603)

It was found that certain PHP functions did not properly handle file names
containing a NULL character. A remote attacker could possibly use this flaw
to make a PHP script access unexpected files and bypass intended file
system access restrictions. (CVE-2015-4025, CVE-2015-4026, CVE-2015-3411,
CVE-2015-3412, CVE-2015-4598)

Multiple flaws were found in the way the way PHP's Phar extension parsed
Phar archives. A specially crafted archive could cause PHP to crash or,
possibly, execute arbitrary code when opened. (CVE-2015-2783,
CVE-2015-3307, CVE-2015-3329, CVE-2015-4021)

Multiple flaws were found in PHP's File Information (fileinfo) extension.
A remote attacker could cause a PHP application to crash if it used
fileinfo to identify type of attacker supplied files. (CVE-2015-4604,
CVE-2015-4605)

All rh-php56-php users are advised to upgrade to these updated packages,
which contain backported patches to correct these issues. After installing
the updated packages, the httpd24-httpd service must be restarted for the
update to take effect.

4. Solution:

Before applying this update, make sure all previously released errata
relevant to your system have been applied.

For details on how to apply this update, refer to:

https://access.redhat.com/articles/11258

5. Bugs fixed (https://bugzilla.redhat.com/):

1213394 - CVE-2015-3330 php: pipelined request executed in deinitialized interpreter under httpd 2.4
1213407 - CVE-2015-3411 php: missing null byte checks for paths in various PHP extensions
1213442 - CVE-2015-4604 CVE-2015-4605 php: denial of service when processing a crafted file with Fileinfo
1213446 - CVE-2015-2783 php: buffer over-read in Phar metadata parsing
1213449 - CVE-2015-3329 php: buffer overflow in phar_set_inode()
1222485 - CVE-2015-4024 php: multipart/form-data request paring CPU usage DoS
1223408 - CVE-2015-4025 php: CVE-2006-7243 regressions in 5.4+
1223412 - CVE-2015-4022 php: integer overflow leading to heap overflow when reading FTP file listing
1223422 - CVE-2015-4026 php: pcntl_exec() accepts paths with NUL character
1223425 - CVE-2015-4021 php: memory corruption in phar_parse_tarfile caused by empty entry file name
1223441 - CVE-2015-3307 php: invalid pointer free() in phar_tar_process_metadata()
1232823 - CVE-2015-3412 php: missing null byte checks for paths in various PHP extensions
1232897 - CVE-2015-4598 php: missing null byte checks for paths in DOM and GD extensions
1232918 - CVE-2015-4603 php: exception::getTraceAsString type confusion issue after unserialize
1232923 - CVE-2015-4602 php: Incomplete Class unserialization type confusion

6. Package List:

Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6):

Source:
rh-php56-php-5.6.5-7.el6.src.rpm

x86_64:
rh-php56-php-5.6.5-7.el6.x86_64.rpm
rh-php56-php-bcmath-5.6.5-7.el6.x86_64.rpm
rh-php56-php-cli-5.6.5-7.el6.x86_64.rpm
rh-php56-php-common-5.6.5-7.el6.x86_64.rpm
rh-php56-php-dba-5.6.5-7.el6.x86_64.rpm
rh-php56-php-dbg-5.6.5-7.el6.x86_64.rpm
rh-php56-php-debuginfo-5.6.5-7.el6.x86_64.rpm
rh-php56-php-devel-5.6.5-7.el6.x86_64.rpm
rh-php56-php-embedded-5.6.5-7.el6.x86_64.rpm
rh-php56-php-enchant-5.6.5-7.el6.x86_64.rpm
rh-php56-php-fpm-5.6.5-7.el6.x86_64.rpm
rh-php56-php-gd-5.6.5-7.el6.x86_64.rpm
rh-php56-php-gmp-5.6.5-7.el6.x86_64.rpm
rh-php56-php-imap-5.6.5-7.el6.x86_64.rpm
rh-php56-php-intl-5.6.5-7.el6.x86_64.rpm
rh-php56-php-ldap-5.6.5-7.el6.x86_64.rpm
rh-php56-php-mbstring-5.6.5-7.el6.x86_64.rpm
rh-php56-php-mysqlnd-5.6.5-7.el6.x86_64.rpm
rh-php56-php-odbc-5.6.5-7.el6.x86_64.rpm
rh-php56-php-opcache-5.6.5-7.el6.x86_64.rpm
rh-php56-php-pdo-5.6.5-7.el6.x86_64.rpm
rh-php56-php-pgsql-5.6.5-7.el6.x86_64.rpm
rh-php56-php-process-5.6.5-7.el6.x86_64.rpm
rh-php56-php-pspell-5.6.5-7.el6.x86_64.rpm
rh-php56-php-recode-5.6.5-7.el6.x86_64.rpm
rh-php56-php-snmp-5.6.5-7.el6.x86_64.rpm
rh-php56-php-soap-5.6.5-7.el6.x86_64.rpm
rh-php56-php-tidy-5.6.5-7.el6.x86_64.rpm
rh-php56-php-xml-5.6.5-7.el6.x86_64.rpm
rh-php56-php-xmlrpc-5.6.5-7.el6.x86_64.rpm

Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.5):

Source:
rh-php56-php-5.6.5-7.el6.src.rpm

x86_64:
rh-php56-php-5.6.5-7.el6.x86_64.rpm
rh-php56-php-bcmath-5.6.5-7.el6.x86_64.rpm
rh-php56-php-cli-5.6.5-7.el6.x86_64.rpm
rh-php56-php-common-5.6.5-7.el6.x86_64.rpm
rh-php56-php-dba-5.6.5-7.el6.x86_64.rpm
rh-php56-php-dbg-5.6.5-7.el6.x86_64.rpm
rh-php56-php-debuginfo-5.6.5-7.el6.x86_64.rpm
rh-php56-php-devel-5.6.5-7.el6.x86_64.rpm
rh-php56-php-embedded-5.6.5-7.el6.x86_64.rpm
rh-php56-php-enchant-5.6.5-7.el6.x86_64.rpm
rh-php56-php-fpm-5.6.5-7.el6.x86_64.rpm
rh-php56-php-gd-5.6.5-7.el6.x86_64.rpm
rh-php56-php-gmp-5.6.5-7.el6.x86_64.rpm
rh-php56-php-imap-5.6.5-7.el6.x86_64.rpm
rh-php56-php-intl-5.6.5-7.el6.x86_64.rpm
rh-php56-php-ldap-5.6.5-7.el6.x86_64.rpm
rh-php56-php-mbstring-5.6.5-7.el6.x86_64.rpm
rh-php56-php-mysqlnd-5.6.5-7.el6.x86_64.rpm
rh-php56-php-odbc-5.6.5-7.el6.x86_64.rpm
rh-php56-php-opcache-5.6.5-7.el6.x86_64.rpm
rh-php56-php-pdo-5.6.5-7.el6.x86_64.rpm
rh-php56-php-pgsql-5.6.5-7.el6.x86_64.rpm
rh-php56-php-process-5.6.5-7.el6.x86_64.rpm
rh-php56-php-pspell-5.6.5-7.el6.x86_64.rpm
rh-php56-php-recode-5.6.5-7.el6.x86_64.rpm
rh-php56-php-snmp-5.6.5-7.el6.x86_64.rpm
rh-php56-php-soap-5.6.5-7.el6.x86_64.rpm
rh-php56-php-tidy-5.6.5-7.el6.x86_64.rpm
rh-php56-php-xml-5.6.5-7.el6.x86_64.rpm
rh-php56-php-xmlrpc-5.6.5-7.el6.x86_64.rpm

Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 6.6):

Source:
rh-php56-php-5.6.5-7.el6.src.rpm

x86_64:
rh-php56-php-5.6.5-7.el6.x86_64.rpm
rh-php56-php-bcmath-5.6.5-7.el6.x86_64.rpm
rh-php56-php-cli-5.6.5-7.el6.x86_64.rpm
rh-php56-php-common-5.6.5-7.el6.x86_64.rpm
rh-php56-php-dba-5.6.5-7.el6.x86_64.rpm
rh-php56-php-dbg-5.6.5-7.el6.x86_64.rpm
rh-php56-php-debuginfo-5.6.5-7.el6.x86_64.rpm
rh-php56-php-devel-5.6.5-7.el6.x86_64.rpm
rh-php56-php-embedded-5.6.5-7.el6.x86_64.rpm
rh-php56-php-enchant-5.6.5-7.el6.x86_64.rpm
rh-php56-php-fpm-5.6.5-7.el6.x86_64.rpm
rh-php56-php-gd-5.6.5-7.el6.x86_64.rpm
rh-php56-php-gmp-5.6.5-7.el6.x86_64.rpm
rh-php56-php-imap-5.6.5-7.el6.x86_64.rpm
rh-php56-php-intl-5.6.5-7.el6.x86_64.rpm
rh-php56-php-ldap-5.6.5-7.el6.x86_64.rpm
rh-php56-php-mbstring-5.6.5-7.el6.x86_64.rpm
rh-php56-php-mysqlnd-5.6.5-7.el6.x86_64.rpm
rh-php56-php-odbc-5.6.5-7.el6.x86_64.rpm
rh-php56-php-opcache-5.6.5-7.el6.x86_64.rpm
rh-php56-php-pdo-5.6.5-7.el6.x86_64.rpm
rh-php56-php-pgsql-5.6.5-7.el6.x86_64.rpm
rh-php56-php-process-5.6.5-7.el6.x86_64.rpm
rh-php56-php-pspell-5.6.5-7.el6.x86_64.rpm
rh-php56-php-recode-5.6.5-7.el6.x86_64.rpm
rh-php56-php-snmp-5.6.5-7.el6.x86_64.rpm
rh-php56-php-soap-5.6.5-7.el6.x86_64.rpm
rh-php56-php-tidy-5.6.5-7.el6.x86_64.rpm
rh-php56-php-xml-5.6.5-7.el6.x86_64.rpm
rh-php56-php-xmlrpc-5.6.5-7.el6.x86_64.rpm

Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6):

Source:
rh-php56-php-5.6.5-7.el6.src.rpm

x86_64:
rh-php56-php-5.6.5-7.el6.x86_64.rpm
rh-php56-php-bcmath-5.6.5-7.el6.x86_64.rpm
rh-php56-php-cli-5.6.5-7.el6.x86_64.rpm
rh-php56-php-common-5.6.5-7.el6.x86_64.rpm
rh-php56-php-dba-5.6.5-7.el6.x86_64.rpm
rh-php56-php-dbg-5.6.5-7.el6.x86_64.rpm
rh-php56-php-debuginfo-5.6.5-7.el6.x86_64.rpm
rh-php56-php-devel-5.6.5-7.el6.x86_64.rpm
rh-php56-php-embedded-5.6.5-7.el6.x86_64.rpm
rh-php56-php-enchant-5.6.5-7.el6.x86_64.rpm
rh-php56-php-fpm-5.6.5-7.el6.x86_64.rpm
rh-php56-php-gd-5.6.5-7.el6.x86_64.rpm
rh-php56-php-gmp-5.6.5-7.el6.x86_64.rpm
rh-php56-php-imap-5.6.5-7.el6.x86_64.rpm
rh-php56-php-intl-5.6.5-7.el6.x86_64.rpm
rh-php56-php-ldap-5.6.5-7.el6.x86_64.rpm
rh-php56-php-mbstring-5.6.5-7.el6.x86_64.rpm
rh-php56-php-mysqlnd-5.6.5-7.el6.x86_64.rpm
rh-php56-php-odbc-5.6.5-7.el6.x86_64.rpm
rh-php56-php-opcache-5.6.5-7.el6.x86_64.rpm
rh-php56-php-pdo-5.6.5-7.el6.x86_64.rpm
rh-php56-php-pgsql-5.6.5-7.el6.x86_64.rpm
rh-php56-php-process-5.6.5-7.el6.x86_64.rpm
rh-php56-php-pspell-5.6.5-7.el6.x86_64.rpm
rh-php56-php-recode-5.6.5-7.el6.x86_64.rpm
rh-php56-php-snmp-5.6.5-7.el6.x86_64.rpm
rh-php56-php-soap-5.6.5-7.el6.x86_64.rpm
rh-php56-php-tidy-5.6.5-7.el6.x86_64.rpm
rh-php56-php-xml-5.6.5-7.el6.x86_64.rpm
rh-php56-php-xmlrpc-5.6.5-7.el6.x86_64.rpm

Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7):

Source:
rh-php56-php-5.6.5-7.el7.src.rpm

x86_64:
rh-php56-php-5.6.5-7.el7.x86_64.rpm
rh-php56-php-bcmath-5.6.5-7.el7.x86_64.rpm
rh-php56-php-cli-5.6.5-7.el7.x86_64.rpm
rh-php56-php-common-5.6.5-7.el7.x86_64.rpm
rh-php56-php-dba-5.6.5-7.el7.x86_64.rpm
rh-php56-php-dbg-5.6.5-7.el7.x86_64.rpm
rh-php56-php-debuginfo-5.6.5-7.el7.x86_64.rpm
rh-php56-php-devel-5.6.5-7.el7.x86_64.rpm
rh-php56-php-embedded-5.6.5-7.el7.x86_64.rpm
rh-php56-php-enchant-5.6.5-7.el7.x86_64.rpm
rh-php56-php-fpm-5.6.5-7.el7.x86_64.rpm
rh-php56-php-gd-5.6.5-7.el7.x86_64.rpm
rh-php56-php-gmp-5.6.5-7.el7.x86_64.rpm
rh-php56-php-intl-5.6.5-7.el7.x86_64.rpm
rh-php56-php-ldap-5.6.5-7.el7.x86_64.rpm
rh-php56-php-mbstring-5.6.5-7.el7.x86_64.rpm
rh-php56-php-mysqlnd-5.6.5-7.el7.x86_64.rpm
rh-php56-php-odbc-5.6.5-7.el7.x86_64.rpm
rh-php56-php-opcache-5.6.5-7.el7.x86_64.rpm
rh-php56-php-pdo-5.6.5-7.el7.x86_64.rpm
rh-php56-php-pgsql-5.6.5-7.el7.x86_64.rpm
rh-php56-php-process-5.6.5-7.el7.x86_64.rpm
rh-php56-php-pspell-5.6.5-7.el7.x86_64.rpm
rh-php56-php-recode-5.6.5-7.el7.x86_64.rpm
rh-php56-php-snmp-5.6.5-7.el7.x86_64.rpm
rh-php56-php-soap-5.6.5-7.el7.x86_64.rpm
rh-php56-php-xml-5.6.5-7.el7.x86_64.rpm
rh-php56-php-xmlrpc-5.6.5-7.el7.x86_64.rpm

Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.1):

Source:
rh-php56-php-5.6.5-7.el7.src.rpm

x86_64:
rh-php56-php-5.6.5-7.el7.x86_64.rpm
rh-php56-php-bcmath-5.6.5-7.el7.x86_64.rpm
rh-php56-php-cli-5.6.5-7.el7.x86_64.rpm
rh-php56-php-common-5.6.5-7.el7.x86_64.rpm
rh-php56-php-dba-5.6.5-7.el7.x86_64.rpm
rh-php56-php-dbg-5.6.5-7.el7.x86_64.rpm
rh-php56-php-debuginfo-5.6.5-7.el7.x86_64.rpm
rh-php56-php-devel-5.6.5-7.el7.x86_64.rpm
rh-php56-php-embedded-5.6.5-7.el7.x86_64.rpm
rh-php56-php-enchant-5.6.5-7.el7.x86_64.rpm
rh-php56-php-fpm-5.6.5-7.el7.x86_64.rpm
rh-php56-php-gd-5.6.5-7.el7.x86_64.rpm
rh-php56-php-gmp-5.6.5-7.el7.x86_64.rpm
rh-php56-php-intl-5.6.5-7.el7.x86_64.rpm
rh-php56-php-ldap-5.6.5-7.el7.x86_64.rpm
rh-php56-php-mbstring-5.6.5-7.el7.x86_64.rpm
rh-php56-php-mysqlnd-5.6.5-7.el7.x86_64.rpm
rh-php56-php-odbc-5.6.5-7.el7.x86_64.rpm
rh-php56-php-opcache-5.6.5-7.el7.x86_64.rpm
rh-php56-php-pdo-5.6.5-7.el7.x86_64.rpm
rh-php56-php-pgsql-5.6.5-7.el7.x86_64.rpm
rh-php56-php-process-5.6.5-7.el7.x86_64.rpm
rh-php56-php-pspell-5.6.5-7.el7.x86_64.rpm
rh-php56-php-recode-5.6.5-7.el7.x86_64.rpm
rh-php56-php-snmp-5.6.5-7.el7.x86_64.rpm
rh-php56-php-soap-5.6.5-7.el7.x86_64.rpm
rh-php56-php-xml-5.6.5-7.el7.x86_64.rpm
rh-php56-php-xmlrpc-5.6.5-7.el7.x86_64.rpm

Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7):

Source:
rh-php56-php-5.6.5-7.el7.src.rpm

x86_64:
rh-php56-php-5.6.5-7.el7.x86_64.rpm
rh-php56-php-bcmath-5.6.5-7.el7.x86_64.rpm
rh-php56-php-cli-5.6.5-7.el7.x86_64.rpm
rh-php56-php-common-5.6.5-7.el7.x86_64.rpm
rh-php56-php-dba-5.6.5-7.el7.x86_64.rpm
rh-php56-php-dbg-5.6.5-7.el7.x86_64.rpm
rh-php56-php-debuginfo-5.6.5-7.el7.x86_64.rpm
rh-php56-php-devel-5.6.5-7.el7.x86_64.rpm
rh-php56-php-embedded-5.6.5-7.el7.x86_64.rpm
rh-php56-php-enchant-5.6.5-7.el7.x86_64.rpm
rh-php56-php-fpm-5.6.5-7.el7.x86_64.rpm
rh-php56-php-gd-5.6.5-7.el7.x86_64.rpm
rh-php56-php-gmp-5.6.5-7.el7.x86_64.rpm
rh-php56-php-intl-5.6.5-7.el7.x86_64.rpm
rh-php56-php-ldap-5.6.5-7.el7.x86_64.rpm
rh-php56-php-mbstring-5.6.5-7.el7.x86_64.rpm
rh-php56-php-mysqlnd-5.6.5-7.el7.x86_64.rpm
rh-php56-php-odbc-5.6.5-7.el7.x86_64.rpm
rh-php56-php-opcache-5.6.5-7.el7.x86_64.rpm
rh-php56-php-pdo-5.6.5-7.el7.x86_64.rpm
rh-php56-php-pgsql-5.6.5-7.el7.x86_64.rpm
rh-php56-php-process-5.6.5-7.el7.x86_64.rpm
rh-php56-php-pspell-5.6.5-7.el7.x86_64.rpm
rh-php56-php-recode-5.6.5-7.el7.x86_64.rpm
rh-php56-php-snmp-5.6.5-7.el7.x86_64.rpm
rh-php56-php-soap-5.6.5-7.el7.x86_64.rpm
rh-php56-php-xml-5.6.5-7.el7.x86_64.rpm
rh-php56-php-xmlrpc-5.6.5-7.el7.x86_64.rpm

These packages are GPG signed by Red Hat for security.  Our key and
details on how to verify the signature are available from
https://access.redhat.com/security/team/key/

7. References:

https://access.redhat.com/security/cve/CVE-2015-2783
https://access.redhat.com/security/cve/CVE-2015-3307
https://access.redhat.com/security/cve/CVE-2015-3329
https://access.redhat.com/security/cve/CVE-2015-3330
https://access.redhat.com/security/cve/CVE-2015-3411
https://access.redhat.com/security/cve/CVE-2015-3412
https://access.redhat.com/security/cve/CVE-2015-4021
https://access.redhat.com/security/cve/CVE-2015-4022
https://access.redhat.com/security/cve/CVE-2015-4024
https://access.redhat.com/security/cve/CVE-2015-4025
https://access.redhat.com/security/cve/CVE-2015-4026
https://access.redhat.com/security/cve/CVE-2015-4598
https://access.redhat.com/security/cve/CVE-2015-4602
https://access.redhat.com/security/cve/CVE-2015-4603
https://access.redhat.com/security/cve/CVE-2015-4604
https://access.redhat.com/security/cve/CVE-2015-4605
https://access.redhat.com/security/updates/classification/#important

8. Contact:

The Red Hat security contact is <secalert@redhat.com>. More contact
details at https://access.redhat.com/security/team/contact/

Copyright 2015 Red Hat, Inc.
- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iD8DBQFVi8I0XlSAg2UNWIIRAmubAKC5rXf5JhG/5cpqV+nHMjAzi65r+ACgsMeH
8D57pGwBjGofafLO8NrCgY8=
=Ruzr
- -----END PGP SIGNATURE-----

- --------------------------END INCLUDED TEXT--------------------

You have received this e-mail bulletin as a result of your organisation's
registration with AusCERT. The mailing list you are subscribed to is
maintained within your organisation, so if you do not wish to continue
receiving these bulletins you should contact your local IT manager. If
you do not know who that is, please send an email to auscert@auscert.org.au
and we will forward your request to the appropriate person.

NOTE: Third Party Rights
This security bulletin is provided as a service to AusCERT's members.  As
AusCERT did not write the document quoted above, AusCERT has had no control
over its content. The decision to follow or act on information or advice
contained in this security bulletin is the responsibility of each user or
organisation, and should be considered in accordance with your organisation's
site policies and procedures. AusCERT takes no responsibility for consequences
which may arise from following or acting on information or advice contained in
this security bulletin.

NOTE: This is only the original release of the security bulletin.  It may
not be updated when updates to the original are made.  If downloading at
a later date, it is recommended that the bulletin is retrieved directly
from the author's website to ensure that the information is still current.

Contact information for the authors of the original document is included
in the Security Bulletin above.  If you have any questions or need further
information, please contact them directly.

Previous advisories and external security bulletins can be retrieved from:

        http://www.auscert.org.au/render.html?cid=1980

===========================================================================
Australian Computer Emergency Response Team
The University of Queensland
Brisbane
Qld 4072

Internet Email: auscert@auscert.org.au
Facsimile:      (07) 3365 7031
Telephone:      (07) 3365 4417 (International: +61 7 3365 4417)
                AusCERT personnel answer during Queensland business hours
                which are GMT+10:00 (AEST).
                On call after hours for member emergencies only.
===========================================================================
-----BEGIN PGP SIGNATURE-----
Comment: http://www.auscert.org.au/render.html?it=1967

iQIVAwUBVYyURn6ZAP0PgtI9AQJsFA/+PUhJtU7vcFChTEe2JaL1w8cSoYm3lVRC
XJlDq9b93sjFWTFsy3/C00kXeEC0Etxjy0J/haQClztTqkd1Ttwmj/OwT1xiXp2p
0+5hiIjI2yCBa40UCfsSBCJH8CVhQ2zguhl8oDVT7/ZA6tYY2mjQaNgzzgrdGFtb
D2Oo1CxMcFnFTytUdWmcE9txpym2OfDkOU1CgTA+xtHik7033h5gqq9lmRZuevDl
O7mIwWziqTMCbrHfBQMmAb7bEtaHwYXylDKkJIfescg3A13b0EKPdtUO2ANEp5oA
urpTUW8Rr22v1GXrrxBnuZZ9lgaOJ+o3YBJc+y70t/CxBbRPq8hssMaLGe0hrE2R
ldoTZG94AyRFeA0qllXuMbPRjSId0DfG1McOdd4E6k45q6oDBfaa+U5IyBMk+iBd
cGQH7V6H04TIEQQv+jUTPTomb8qvCe0D2pqqfJF/vkgF1bojtJThPH1xFlOKT0j3
L4O6+17NNrYeKwJ714xwJSCYFdLxnYypjJTZABbqt5P3SasS0or5UNcp/BAGCyye
dQzoSmgAOFaJJIh5AmS9EYHwqvrZqhkEHXTom2dgyE9t5Q+gnHk5CDX27cc3StSY
JPyaBOevcfaFNGIeqDN1JrDl4vYVQ8qKRtkzd+nvj+6BG/LFlSwTgiol5aimQdVp
eYuvvJnTE04=
=SoMS
-----END PGP SIGNATURE-----