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

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

                               ESB-2014.2005
                      Important: php security updates
                              31 October 2014

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

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

Product:           php
                   php53
                   php54-php
                   php55-php
Publisher:         Red Hat
Operating System:  Red Hat Enterprise Linux Server 5
                   Red Hat Enterprise Linux WS/Desktop 5
                   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
                   Access Privileged Data          -- Remote/Unauthenticated
                   Denial of Service               -- Remote/Unauthenticated
                   Unauthorised Access             -- Remote/Unauthenticated
Resolution:        Patch/Upgrade
CVE Names:         CVE-2014-5120 CVE-2014-4721 CVE-2014-4698
                   CVE-2014-4670 CVE-2014-4049 CVE-2014-3710
                   CVE-2014-3670 CVE-2014-3669 CVE-2014-3668
                   CVE-2014-3597 CVE-2014-3587 CVE-2014-3538
                   CVE-2014-3515 CVE-2014-3487 CVE-2014-3480
                   CVE-2014-3479 CVE-2014-3478 CVE-2014-2497
                   CVE-2014-2270 CVE-2014-1943 CVE-2014-0238
                   CVE-2014-0237 CVE-2014-0207 CVE-2013-7345
                   CVE-2013-6712 CVE-2012-1571 

Reference:         ASB-2014.0083
                   ESB-2014.1843
                   ESB-2014.1720
                   ESB-2014.1715
                   ESB-2014.1617
                   ESB-2014.1551.2
                   ESB-2014.1547
                   ESB-2014.1521
                   ESB-2014.1431
                   ESB-2014.1429
                   ESB-2014.1331
                   ESB-2014.1327
                   ESB-2014.1110
                   ESB-2014.1032
                   ESB-2014.0991
                   ESB-2014.0859
                   ESB-2014.0326.2
                   ESB-2014.0265
                   ESB-2014.0199
                   ESB-2013.1788
                   ESB-2012.0233.3

Original Bulletin: 
   https://rhn.redhat.com/errata/RHSA-2014-1765.html
   https://rhn.redhat.com/errata/RHSA-2014-1766.html
   https://rhn.redhat.com/errata/RHSA-2014-1767.html
   https://rhn.redhat.com/errata/RHSA-2014-1768.html

Comment: This bulletin contains four (4) Red Hat security advisories.

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

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

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

Synopsis:          Important: php54-php security update
Advisory ID:       RHSA-2014:1765-01
Product:           Red Hat Software Collections
Advisory URL:      https://rhn.redhat.com/errata/RHSA-2014-1765.html
Issue date:        2014-10-30
CVE Names:         CVE-2013-6712 CVE-2013-7345 CVE-2014-0207 
                   CVE-2014-0237 CVE-2014-0238 CVE-2014-1943 
                   CVE-2014-2270 CVE-2014-2497 CVE-2014-3478 
                   CVE-2014-3479 CVE-2014-3480 CVE-2014-3487 
                   CVE-2014-3515 CVE-2014-3538 CVE-2014-3587 
                   CVE-2014-3597 CVE-2014-3668 CVE-2014-3669 
                   CVE-2014-3670 CVE-2014-3710 CVE-2014-4049 
                   CVE-2014-4670 CVE-2014-4698 CVE-2014-4721 
                   CVE-2014-5120 
=====================================================================

1. Summary:

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

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 1 for Red Hat Enterprise Linux Server (v. 6) - x86_64
Red Hat Software Collections 1 for Red Hat Enterprise Linux Server (v. 7) - x86_64
Red Hat Software Collections 1 for Red Hat Enterprise Linux Server EUS (v. 6.4) - x86_64
Red Hat Software Collections 1 for Red Hat Enterprise Linux Server EUS (v. 6.5) - x86_64
Red Hat Software Collections 1 for Red Hat Enterprise Linux Server EUS (v. 6.6) - x86_64
Red Hat Software Collections 1 for Red Hat Enterprise Linux Workstation (v. 6) - x86_64
Red Hat Software Collections 1 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 buffer overflow flaw was found in the Exif extension. A specially crafted
JPEG or TIFF file could cause a PHP application using the exif_thumbnail()
function to crash or, possibly, execute arbitrary code. (CVE-2014-3670)

Multiple buffer overflow flaws were found in the way PHP parsed DNS
responses. A malicious DNS server or a man-in-the-middle attacker could
use these flaws to crash or, possibly, execute arbitrary code with the
privileges of a PHP application that uses the dns_get_record() function.
(CVE-2014-4049, CVE-2014-3597)

Multiple denial of service flaws were found in the File Information
(fileinfo) extension. A remote attacker could use these flaws to cause a
PHP application using fileinfo to consume an excessive amount of CPU and
possibly crash. (CVE-2013-7345, CVE-2014-0237, CVE-2014-0238,
CVE-2014-1943, CVE-2014-3538)

Multiple boundary check flaws were found in the File Information
(fileinfo) extension. A remote attacker could use these flaws to cause a
PHP application using fileinfo to crash. (CVE-2014-0207, CVE-2014-2270,
CVE-2014-3478, CVE-2014-3479, CVE-2014-3480, CVE-2014-3487, CVE-2014-3587,
CVE-2014-3710)

A type confusion issue was found in PHP's phpinfo() function. A malicious
script author could possibly use this flaw to disclose certain portions of
server memory. (CVE-2014-4721)

A type confusion issue was found in the SPL ArrayObject and
SPLObjectStorage classes' unserialize() method. A remote attacker able to
submit specially crafted input to a PHP application, which would then
unserialize this input using one of the aforementioned methods, could use
this flaw to execute arbitrary code with the privileges of the user running
that PHP application. (CVE-2014-3515)

Two use-after-free flaws were found in the way PHP handled certain Standard
PHP Library (SPL) Iterators and ArrayIterators. A malicious script author
could possibly use either of these flaws to disclose certain portions of
server memory. (CVE-2014-4670, CVE-2014-4698)

An integer overflow flaw was found in the way custom objects were
unserialized. Specially crafted input processed by the unserialize()
function could cause a PHP application to crash. (CVE-2014-3669)

It was found that PHP's gd extension did not properly handle file names
with a null character. A remote attacker could possibly use this flaw to
make a PHP application access unexpected files and bypass intended file
system access restrictions. (CVE-2014-5120)

A NULL pointer dereference flaw was found in the gdImageCreateFromXpm()
function of PHP's gd extension. A remote attacker could use this flaw to
crash a PHP application using gd via a specially crafted X PixMap (XPM)
file. (CVE-2014-2497)

A buffer over-read flaw was found in the way the DateInterval class parsed
interval specifications. An attacker able to make a PHP application parse a
specially crafted specification using DateInterval could possibly cause the
PHP interpreter to crash. (CVE-2013-6712)

An out of bounds read flaw was found in the way the xmlrpc extension parsed
dates in the ISO 8601 format. A specially crafted XML-RPC request or
response could possibly cause a PHP application to crash. (CVE-2014-3668)

The CVE-2014-0207, CVE-2014-0237, CVE-2014-0238, CVE-2014-3478,
CVE-2014-3479, CVE-2014-3480, CVE-2014-3487, and CVE-2014-3710 issues were
discovered by Francisco Alonso of Red Hat Product Security; the
CVE-2014-3538 issue was discovered by Jan Kaluža of the Red Hat Web Stack
Team; the CVE-2014-3597 issue was discovered by David Kutálek of Red Hat
BaseOS QE.

All php54-php users are advised to upgrade to these updated packages, which
contain backported patches to correct these issues. After installing the
updated packages, the 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.

This update is available via the Red Hat Network. Details on how to use the
Red Hat Network to apply this update are available at
https://access.redhat.com/articles/11258

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

1035670 - CVE-2013-6712 php: heap-based buffer over-read in DateInterval
1065836 - CVE-2014-1943 file: unrestricted recursion in handling of indirect type rules
1072220 - CVE-2014-2270 file: out-of-bounds access in search rules with offsets from input file
1076676 - CVE-2014-2497 gd: NULL pointer dereference in gdImageCreateFromXpm()
1079846 - CVE-2013-7345 file: extensive backtracking in awk rule regular expression
1091842 - CVE-2014-0207 file: cdf_read_short_sector insufficient boundary check
1098155 - CVE-2014-0238 file: CDF property info parsing nelements infinite loop
1098193 - CVE-2014-0237 file: cdf_unpack_summary_info() excessive looping DoS
1098222 - CVE-2014-3538 file: unrestricted regular expression matching
1104858 - CVE-2014-3480 file: cdf_count_chain insufficient boundary check
1104863 - CVE-2014-3478 file: mconvert incorrect handling of truncated pascal string size
1104869 - CVE-2014-3479 file: cdf_check_stream_offset insufficient boundary check
1107544 - CVE-2014-3487 file: cdf_read_property_info insufficient boundary check
1108447 - CVE-2014-4049 php: heap-based buffer overflow in DNS TXT record parsing
1112154 - CVE-2014-3515 php: unserialize() SPL ArrayObject / SPLObjectStorage type confusion flaw
1116662 - CVE-2014-4721 php: type confusion issue in phpinfo() leading to information leak
1120259 - CVE-2014-4698 php: ArrayIterator use-after-free due to object change during sorting
1120266 - CVE-2014-4670 php: SPL Iterators use-after-free
1128587 - CVE-2014-3587 file: incomplete fix for CVE-2012-1571 in cdf_read_property_info
1132589 - CVE-2014-3597 php: multiple buffer over-reads in php_parserr
1132793 - CVE-2014-5120 php: gd extension NUL byte injection in file names
1154500 - CVE-2014-3669 php: integer overflow in unserialize()
1154502 - CVE-2014-3670 php: heap corruption issue in exif_thumbnail()
1154503 - CVE-2014-3668 php: xmlrpc ISO8601 date format parsing out-of-bounds read in mkgmtime()
1155071 - CVE-2014-3710 file: out-of-bounds read in elf note headers

6. Package List:

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

Source:
php54-php-5.4.16-22.el6.src.rpm

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

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

Source:
php54-php-5.4.16-22.el6.src.rpm

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

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

Source:
php54-php-5.4.16-22.el6.src.rpm

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

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

Source:
php54-php-5.4.16-22.el6.src.rpm

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

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

Source:
php54-php-5.4.16-22.el6.src.rpm

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

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

Source:
php54-php-5.4.16-22.el7.src.rpm

x86_64:
php54-php-5.4.16-22.el7.x86_64.rpm
php54-php-bcmath-5.4.16-22.el7.x86_64.rpm
php54-php-cli-5.4.16-22.el7.x86_64.rpm
php54-php-common-5.4.16-22.el7.x86_64.rpm
php54-php-dba-5.4.16-22.el7.x86_64.rpm
php54-php-debuginfo-5.4.16-22.el7.x86_64.rpm
php54-php-devel-5.4.16-22.el7.x86_64.rpm
php54-php-enchant-5.4.16-22.el7.x86_64.rpm
php54-php-fpm-5.4.16-22.el7.x86_64.rpm
php54-php-gd-5.4.16-22.el7.x86_64.rpm
php54-php-intl-5.4.16-22.el7.x86_64.rpm
php54-php-ldap-5.4.16-22.el7.x86_64.rpm
php54-php-mbstring-5.4.16-22.el7.x86_64.rpm
php54-php-mysqlnd-5.4.16-22.el7.x86_64.rpm
php54-php-odbc-5.4.16-22.el7.x86_64.rpm
php54-php-pdo-5.4.16-22.el7.x86_64.rpm
php54-php-pgsql-5.4.16-22.el7.x86_64.rpm
php54-php-process-5.4.16-22.el7.x86_64.rpm
php54-php-pspell-5.4.16-22.el7.x86_64.rpm
php54-php-recode-5.4.16-22.el7.x86_64.rpm
php54-php-snmp-5.4.16-22.el7.x86_64.rpm
php54-php-soap-5.4.16-22.el7.x86_64.rpm
php54-php-xml-5.4.16-22.el7.x86_64.rpm
php54-php-xmlrpc-5.4.16-22.el7.x86_64.rpm

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

Source:
php54-php-5.4.16-22.el7.src.rpm

x86_64:
php54-php-5.4.16-22.el7.x86_64.rpm
php54-php-bcmath-5.4.16-22.el7.x86_64.rpm
php54-php-cli-5.4.16-22.el7.x86_64.rpm
php54-php-common-5.4.16-22.el7.x86_64.rpm
php54-php-dba-5.4.16-22.el7.x86_64.rpm
php54-php-debuginfo-5.4.16-22.el7.x86_64.rpm
php54-php-devel-5.4.16-22.el7.x86_64.rpm
php54-php-enchant-5.4.16-22.el7.x86_64.rpm
php54-php-fpm-5.4.16-22.el7.x86_64.rpm
php54-php-gd-5.4.16-22.el7.x86_64.rpm
php54-php-intl-5.4.16-22.el7.x86_64.rpm
php54-php-ldap-5.4.16-22.el7.x86_64.rpm
php54-php-mbstring-5.4.16-22.el7.x86_64.rpm
php54-php-mysqlnd-5.4.16-22.el7.x86_64.rpm
php54-php-odbc-5.4.16-22.el7.x86_64.rpm
php54-php-pdo-5.4.16-22.el7.x86_64.rpm
php54-php-pgsql-5.4.16-22.el7.x86_64.rpm
php54-php-process-5.4.16-22.el7.x86_64.rpm
php54-php-pspell-5.4.16-22.el7.x86_64.rpm
php54-php-recode-5.4.16-22.el7.x86_64.rpm
php54-php-snmp-5.4.16-22.el7.x86_64.rpm
php54-php-soap-5.4.16-22.el7.x86_64.rpm
php54-php-xml-5.4.16-22.el7.x86_64.rpm
php54-php-xmlrpc-5.4.16-22.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-2013-6712
https://access.redhat.com/security/cve/CVE-2013-7345
https://access.redhat.com/security/cve/CVE-2014-0207
https://access.redhat.com/security/cve/CVE-2014-0237
https://access.redhat.com/security/cve/CVE-2014-0238
https://access.redhat.com/security/cve/CVE-2014-1943
https://access.redhat.com/security/cve/CVE-2014-2270
https://access.redhat.com/security/cve/CVE-2014-2497
https://access.redhat.com/security/cve/CVE-2014-3478
https://access.redhat.com/security/cve/CVE-2014-3479
https://access.redhat.com/security/cve/CVE-2014-3480
https://access.redhat.com/security/cve/CVE-2014-3487
https://access.redhat.com/security/cve/CVE-2014-3515
https://access.redhat.com/security/cve/CVE-2014-3538
https://access.redhat.com/security/cve/CVE-2014-3587
https://access.redhat.com/security/cve/CVE-2014-3597
https://access.redhat.com/security/cve/CVE-2014-3668
https://access.redhat.com/security/cve/CVE-2014-3669
https://access.redhat.com/security/cve/CVE-2014-3670
https://access.redhat.com/security/cve/CVE-2014-3710
https://access.redhat.com/security/cve/CVE-2014-4049
https://access.redhat.com/security/cve/CVE-2014-4670
https://access.redhat.com/security/cve/CVE-2014-4698
https://access.redhat.com/security/cve/CVE-2014-4721
https://access.redhat.com/security/cve/CVE-2014-5120
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 2014 Red Hat, Inc.
- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iD8DBQFUUqUKXlSAg2UNWIIRAjOVAKCpGLdlKkkekepN6kcFJZMPAAABIQCeOxaS
CZNh+ke6Be93ZKCSwqWDm+c=
=YZgO
- -----END PGP SIGNATURE-----

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

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

Synopsis:          Important: php55-php security update
Advisory ID:       RHSA-2014:1766-01
Product:           Red Hat Software Collections
Advisory URL:      https://rhn.redhat.com/errata/RHSA-2014-1766.html
Issue date:        2014-10-30
CVE Names:         CVE-2014-0207 CVE-2014-0237 CVE-2014-0238 
                   CVE-2014-2497 CVE-2014-3478 CVE-2014-3479 
                   CVE-2014-3480 CVE-2014-3487 CVE-2014-3515 
                   CVE-2014-3538 CVE-2014-3587 CVE-2014-3597 
                   CVE-2014-3668 CVE-2014-3669 CVE-2014-3670 
                   CVE-2014-3710 CVE-2014-4049 CVE-2014-4670 
                   CVE-2014-4698 CVE-2014-4721 CVE-2014-5120 
=====================================================================

1. Summary:

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

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 1 for Red Hat Enterprise Linux Server (v. 6) - x86_64
Red Hat Software Collections 1 for Red Hat Enterprise Linux Server (v. 7) - x86_64
Red Hat Software Collections 1 for Red Hat Enterprise Linux Server EUS (v. 6.4) - x86_64
Red Hat Software Collections 1 for Red Hat Enterprise Linux Server EUS (v. 6.5) - x86_64
Red Hat Software Collections 1 for Red Hat Enterprise Linux Server EUS (v. 6.6) - x86_64
Red Hat Software Collections 1 for Red Hat Enterprise Linux Workstation (v. 6) - x86_64
Red Hat Software Collections 1 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 buffer overflow flaw was found in the Exif extension. A specially crafted
JPEG or TIFF file could cause a PHP application using the exif_thumbnail()
function to crash or, possibly, execute arbitrary code. (CVE-2014-3670)

Multiple buffer overflow flaws were found in the way PHP parsed DNS
responses. A malicious DNS server or a man-in-the-middle attacker could
use these flaws to crash or, possibly, execute arbitrary code with the
privileges of a PHP application that uses the dns_get_record() function.
(CVE-2014-4049, CVE-2014-3597)

Multiple denial of service flaws were found in the File Information
(fileinfo) extension. A remote attacker could use these flaws to cause a
PHP application using fileinfo to consume an excessive amount of CPU and
possibly crash. (CVE-2014-0237, CVE-2014-0238, CVE-2014-3538)

Multiple boundary check flaws were found in the File Information (fileinfo)
extension. A remote attacker could use these flaws to cause a PHP
application using fileinfo to crash. (CVE-2014-0207, CVE-2014-3478,
CVE-2014-3479, CVE-2014-3480, CVE-2014-3487, CVE-2014-3587, CVE-2014-3710)

A type confusion issue was found in PHP's phpinfo() function. A malicious
script author could possibly use this flaw to disclose certain portions of
server memory. (CVE-2014-4721)

A type confusion issue was found in the SPL ArrayObject and
SPLObjectStorage classes' unserialize() method. A remote attacker able to
submit specially crafted input to a PHP application, which would then
unserialize this input using one of the aforementioned methods, could use
this flaw to execute arbitrary code with the privileges of the user running
that PHP application. (CVE-2014-3515)

Two use-after-free flaws were found in the way PHP handled certain Standard
PHP Library (SPL) Iterators and ArrayIterators. A malicious script author
could possibly use either of these flaws to disclose certain portions of
server memory. (CVE-2014-4670, CVE-2014-4698)

An integer overflow flaw was found in the way custom objects were
unserialized. Specially crafted input processed by the unserialize()
function could cause a PHP application to crash. (CVE-2014-3669)

It was found that PHP's gd extension did not properly handle file names
with a null character. A remote attacker could possibly use this flaw to
make a PHP application access unexpected files and bypass intended file
system access restrictions. (CVE-2014-5120)

A NULL pointer dereference flaw was found in the gdImageCreateFromXpm()
function of PHP's gd extension. A remote attacker could use this flaw to
crash a PHP application using gd via a specially crafted X PixMap (XPM)
file. (CVE-2014-2497)

An out of bounds read flaw was found in the way the xmlrpc extension parsed
dates in the ISO 8601 format. A specially crafted XML-RPC request or
response could possibly cause a PHP application to crash. (CVE-2014-3668)

The CVE-2014-0207, CVE-2014-0237, CVE-2014-0238, CVE-2014-3478,
CVE-2014-3479, CVE-2014-3480, CVE-2014-3487, and CVE-2014-3710 issues were
discovered by Francisco Alonso of Red Hat Product Security; the
CVE-2014-3538 issue was discovered by Jan Kaluža of the Red Hat Web Stack
Team; the CVE-2014-3597 issue was discovered by David Kutálek of Red Hat
BaseOS QE.

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.

This update is available via the Red Hat Network. Details on how to use the
Red Hat Network to apply this update are available at
https://access.redhat.com/articles/11258

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

1076676 - CVE-2014-2497 gd: NULL pointer dereference in gdImageCreateFromXpm()
1091842 - CVE-2014-0207 file: cdf_read_short_sector insufficient boundary check
1098155 - CVE-2014-0238 file: CDF property info parsing nelements infinite loop
1098193 - CVE-2014-0237 file: cdf_unpack_summary_info() excessive looping DoS
1098222 - CVE-2014-3538 file: unrestricted regular expression matching
1104858 - CVE-2014-3480 file: cdf_count_chain insufficient boundary check
1104863 - CVE-2014-3478 file: mconvert incorrect handling of truncated pascal string size
1104869 - CVE-2014-3479 file: cdf_check_stream_offset insufficient boundary check
1107544 - CVE-2014-3487 file: cdf_read_property_info insufficient boundary check
1108447 - CVE-2014-4049 php: heap-based buffer overflow in DNS TXT record parsing
1112154 - CVE-2014-3515 php: unserialize() SPL ArrayObject / SPLObjectStorage type confusion flaw
1116662 - CVE-2014-4721 php: type confusion issue in phpinfo() leading to information leak
1120259 - CVE-2014-4698 php: ArrayIterator use-after-free due to object change during sorting
1120266 - CVE-2014-4670 php: SPL Iterators use-after-free
1128587 - CVE-2014-3587 file: incomplete fix for CVE-2012-1571 in cdf_read_property_info
1132589 - CVE-2014-3597 php: multiple buffer over-reads in php_parserr
1132793 - CVE-2014-5120 php: gd extension NUL byte injection in file names
1154500 - CVE-2014-3669 php: integer overflow in unserialize()
1154502 - CVE-2014-3670 php: heap corruption issue in exif_thumbnail()
1154503 - CVE-2014-3668 php: xmlrpc ISO8601 date format parsing out-of-bounds read in mkgmtime()
1155071 - CVE-2014-3710 file: out-of-bounds read in elf note headers

6. Package List:

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

Source:
php55-php-5.5.6-13.el6.src.rpm

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

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

Source:
php55-php-5.5.6-13.el6.src.rpm

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

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

Source:
php55-php-5.5.6-13.el6.src.rpm

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

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

Source:
php55-php-5.5.6-13.el6.src.rpm

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

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

Source:
php55-php-5.5.6-13.el6.src.rpm

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

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

Source:
php55-php-5.5.6-13.el7.src.rpm

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

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

Source:
php55-php-5.5.6-13.el7.src.rpm

x86_64:
php55-php-5.5.6-13.el7.x86_64.rpm
php55-php-bcmath-5.5.6-13.el7.x86_64.rpm
php55-php-cli-5.5.6-13.el7.x86_64.rpm
php55-php-common-5.5.6-13.el7.x86_64.rpm
php55-php-dba-5.5.6-13.el7.x86_64.rpm
php55-php-debuginfo-5.5.6-13.el7.x86_64.rpm
php55-php-devel-5.5.6-13.el7.x86_64.rpm
php55-php-enchant-5.5.6-13.el7.x86_64.rpm
php55-php-fpm-5.5.6-13.el7.x86_64.rpm
php55-php-gd-5.5.6-13.el7.x86_64.rpm
php55-php-gmp-5.5.6-13.el7.x86_64.rpm
php55-php-intl-5.5.6-13.el7.x86_64.rpm
php55-php-ldap-5.5.6-13.el7.x86_64.rpm
php55-php-mbstring-5.5.6-13.el7.x86_64.rpm
php55-php-mysqlnd-5.5.6-13.el7.x86_64.rpm
php55-php-odbc-5.5.6-13.el7.x86_64.rpm
php55-php-opcache-5.5.6-13.el7.x86_64.rpm
php55-php-pdo-5.5.6-13.el7.x86_64.rpm
php55-php-pgsql-5.5.6-13.el7.x86_64.rpm
php55-php-process-5.5.6-13.el7.x86_64.rpm
php55-php-pspell-5.5.6-13.el7.x86_64.rpm
php55-php-recode-5.5.6-13.el7.x86_64.rpm
php55-php-snmp-5.5.6-13.el7.x86_64.rpm
php55-php-soap-5.5.6-13.el7.x86_64.rpm
php55-php-xml-5.5.6-13.el7.x86_64.rpm
php55-php-xmlrpc-5.5.6-13.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-2014-0207
https://access.redhat.com/security/cve/CVE-2014-0237
https://access.redhat.com/security/cve/CVE-2014-0238
https://access.redhat.com/security/cve/CVE-2014-2497
https://access.redhat.com/security/cve/CVE-2014-3478
https://access.redhat.com/security/cve/CVE-2014-3479
https://access.redhat.com/security/cve/CVE-2014-3480
https://access.redhat.com/security/cve/CVE-2014-3487
https://access.redhat.com/security/cve/CVE-2014-3515
https://access.redhat.com/security/cve/CVE-2014-3538
https://access.redhat.com/security/cve/CVE-2014-3587
https://access.redhat.com/security/cve/CVE-2014-3597
https://access.redhat.com/security/cve/CVE-2014-3668
https://access.redhat.com/security/cve/CVE-2014-3669
https://access.redhat.com/security/cve/CVE-2014-3670
https://access.redhat.com/security/cve/CVE-2014-3710
https://access.redhat.com/security/cve/CVE-2014-4049
https://access.redhat.com/security/cve/CVE-2014-4670
https://access.redhat.com/security/cve/CVE-2014-4698
https://access.redhat.com/security/cve/CVE-2014-4721
https://access.redhat.com/security/cve/CVE-2014-5120
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 2014 Red Hat, Inc.
- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iD8DBQFUUqVCXlSAg2UNWIIRApPAAJ9lYPqCBxe5DzbqE/+++66STglVQwCgqVdv
ch8sZgKxc2eDQojqtR6JcyI=
=ckTx
- -----END PGP SIGNATURE-----

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

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

Synopsis:          Important: php security update
Advisory ID:       RHSA-2014:1767-01
Product:           Red Hat Enterprise Linux
Advisory URL:      https://rhn.redhat.com/errata/RHSA-2014-1767.html
Issue date:        2014-10-30
CVE Names:         CVE-2014-3668 CVE-2014-3669 CVE-2014-3670 
                   CVE-2014-3710 
=====================================================================

1. Summary:

Updated php packages that fix multiple security issues are now available
for Red Hat Enterprise Linux 6 and 7.

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 Enterprise Linux Client Optional (v. 7) - x86_64
Red Hat Enterprise Linux ComputeNode Optional (v. 7) - x86_64
Red Hat Enterprise Linux Desktop Optional (v. 6) - i386, x86_64
Red Hat Enterprise Linux HPC Node (v. 6) - x86_64
Red Hat Enterprise Linux HPC Node Optional (v. 6) - x86_64
Red Hat Enterprise Linux Server (v. 6) - i386, ppc64, s390x, x86_64
Red Hat Enterprise Linux Server (v. 7) - ppc64, s390x, x86_64
Red Hat Enterprise Linux Server Optional (v. 6) - i386, ppc64, s390x, x86_64
Red Hat Enterprise Linux Server Optional (v. 7) - ppc64, s390x, x86_64
Red Hat Enterprise Linux Workstation (v. 6) - i386, x86_64
Red Hat Enterprise Linux Workstation (v. 7) - x86_64
Red Hat Enterprise Linux Workstation Optional (v. 6) - i386, x86_64
Red Hat Enterprise Linux Workstation Optional (v. 7) - x86_64

3. Description:

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

A buffer overflow flaw was found in the Exif extension. A specially crafted
JPEG or TIFF file could cause a PHP application using the exif_thumbnail()
function to crash or, possibly, execute arbitrary code with the privileges
of the user running that PHP application. (CVE-2014-3670)

An integer overflow flaw was found in the way custom objects were
unserialized. Specially crafted input processed by the unserialize()
function could cause a PHP application to crash. (CVE-2014-3669)

An out-of-bounds read flaw was found in the way the File Information
(fileinfo) extension parsed Executable and Linkable Format (ELF) files.
A remote attacker could use this flaw to crash a PHP application using
fileinfo via a specially crafted ELF file. (CVE-2014-3710)

An out of bounds read flaw was found in the way the xmlrpc extension parsed
dates in the ISO 8601 format. A specially crafted XML-RPC request or
response could possibly cause a PHP application to crash. (CVE-2014-3668)

The CVE-2014-3710 issue was discovered by Francisco Alonso of Red Hat
Product Security.

All php users are advised to upgrade to these updated packages, which
contain backported patches to correct these issues. After installing the
updated packages, the httpd daemon 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.

This update is available via the Red Hat Network. Details on how to use the
Red Hat Network to apply this update are available at
https://access.redhat.com/articles/11258

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

1154500 - CVE-2014-3669 php: integer overflow in unserialize()
1154502 - CVE-2014-3670 php: heap corruption issue in exif_thumbnail()
1154503 - CVE-2014-3668 php: xmlrpc ISO8601 date format parsing out-of-bounds read in mkgmtime()
1155071 - CVE-2014-3710 file: out-of-bounds read in elf note headers

6. Package List:

Red Hat Enterprise Linux Desktop Optional (v. 6):

Source:
php-5.3.3-40.el6_6.src.rpm

i386:
php-5.3.3-40.el6_6.i686.rpm
php-bcmath-5.3.3-40.el6_6.i686.rpm
php-cli-5.3.3-40.el6_6.i686.rpm
php-common-5.3.3-40.el6_6.i686.rpm
php-dba-5.3.3-40.el6_6.i686.rpm
php-debuginfo-5.3.3-40.el6_6.i686.rpm
php-devel-5.3.3-40.el6_6.i686.rpm
php-embedded-5.3.3-40.el6_6.i686.rpm
php-enchant-5.3.3-40.el6_6.i686.rpm
php-fpm-5.3.3-40.el6_6.i686.rpm
php-gd-5.3.3-40.el6_6.i686.rpm
php-imap-5.3.3-40.el6_6.i686.rpm
php-intl-5.3.3-40.el6_6.i686.rpm
php-ldap-5.3.3-40.el6_6.i686.rpm
php-mbstring-5.3.3-40.el6_6.i686.rpm
php-mysql-5.3.3-40.el6_6.i686.rpm
php-odbc-5.3.3-40.el6_6.i686.rpm
php-pdo-5.3.3-40.el6_6.i686.rpm
php-pgsql-5.3.3-40.el6_6.i686.rpm
php-process-5.3.3-40.el6_6.i686.rpm
php-pspell-5.3.3-40.el6_6.i686.rpm
php-recode-5.3.3-40.el6_6.i686.rpm
php-snmp-5.3.3-40.el6_6.i686.rpm
php-soap-5.3.3-40.el6_6.i686.rpm
php-tidy-5.3.3-40.el6_6.i686.rpm
php-xml-5.3.3-40.el6_6.i686.rpm
php-xmlrpc-5.3.3-40.el6_6.i686.rpm
php-zts-5.3.3-40.el6_6.i686.rpm

x86_64:
php-5.3.3-40.el6_6.x86_64.rpm
php-bcmath-5.3.3-40.el6_6.x86_64.rpm
php-cli-5.3.3-40.el6_6.x86_64.rpm
php-common-5.3.3-40.el6_6.x86_64.rpm
php-dba-5.3.3-40.el6_6.x86_64.rpm
php-debuginfo-5.3.3-40.el6_6.x86_64.rpm
php-devel-5.3.3-40.el6_6.x86_64.rpm
php-embedded-5.3.3-40.el6_6.x86_64.rpm
php-enchant-5.3.3-40.el6_6.x86_64.rpm
php-fpm-5.3.3-40.el6_6.x86_64.rpm
php-gd-5.3.3-40.el6_6.x86_64.rpm
php-imap-5.3.3-40.el6_6.x86_64.rpm
php-intl-5.3.3-40.el6_6.x86_64.rpm
php-ldap-5.3.3-40.el6_6.x86_64.rpm
php-mbstring-5.3.3-40.el6_6.x86_64.rpm
php-mysql-5.3.3-40.el6_6.x86_64.rpm
php-odbc-5.3.3-40.el6_6.x86_64.rpm
php-pdo-5.3.3-40.el6_6.x86_64.rpm
php-pgsql-5.3.3-40.el6_6.x86_64.rpm
php-process-5.3.3-40.el6_6.x86_64.rpm
php-pspell-5.3.3-40.el6_6.x86_64.rpm
php-recode-5.3.3-40.el6_6.x86_64.rpm
php-snmp-5.3.3-40.el6_6.x86_64.rpm
php-soap-5.3.3-40.el6_6.x86_64.rpm
php-tidy-5.3.3-40.el6_6.x86_64.rpm
php-xml-5.3.3-40.el6_6.x86_64.rpm
php-xmlrpc-5.3.3-40.el6_6.x86_64.rpm
php-zts-5.3.3-40.el6_6.x86_64.rpm

Red Hat Enterprise Linux HPC Node (v. 6):

Source:
php-5.3.3-40.el6_6.src.rpm

x86_64:
php-cli-5.3.3-40.el6_6.x86_64.rpm
php-common-5.3.3-40.el6_6.x86_64.rpm
php-debuginfo-5.3.3-40.el6_6.x86_64.rpm

Red Hat Enterprise Linux HPC Node Optional (v. 6):

x86_64:
php-5.3.3-40.el6_6.x86_64.rpm
php-bcmath-5.3.3-40.el6_6.x86_64.rpm
php-dba-5.3.3-40.el6_6.x86_64.rpm
php-debuginfo-5.3.3-40.el6_6.x86_64.rpm
php-devel-5.3.3-40.el6_6.x86_64.rpm
php-embedded-5.3.3-40.el6_6.x86_64.rpm
php-enchant-5.3.3-40.el6_6.x86_64.rpm
php-fpm-5.3.3-40.el6_6.x86_64.rpm
php-gd-5.3.3-40.el6_6.x86_64.rpm
php-imap-5.3.3-40.el6_6.x86_64.rpm
php-intl-5.3.3-40.el6_6.x86_64.rpm
php-ldap-5.3.3-40.el6_6.x86_64.rpm
php-mbstring-5.3.3-40.el6_6.x86_64.rpm
php-mysql-5.3.3-40.el6_6.x86_64.rpm
php-odbc-5.3.3-40.el6_6.x86_64.rpm
php-pdo-5.3.3-40.el6_6.x86_64.rpm
php-pgsql-5.3.3-40.el6_6.x86_64.rpm
php-process-5.3.3-40.el6_6.x86_64.rpm
php-pspell-5.3.3-40.el6_6.x86_64.rpm
php-recode-5.3.3-40.el6_6.x86_64.rpm
php-snmp-5.3.3-40.el6_6.x86_64.rpm
php-soap-5.3.3-40.el6_6.x86_64.rpm
php-tidy-5.3.3-40.el6_6.x86_64.rpm
php-xml-5.3.3-40.el6_6.x86_64.rpm
php-xmlrpc-5.3.3-40.el6_6.x86_64.rpm
php-zts-5.3.3-40.el6_6.x86_64.rpm

Red Hat Enterprise Linux Server (v. 6):

Source:
php-5.3.3-40.el6_6.src.rpm

i386:
php-5.3.3-40.el6_6.i686.rpm
php-cli-5.3.3-40.el6_6.i686.rpm
php-common-5.3.3-40.el6_6.i686.rpm
php-debuginfo-5.3.3-40.el6_6.i686.rpm
php-gd-5.3.3-40.el6_6.i686.rpm
php-ldap-5.3.3-40.el6_6.i686.rpm
php-mysql-5.3.3-40.el6_6.i686.rpm
php-odbc-5.3.3-40.el6_6.i686.rpm
php-pdo-5.3.3-40.el6_6.i686.rpm
php-pgsql-5.3.3-40.el6_6.i686.rpm
php-soap-5.3.3-40.el6_6.i686.rpm
php-xml-5.3.3-40.el6_6.i686.rpm
php-xmlrpc-5.3.3-40.el6_6.i686.rpm

ppc64:
php-5.3.3-40.el6_6.ppc64.rpm
php-cli-5.3.3-40.el6_6.ppc64.rpm
php-common-5.3.3-40.el6_6.ppc64.rpm
php-debuginfo-5.3.3-40.el6_6.ppc64.rpm
php-gd-5.3.3-40.el6_6.ppc64.rpm
php-ldap-5.3.3-40.el6_6.ppc64.rpm
php-mysql-5.3.3-40.el6_6.ppc64.rpm
php-odbc-5.3.3-40.el6_6.ppc64.rpm
php-pdo-5.3.3-40.el6_6.ppc64.rpm
php-pgsql-5.3.3-40.el6_6.ppc64.rpm
php-soap-5.3.3-40.el6_6.ppc64.rpm
php-xml-5.3.3-40.el6_6.ppc64.rpm
php-xmlrpc-5.3.3-40.el6_6.ppc64.rpm

s390x:
php-5.3.3-40.el6_6.s390x.rpm
php-cli-5.3.3-40.el6_6.s390x.rpm
php-common-5.3.3-40.el6_6.s390x.rpm
php-debuginfo-5.3.3-40.el6_6.s390x.rpm
php-gd-5.3.3-40.el6_6.s390x.rpm
php-ldap-5.3.3-40.el6_6.s390x.rpm
php-mysql-5.3.3-40.el6_6.s390x.rpm
php-odbc-5.3.3-40.el6_6.s390x.rpm
php-pdo-5.3.3-40.el6_6.s390x.rpm
php-pgsql-5.3.3-40.el6_6.s390x.rpm
php-soap-5.3.3-40.el6_6.s390x.rpm
php-xml-5.3.3-40.el6_6.s390x.rpm
php-xmlrpc-5.3.3-40.el6_6.s390x.rpm

x86_64:
php-5.3.3-40.el6_6.x86_64.rpm
php-cli-5.3.3-40.el6_6.x86_64.rpm
php-common-5.3.3-40.el6_6.x86_64.rpm
php-debuginfo-5.3.3-40.el6_6.x86_64.rpm
php-gd-5.3.3-40.el6_6.x86_64.rpm
php-ldap-5.3.3-40.el6_6.x86_64.rpm
php-mysql-5.3.3-40.el6_6.x86_64.rpm
php-odbc-5.3.3-40.el6_6.x86_64.rpm
php-pdo-5.3.3-40.el6_6.x86_64.rpm
php-pgsql-5.3.3-40.el6_6.x86_64.rpm
php-soap-5.3.3-40.el6_6.x86_64.rpm
php-xml-5.3.3-40.el6_6.x86_64.rpm
php-xmlrpc-5.3.3-40.el6_6.x86_64.rpm

Red Hat Enterprise Linux Server Optional (v. 6):

i386:
php-bcmath-5.3.3-40.el6_6.i686.rpm
php-dba-5.3.3-40.el6_6.i686.rpm
php-debuginfo-5.3.3-40.el6_6.i686.rpm
php-devel-5.3.3-40.el6_6.i686.rpm
php-embedded-5.3.3-40.el6_6.i686.rpm
php-enchant-5.3.3-40.el6_6.i686.rpm
php-fpm-5.3.3-40.el6_6.i686.rpm
php-imap-5.3.3-40.el6_6.i686.rpm
php-intl-5.3.3-40.el6_6.i686.rpm
php-mbstring-5.3.3-40.el6_6.i686.rpm
php-process-5.3.3-40.el6_6.i686.rpm
php-pspell-5.3.3-40.el6_6.i686.rpm
php-recode-5.3.3-40.el6_6.i686.rpm
php-snmp-5.3.3-40.el6_6.i686.rpm
php-tidy-5.3.3-40.el6_6.i686.rpm
php-zts-5.3.3-40.el6_6.i686.rpm

ppc64:
php-bcmath-5.3.3-40.el6_6.ppc64.rpm
php-dba-5.3.3-40.el6_6.ppc64.rpm
php-debuginfo-5.3.3-40.el6_6.ppc64.rpm
php-devel-5.3.3-40.el6_6.ppc64.rpm
php-embedded-5.3.3-40.el6_6.ppc64.rpm
php-enchant-5.3.3-40.el6_6.ppc64.rpm
php-fpm-5.3.3-40.el6_6.ppc64.rpm
php-imap-5.3.3-40.el6_6.ppc64.rpm
php-intl-5.3.3-40.el6_6.ppc64.rpm
php-mbstring-5.3.3-40.el6_6.ppc64.rpm
php-process-5.3.3-40.el6_6.ppc64.rpm
php-pspell-5.3.3-40.el6_6.ppc64.rpm
php-recode-5.3.3-40.el6_6.ppc64.rpm
php-snmp-5.3.3-40.el6_6.ppc64.rpm
php-tidy-5.3.3-40.el6_6.ppc64.rpm
php-zts-5.3.3-40.el6_6.ppc64.rpm

s390x:
php-bcmath-5.3.3-40.el6_6.s390x.rpm
php-dba-5.3.3-40.el6_6.s390x.rpm
php-debuginfo-5.3.3-40.el6_6.s390x.rpm
php-devel-5.3.3-40.el6_6.s390x.rpm
php-embedded-5.3.3-40.el6_6.s390x.rpm
php-enchant-5.3.3-40.el6_6.s390x.rpm
php-fpm-5.3.3-40.el6_6.s390x.rpm
php-imap-5.3.3-40.el6_6.s390x.rpm
php-intl-5.3.3-40.el6_6.s390x.rpm
php-mbstring-5.3.3-40.el6_6.s390x.rpm
php-process-5.3.3-40.el6_6.s390x.rpm
php-pspell-5.3.3-40.el6_6.s390x.rpm
php-recode-5.3.3-40.el6_6.s390x.rpm
php-snmp-5.3.3-40.el6_6.s390x.rpm
php-tidy-5.3.3-40.el6_6.s390x.rpm
php-zts-5.3.3-40.el6_6.s390x.rpm

x86_64:
php-bcmath-5.3.3-40.el6_6.x86_64.rpm
php-dba-5.3.3-40.el6_6.x86_64.rpm
php-debuginfo-5.3.3-40.el6_6.x86_64.rpm
php-devel-5.3.3-40.el6_6.x86_64.rpm
php-embedded-5.3.3-40.el6_6.x86_64.rpm
php-enchant-5.3.3-40.el6_6.x86_64.rpm
php-fpm-5.3.3-40.el6_6.x86_64.rpm
php-imap-5.3.3-40.el6_6.x86_64.rpm
php-intl-5.3.3-40.el6_6.x86_64.rpm
php-mbstring-5.3.3-40.el6_6.x86_64.rpm
php-process-5.3.3-40.el6_6.x86_64.rpm
php-pspell-5.3.3-40.el6_6.x86_64.rpm
php-recode-5.3.3-40.el6_6.x86_64.rpm
php-snmp-5.3.3-40.el6_6.x86_64.rpm
php-tidy-5.3.3-40.el6_6.x86_64.rpm
php-zts-5.3.3-40.el6_6.x86_64.rpm

Red Hat Enterprise Linux Workstation (v. 6):

Source:
php-5.3.3-40.el6_6.src.rpm

i386:
php-5.3.3-40.el6_6.i686.rpm
php-cli-5.3.3-40.el6_6.i686.rpm
php-common-5.3.3-40.el6_6.i686.rpm
php-debuginfo-5.3.3-40.el6_6.i686.rpm
php-gd-5.3.3-40.el6_6.i686.rpm
php-ldap-5.3.3-40.el6_6.i686.rpm
php-mysql-5.3.3-40.el6_6.i686.rpm
php-odbc-5.3.3-40.el6_6.i686.rpm
php-pdo-5.3.3-40.el6_6.i686.rpm
php-pgsql-5.3.3-40.el6_6.i686.rpm
php-soap-5.3.3-40.el6_6.i686.rpm
php-xml-5.3.3-40.el6_6.i686.rpm
php-xmlrpc-5.3.3-40.el6_6.i686.rpm

x86_64:
php-5.3.3-40.el6_6.x86_64.rpm
php-cli-5.3.3-40.el6_6.x86_64.rpm
php-common-5.3.3-40.el6_6.x86_64.rpm
php-debuginfo-5.3.3-40.el6_6.x86_64.rpm
php-gd-5.3.3-40.el6_6.x86_64.rpm
php-ldap-5.3.3-40.el6_6.x86_64.rpm
php-mysql-5.3.3-40.el6_6.x86_64.rpm
php-odbc-5.3.3-40.el6_6.x86_64.rpm
php-pdo-5.3.3-40.el6_6.x86_64.rpm
php-pgsql-5.3.3-40.el6_6.x86_64.rpm
php-soap-5.3.3-40.el6_6.x86_64.rpm
php-xml-5.3.3-40.el6_6.x86_64.rpm
php-xmlrpc-5.3.3-40.el6_6.x86_64.rpm

Red Hat Enterprise Linux Workstation Optional (v. 6):

i386:
php-bcmath-5.3.3-40.el6_6.i686.rpm
php-dba-5.3.3-40.el6_6.i686.rpm
php-debuginfo-5.3.3-40.el6_6.i686.rpm
php-devel-5.3.3-40.el6_6.i686.rpm
php-embedded-5.3.3-40.el6_6.i686.rpm
php-enchant-5.3.3-40.el6_6.i686.rpm
php-fpm-5.3.3-40.el6_6.i686.rpm
php-imap-5.3.3-40.el6_6.i686.rpm
php-intl-5.3.3-40.el6_6.i686.rpm
php-mbstring-5.3.3-40.el6_6.i686.rpm
php-process-5.3.3-40.el6_6.i686.rpm
php-pspell-5.3.3-40.el6_6.i686.rpm
php-recode-5.3.3-40.el6_6.i686.rpm
php-snmp-5.3.3-40.el6_6.i686.rpm
php-tidy-5.3.3-40.el6_6.i686.rpm
php-zts-5.3.3-40.el6_6.i686.rpm

x86_64:
php-bcmath-5.3.3-40.el6_6.x86_64.rpm
php-dba-5.3.3-40.el6_6.x86_64.rpm
php-debuginfo-5.3.3-40.el6_6.x86_64.rpm
php-devel-5.3.3-40.el6_6.x86_64.rpm
php-embedded-5.3.3-40.el6_6.x86_64.rpm
php-enchant-5.3.3-40.el6_6.x86_64.rpm
php-fpm-5.3.3-40.el6_6.x86_64.rpm
php-imap-5.3.3-40.el6_6.x86_64.rpm
php-intl-5.3.3-40.el6_6.x86_64.rpm
php-mbstring-5.3.3-40.el6_6.x86_64.rpm
php-process-5.3.3-40.el6_6.x86_64.rpm
php-pspell-5.3.3-40.el6_6.x86_64.rpm
php-recode-5.3.3-40.el6_6.x86_64.rpm
php-snmp-5.3.3-40.el6_6.x86_64.rpm
php-tidy-5.3.3-40.el6_6.x86_64.rpm
php-zts-5.3.3-40.el6_6.x86_64.rpm

Red Hat Enterprise Linux Client Optional (v. 7):

Source:
php-5.4.16-23.el7_0.3.src.rpm

x86_64:
php-5.4.16-23.el7_0.3.x86_64.rpm
php-bcmath-5.4.16-23.el7_0.3.x86_64.rpm
php-cli-5.4.16-23.el7_0.3.x86_64.rpm
php-common-5.4.16-23.el7_0.3.x86_64.rpm
php-dba-5.4.16-23.el7_0.3.x86_64.rpm
php-debuginfo-5.4.16-23.el7_0.3.x86_64.rpm
php-devel-5.4.16-23.el7_0.3.x86_64.rpm
php-embedded-5.4.16-23.el7_0.3.x86_64.rpm
php-enchant-5.4.16-23.el7_0.3.x86_64.rpm
php-fpm-5.4.16-23.el7_0.3.x86_64.rpm
php-gd-5.4.16-23.el7_0.3.x86_64.rpm
php-intl-5.4.16-23.el7_0.3.x86_64.rpm
php-ldap-5.4.16-23.el7_0.3.x86_64.rpm
php-mbstring-5.4.16-23.el7_0.3.x86_64.rpm
php-mysql-5.4.16-23.el7_0.3.x86_64.rpm
php-mysqlnd-5.4.16-23.el7_0.3.x86_64.rpm
php-odbc-5.4.16-23.el7_0.3.x86_64.rpm
php-pdo-5.4.16-23.el7_0.3.x86_64.rpm
php-pgsql-5.4.16-23.el7_0.3.x86_64.rpm
php-process-5.4.16-23.el7_0.3.x86_64.rpm
php-pspell-5.4.16-23.el7_0.3.x86_64.rpm
php-recode-5.4.16-23.el7_0.3.x86_64.rpm
php-snmp-5.4.16-23.el7_0.3.x86_64.rpm
php-soap-5.4.16-23.el7_0.3.x86_64.rpm
php-xml-5.4.16-23.el7_0.3.x86_64.rpm
php-xmlrpc-5.4.16-23.el7_0.3.x86_64.rpm

Red Hat Enterprise Linux ComputeNode Optional (v. 7):

Source:
php-5.4.16-23.el7_0.3.src.rpm

x86_64:
php-5.4.16-23.el7_0.3.x86_64.rpm
php-bcmath-5.4.16-23.el7_0.3.x86_64.rpm
php-cli-5.4.16-23.el7_0.3.x86_64.rpm
php-common-5.4.16-23.el7_0.3.x86_64.rpm
php-dba-5.4.16-23.el7_0.3.x86_64.rpm
php-debuginfo-5.4.16-23.el7_0.3.x86_64.rpm
php-devel-5.4.16-23.el7_0.3.x86_64.rpm
php-embedded-5.4.16-23.el7_0.3.x86_64.rpm
php-enchant-5.4.16-23.el7_0.3.x86_64.rpm
php-fpm-5.4.16-23.el7_0.3.x86_64.rpm
php-gd-5.4.16-23.el7_0.3.x86_64.rpm
php-intl-5.4.16-23.el7_0.3.x86_64.rpm
php-ldap-5.4.16-23.el7_0.3.x86_64.rpm
php-mbstring-5.4.16-23.el7_0.3.x86_64.rpm
php-mysql-5.4.16-23.el7_0.3.x86_64.rpm
php-mysqlnd-5.4.16-23.el7_0.3.x86_64.rpm
php-odbc-5.4.16-23.el7_0.3.x86_64.rpm
php-pdo-5.4.16-23.el7_0.3.x86_64.rpm
php-pgsql-5.4.16-23.el7_0.3.x86_64.rpm
php-process-5.4.16-23.el7_0.3.x86_64.rpm
php-pspell-5.4.16-23.el7_0.3.x86_64.rpm
php-recode-5.4.16-23.el7_0.3.x86_64.rpm
php-snmp-5.4.16-23.el7_0.3.x86_64.rpm
php-soap-5.4.16-23.el7_0.3.x86_64.rpm
php-xml-5.4.16-23.el7_0.3.x86_64.rpm
php-xmlrpc-5.4.16-23.el7_0.3.x86_64.rpm

Red Hat Enterprise Linux Server (v. 7):

Source:
php-5.4.16-23.el7_0.3.src.rpm

ppc64:
php-5.4.16-23.el7_0.3.ppc64.rpm
php-cli-5.4.16-23.el7_0.3.ppc64.rpm
php-common-5.4.16-23.el7_0.3.ppc64.rpm
php-debuginfo-5.4.16-23.el7_0.3.ppc64.rpm
php-gd-5.4.16-23.el7_0.3.ppc64.rpm
php-ldap-5.4.16-23.el7_0.3.ppc64.rpm
php-mysql-5.4.16-23.el7_0.3.ppc64.rpm
php-odbc-5.4.16-23.el7_0.3.ppc64.rpm
php-pdo-5.4.16-23.el7_0.3.ppc64.rpm
php-pgsql-5.4.16-23.el7_0.3.ppc64.rpm
php-process-5.4.16-23.el7_0.3.ppc64.rpm
php-recode-5.4.16-23.el7_0.3.ppc64.rpm
php-soap-5.4.16-23.el7_0.3.ppc64.rpm
php-xml-5.4.16-23.el7_0.3.ppc64.rpm
php-xmlrpc-5.4.16-23.el7_0.3.ppc64.rpm

s390x:
php-5.4.16-23.el7_0.3.s390x.rpm
php-cli-5.4.16-23.el7_0.3.s390x.rpm
php-common-5.4.16-23.el7_0.3.s390x.rpm
php-debuginfo-5.4.16-23.el7_0.3.s390x.rpm
php-gd-5.4.16-23.el7_0.3.s390x.rpm
php-ldap-5.4.16-23.el7_0.3.s390x.rpm
php-mysql-5.4.16-23.el7_0.3.s390x.rpm
php-odbc-5.4.16-23.el7_0.3.s390x.rpm
php-pdo-5.4.16-23.el7_0.3.s390x.rpm
php-pgsql-5.4.16-23.el7_0.3.s390x.rpm
php-process-5.4.16-23.el7_0.3.s390x.rpm
php-recode-5.4.16-23.el7_0.3.s390x.rpm
php-soap-5.4.16-23.el7_0.3.s390x.rpm
php-xml-5.4.16-23.el7_0.3.s390x.rpm
php-xmlrpc-5.4.16-23.el7_0.3.s390x.rpm

x86_64:
php-5.4.16-23.el7_0.3.x86_64.rpm
php-cli-5.4.16-23.el7_0.3.x86_64.rpm
php-common-5.4.16-23.el7_0.3.x86_64.rpm
php-debuginfo-5.4.16-23.el7_0.3.x86_64.rpm
php-gd-5.4.16-23.el7_0.3.x86_64.rpm
php-ldap-5.4.16-23.el7_0.3.x86_64.rpm
php-mysql-5.4.16-23.el7_0.3.x86_64.rpm
php-odbc-5.4.16-23.el7_0.3.x86_64.rpm
php-pdo-5.4.16-23.el7_0.3.x86_64.rpm
php-pgsql-5.4.16-23.el7_0.3.x86_64.rpm
php-process-5.4.16-23.el7_0.3.x86_64.rpm
php-recode-5.4.16-23.el7_0.3.x86_64.rpm
php-soap-5.4.16-23.el7_0.3.x86_64.rpm
php-xml-5.4.16-23.el7_0.3.x86_64.rpm
php-xmlrpc-5.4.16-23.el7_0.3.x86_64.rpm

Red Hat Enterprise Linux Server Optional (v. 7):

ppc64:
php-bcmath-5.4.16-23.el7_0.3.ppc64.rpm
php-dba-5.4.16-23.el7_0.3.ppc64.rpm
php-debuginfo-5.4.16-23.el7_0.3.ppc64.rpm
php-devel-5.4.16-23.el7_0.3.ppc64.rpm
php-embedded-5.4.16-23.el7_0.3.ppc64.rpm
php-enchant-5.4.16-23.el7_0.3.ppc64.rpm
php-fpm-5.4.16-23.el7_0.3.ppc64.rpm
php-intl-5.4.16-23.el7_0.3.ppc64.rpm
php-mbstring-5.4.16-23.el7_0.3.ppc64.rpm
php-mysqlnd-5.4.16-23.el7_0.3.ppc64.rpm
php-pspell-5.4.16-23.el7_0.3.ppc64.rpm
php-snmp-5.4.16-23.el7_0.3.ppc64.rpm

s390x:
php-bcmath-5.4.16-23.el7_0.3.s390x.rpm
php-dba-5.4.16-23.el7_0.3.s390x.rpm
php-debuginfo-5.4.16-23.el7_0.3.s390x.rpm
php-devel-5.4.16-23.el7_0.3.s390x.rpm
php-embedded-5.4.16-23.el7_0.3.s390x.rpm
php-enchant-5.4.16-23.el7_0.3.s390x.rpm
php-fpm-5.4.16-23.el7_0.3.s390x.rpm
php-intl-5.4.16-23.el7_0.3.s390x.rpm
php-mbstring-5.4.16-23.el7_0.3.s390x.rpm
php-mysqlnd-5.4.16-23.el7_0.3.s390x.rpm
php-pspell-5.4.16-23.el7_0.3.s390x.rpm
php-snmp-5.4.16-23.el7_0.3.s390x.rpm

x86_64:
php-bcmath-5.4.16-23.el7_0.3.x86_64.rpm
php-dba-5.4.16-23.el7_0.3.x86_64.rpm
php-debuginfo-5.4.16-23.el7_0.3.x86_64.rpm
php-devel-5.4.16-23.el7_0.3.x86_64.rpm
php-embedded-5.4.16-23.el7_0.3.x86_64.rpm
php-enchant-5.4.16-23.el7_0.3.x86_64.rpm
php-fpm-5.4.16-23.el7_0.3.x86_64.rpm
php-intl-5.4.16-23.el7_0.3.x86_64.rpm
php-mbstring-5.4.16-23.el7_0.3.x86_64.rpm
php-mysqlnd-5.4.16-23.el7_0.3.x86_64.rpm
php-pspell-5.4.16-23.el7_0.3.x86_64.rpm
php-snmp-5.4.16-23.el7_0.3.x86_64.rpm

Red Hat Enterprise Linux Workstation (v. 7):

Source:
php-5.4.16-23.el7_0.3.src.rpm

x86_64:
php-5.4.16-23.el7_0.3.x86_64.rpm
php-cli-5.4.16-23.el7_0.3.x86_64.rpm
php-common-5.4.16-23.el7_0.3.x86_64.rpm
php-debuginfo-5.4.16-23.el7_0.3.x86_64.rpm
php-gd-5.4.16-23.el7_0.3.x86_64.rpm
php-ldap-5.4.16-23.el7_0.3.x86_64.rpm
php-mysql-5.4.16-23.el7_0.3.x86_64.rpm
php-odbc-5.4.16-23.el7_0.3.x86_64.rpm
php-pdo-5.4.16-23.el7_0.3.x86_64.rpm
php-pgsql-5.4.16-23.el7_0.3.x86_64.rpm
php-process-5.4.16-23.el7_0.3.x86_64.rpm
php-recode-5.4.16-23.el7_0.3.x86_64.rpm
php-soap-5.4.16-23.el7_0.3.x86_64.rpm
php-xml-5.4.16-23.el7_0.3.x86_64.rpm
php-xmlrpc-5.4.16-23.el7_0.3.x86_64.rpm

Red Hat Enterprise Linux Workstation Optional (v. 7):

x86_64:
php-bcmath-5.4.16-23.el7_0.3.x86_64.rpm
php-dba-5.4.16-23.el7_0.3.x86_64.rpm
php-debuginfo-5.4.16-23.el7_0.3.x86_64.rpm
php-devel-5.4.16-23.el7_0.3.x86_64.rpm
php-embedded-5.4.16-23.el7_0.3.x86_64.rpm
php-enchant-5.4.16-23.el7_0.3.x86_64.rpm
php-fpm-5.4.16-23.el7_0.3.x86_64.rpm
php-intl-5.4.16-23.el7_0.3.x86_64.rpm
php-mbstring-5.4.16-23.el7_0.3.x86_64.rpm
php-mysqlnd-5.4.16-23.el7_0.3.x86_64.rpm
php-pspell-5.4.16-23.el7_0.3.x86_64.rpm
php-snmp-5.4.16-23.el7_0.3.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-2014-3668
https://access.redhat.com/security/cve/CVE-2014-3669
https://access.redhat.com/security/cve/CVE-2014-3670
https://access.redhat.com/security/cve/CVE-2014-3710
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 2014 Red Hat, Inc.
- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iD8DBQFUUqXLXlSAg2UNWIIRArMhAJ9Ov3Q5W/uB3IphUA4NGVwiPVlLaQCeMrx9
swi9y8yPiOr52b6Lbq1+ym4=
=gO0B
- -----END PGP SIGNATURE-----

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

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

Synopsis:          Important: php53 security update
Advisory ID:       RHSA-2014:1768-01
Product:           Red Hat Enterprise Linux
Advisory URL:      https://rhn.redhat.com/errata/RHSA-2014-1768.html
Issue date:        2014-10-30
CVE Names:         CVE-2014-3668 CVE-2014-3669 CVE-2014-3670 
                   CVE-2014-3710 
=====================================================================

1. Summary:

Updated php53 packages that fix multiple security issues are now available
for Red Hat Enterprise Linux 5.

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:

RHEL Desktop Workstation (v. 5 client) - i386, x86_64
Red Hat Enterprise Linux (v. 5 server) - i386, ia64, ppc, s390x, x86_64

3. Description:

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

A buffer overflow flaw was found in the Exif extension. A specially crafted
JPEG or TIFF file could cause a PHP application using the exif_thumbnail()
function to crash or, possibly, execute arbitrary code with the privileges
of the user running that PHP application. (CVE-2014-3670)

An integer overflow flaw was found in the way custom objects were
unserialized. Specially crafted input processed by the unserialize()
function could cause a PHP application to crash. (CVE-2014-3669)

An out-of-bounds read flaw was found in the way the File Information
(fileinfo) extension parsed Executable and Linkable Format (ELF) files.
A remote attacker could use this flaw to crash a PHP application using
fileinfo via a specially crafted ELF file. (CVE-2014-3710)

An out of bounds read flaw was found in the way the xmlrpc extension parsed
dates in the ISO 8601 format. A specially crafted XML-RPC request or
response could possibly cause a PHP application to crash. (CVE-2014-3668)

The CVE-2014-3710 issue was discovered by Francisco Alonso of Red Hat
Product Security.

All php53 users are advised to upgrade to these updated packages, which
contain backported patches to correct these issues. After installing the
updated packages, the httpd daemon 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.

This update is available via the Red Hat Network. Details on how to use the
Red Hat Network to apply this update are available at
https://access.redhat.com/articles/11258

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

1154500 - CVE-2014-3669 php: integer overflow in unserialize()
1154502 - CVE-2014-3670 php: heap corruption issue in exif_thumbnail()
1154503 - CVE-2014-3668 php: xmlrpc ISO8601 date format parsing out-of-bounds read in mkgmtime()
1155071 - CVE-2014-3710 file: out-of-bounds read in elf note headers

6. Package List:

RHEL Desktop Workstation (v. 5 client):

Source:
php53-5.3.3-26.el5_11.src.rpm

i386:
php53-5.3.3-26.el5_11.i386.rpm
php53-bcmath-5.3.3-26.el5_11.i386.rpm
php53-cli-5.3.3-26.el5_11.i386.rpm
php53-common-5.3.3-26.el5_11.i386.rpm
php53-dba-5.3.3-26.el5_11.i386.rpm
php53-debuginfo-5.3.3-26.el5_11.i386.rpm
php53-devel-5.3.3-26.el5_11.i386.rpm
php53-gd-5.3.3-26.el5_11.i386.rpm
php53-imap-5.3.3-26.el5_11.i386.rpm
php53-intl-5.3.3-26.el5_11.i386.rpm
php53-ldap-5.3.3-26.el5_11.i386.rpm
php53-mbstring-5.3.3-26.el5_11.i386.rpm
php53-mysql-5.3.3-26.el5_11.i386.rpm
php53-odbc-5.3.3-26.el5_11.i386.rpm
php53-pdo-5.3.3-26.el5_11.i386.rpm
php53-pgsql-5.3.3-26.el5_11.i386.rpm
php53-process-5.3.3-26.el5_11.i386.rpm
php53-pspell-5.3.3-26.el5_11.i386.rpm
php53-snmp-5.3.3-26.el5_11.i386.rpm
php53-soap-5.3.3-26.el5_11.i386.rpm
php53-xml-5.3.3-26.el5_11.i386.rpm
php53-xmlrpc-5.3.3-26.el5_11.i386.rpm

x86_64:
php53-5.3.3-26.el5_11.x86_64.rpm
php53-bcmath-5.3.3-26.el5_11.x86_64.rpm
php53-cli-5.3.3-26.el5_11.x86_64.rpm
php53-common-5.3.3-26.el5_11.x86_64.rpm
php53-dba-5.3.3-26.el5_11.x86_64.rpm
php53-debuginfo-5.3.3-26.el5_11.x86_64.rpm
php53-devel-5.3.3-26.el5_11.x86_64.rpm
php53-gd-5.3.3-26.el5_11.x86_64.rpm
php53-imap-5.3.3-26.el5_11.x86_64.rpm
php53-intl-5.3.3-26.el5_11.x86_64.rpm
php53-ldap-5.3.3-26.el5_11.x86_64.rpm
php53-mbstring-5.3.3-26.el5_11.x86_64.rpm
php53-mysql-5.3.3-26.el5_11.x86_64.rpm
php53-odbc-5.3.3-26.el5_11.x86_64.rpm
php53-pdo-5.3.3-26.el5_11.x86_64.rpm
php53-pgsql-5.3.3-26.el5_11.x86_64.rpm
php53-process-5.3.3-26.el5_11.x86_64.rpm
php53-pspell-5.3.3-26.el5_11.x86_64.rpm
php53-snmp-5.3.3-26.el5_11.x86_64.rpm
php53-soap-5.3.3-26.el5_11.x86_64.rpm
php53-xml-5.3.3-26.el5_11.x86_64.rpm
php53-xmlrpc-5.3.3-26.el5_11.x86_64.rpm

Red Hat Enterprise Linux (v. 5 server):

Source:
php53-5.3.3-26.el5_11.src.rpm

i386:
php53-5.3.3-26.el5_11.i386.rpm
php53-bcmath-5.3.3-26.el5_11.i386.rpm
php53-cli-5.3.3-26.el5_11.i386.rpm
php53-common-5.3.3-26.el5_11.i386.rpm
php53-dba-5.3.3-26.el5_11.i386.rpm
php53-debuginfo-5.3.3-26.el5_11.i386.rpm
php53-devel-5.3.3-26.el5_11.i386.rpm
php53-gd-5.3.3-26.el5_11.i386.rpm
php53-imap-5.3.3-26.el5_11.i386.rpm
php53-intl-5.3.3-26.el5_11.i386.rpm
php53-ldap-5.3.3-26.el5_11.i386.rpm
php53-mbstring-5.3.3-26.el5_11.i386.rpm
php53-mysql-5.3.3-26.el5_11.i386.rpm
php53-odbc-5.3.3-26.el5_11.i386.rpm
php53-pdo-5.3.3-26.el5_11.i386.rpm
php53-pgsql-5.3.3-26.el5_11.i386.rpm
php53-process-5.3.3-26.el5_11.i386.rpm
php53-pspell-5.3.3-26.el5_11.i386.rpm
php53-snmp-5.3.3-26.el5_11.i386.rpm
php53-soap-5.3.3-26.el5_11.i386.rpm
php53-xml-5.3.3-26.el5_11.i386.rpm
php53-xmlrpc-5.3.3-26.el5_11.i386.rpm

ia64:
php53-5.3.3-26.el5_11.ia64.rpm
php53-bcmath-5.3.3-26.el5_11.ia64.rpm
php53-cli-5.3.3-26.el5_11.ia64.rpm
php53-common-5.3.3-26.el5_11.ia64.rpm
php53-dba-5.3.3-26.el5_11.ia64.rpm
php53-debuginfo-5.3.3-26.el5_11.ia64.rpm
php53-devel-5.3.3-26.el5_11.ia64.rpm
php53-gd-5.3.3-26.el5_11.ia64.rpm
php53-imap-5.3.3-26.el5_11.ia64.rpm
php53-intl-5.3.3-26.el5_11.ia64.rpm
php53-ldap-5.3.3-26.el5_11.ia64.rpm
php53-mbstring-5.3.3-26.el5_11.ia64.rpm
php53-mysql-5.3.3-26.el5_11.ia64.rpm
php53-odbc-5.3.3-26.el5_11.ia64.rpm
php53-pdo-5.3.3-26.el5_11.ia64.rpm
php53-pgsql-5.3.3-26.el5_11.ia64.rpm
php53-process-5.3.3-26.el5_11.ia64.rpm
php53-pspell-5.3.3-26.el5_11.ia64.rpm
php53-snmp-5.3.3-26.el5_11.ia64.rpm
php53-soap-5.3.3-26.el5_11.ia64.rpm
php53-xml-5.3.3-26.el5_11.ia64.rpm
php53-xmlrpc-5.3.3-26.el5_11.ia64.rpm

ppc:
php53-5.3.3-26.el5_11.ppc.rpm
php53-bcmath-5.3.3-26.el5_11.ppc.rpm
php53-cli-5.3.3-26.el5_11.ppc.rpm
php53-common-5.3.3-26.el5_11.ppc.rpm
php53-dba-5.3.3-26.el5_11.ppc.rpm
php53-debuginfo-5.3.3-26.el5_11.ppc.rpm
php53-devel-5.3.3-26.el5_11.ppc.rpm
php53-gd-5.3.3-26.el5_11.ppc.rpm
php53-imap-5.3.3-26.el5_11.ppc.rpm
php53-intl-5.3.3-26.el5_11.ppc.rpm
php53-ldap-5.3.3-26.el5_11.ppc.rpm
php53-mbstring-5.3.3-26.el5_11.ppc.rpm
php53-mysql-5.3.3-26.el5_11.ppc.rpm
php53-odbc-5.3.3-26.el5_11.ppc.rpm
php53-pdo-5.3.3-26.el5_11.ppc.rpm
php53-pgsql-5.3.3-26.el5_11.ppc.rpm
php53-process-5.3.3-26.el5_11.ppc.rpm
php53-pspell-5.3.3-26.el5_11.ppc.rpm
php53-snmp-5.3.3-26.el5_11.ppc.rpm
php53-soap-5.3.3-26.el5_11.ppc.rpm
php53-xml-5.3.3-26.el5_11.ppc.rpm
php53-xmlrpc-5.3.3-26.el5_11.ppc.rpm

s390x:
php53-5.3.3-26.el5_11.s390x.rpm
php53-bcmath-5.3.3-26.el5_11.s390x.rpm
php53-cli-5.3.3-26.el5_11.s390x.rpm
php53-common-5.3.3-26.el5_11.s390x.rpm
php53-dba-5.3.3-26.el5_11.s390x.rpm
php53-debuginfo-5.3.3-26.el5_11.s390x.rpm
php53-devel-5.3.3-26.el5_11.s390x.rpm
php53-gd-5.3.3-26.el5_11.s390x.rpm
php53-imap-5.3.3-26.el5_11.s390x.rpm
php53-intl-5.3.3-26.el5_11.s390x.rpm
php53-ldap-5.3.3-26.el5_11.s390x.rpm
php53-mbstring-5.3.3-26.el5_11.s390x.rpm
php53-mysql-5.3.3-26.el5_11.s390x.rpm
php53-odbc-5.3.3-26.el5_11.s390x.rpm
php53-pdo-5.3.3-26.el5_11.s390x.rpm
php53-pgsql-5.3.3-26.el5_11.s390x.rpm
php53-process-5.3.3-26.el5_11.s390x.rpm
php53-pspell-5.3.3-26.el5_11.s390x.rpm
php53-snmp-5.3.3-26.el5_11.s390x.rpm
php53-soap-5.3.3-26.el5_11.s390x.rpm
php53-xml-5.3.3-26.el5_11.s390x.rpm
php53-xmlrpc-5.3.3-26.el5_11.s390x.rpm

x86_64:
php53-5.3.3-26.el5_11.x86_64.rpm
php53-bcmath-5.3.3-26.el5_11.x86_64.rpm
php53-cli-5.3.3-26.el5_11.x86_64.rpm
php53-common-5.3.3-26.el5_11.x86_64.rpm
php53-dba-5.3.3-26.el5_11.x86_64.rpm
php53-debuginfo-5.3.3-26.el5_11.x86_64.rpm
php53-devel-5.3.3-26.el5_11.x86_64.rpm
php53-gd-5.3.3-26.el5_11.x86_64.rpm
php53-imap-5.3.3-26.el5_11.x86_64.rpm
php53-intl-5.3.3-26.el5_11.x86_64.rpm
php53-ldap-5.3.3-26.el5_11.x86_64.rpm
php53-mbstring-5.3.3-26.el5_11.x86_64.rpm
php53-mysql-5.3.3-26.el5_11.x86_64.rpm
php53-odbc-5.3.3-26.el5_11.x86_64.rpm
php53-pdo-5.3.3-26.el5_11.x86_64.rpm
php53-pgsql-5.3.3-26.el5_11.x86_64.rpm
php53-process-5.3.3-26.el5_11.x86_64.rpm
php53-pspell-5.3.3-26.el5_11.x86_64.rpm
php53-snmp-5.3.3-26.el5_11.x86_64.rpm
php53-soap-5.3.3-26.el5_11.x86_64.rpm
php53-xml-5.3.3-26.el5_11.x86_64.rpm
php53-xmlrpc-5.3.3-26.el5_11.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-2014-3668
https://access.redhat.com/security/cve/CVE-2014-3669
https://access.redhat.com/security/cve/CVE-2014-3670
https://access.redhat.com/security/cve/CVE-2014-3710
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 2014 Red Hat, Inc.
- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iD8DBQFUUqYaXlSAg2UNWIIRAnVAAJ9GafX1l1QFapjmQLLSXyv6X+PmsACeLg4g
1aZFgm4lzqWVmymw19Ix7M0=
=zAxB
- -----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

iQIVAwUBVFLZdRLndAQH1ShLAQImShAAtNV2zeV2otHVf4aKc1bT+XLESdmZLB4k
6NIsl6k9raS+cSrL2UrnRDYg8yxDXM9IO8XKJXlNqfFRxswXtr060RAUskZv2FXi
Ym0DWdL0i1OMhpLNYKIcDNPsmy6CKgZCCJNSamwTYnSzpAmKI3gukzrNIiZp1Zf0
N9NJ7z6Rmj6JyZUxEEkqAdIRItpzktz4mxOxEVI419k2wUmoG98vvGAGsZUCgp5D
QjJWsP8cwwHjT7YJXS4D8yFXdTZTvBbs+A8JminzSLZkcnYNIFh8WKS78HDsvUX3
lhQKw/6Pf2aNaOKUCteATeV116auJQqVA7LUUlBzVNVoLWRw2HwBbccagjJP8znl
NXUULGR39Mw697exFqbthDAOI5PhUg/a5ogVkTRI9tQCU/IDhY2JQl+Drcryw6LV
PUeeDfrt0C9oJwQE5jeonfRssGRoKlVql9l3Bv0d8utxYMKe8tXjQ84JCqx0a2Dh
GrcfOuk8625oQPRfDORn25emMweNaCAg3vn6JJj9i0743V7wssdY53Q+LGWc+qt0
0hExsxFz8HkZmlS1ed4zYCr6nOnrILOeOX5Kb4j5zr3y1zd3Hf8bL0qdIsSt++sk
ZWM2bMipUnLMtJ9uSavndK9V5TcFA8Xey2TfYY3pF/gSuGPf09jSeBwK5ybt9Mbp
9kDvJ62E6M4=
=YBZj
-----END PGP SIGNATURE-----