Overly broad permissions can turn one compromised account into a much larger security problem. Learn how to reduce unnecessary access, review privileges, and apply least privilege across modern Linux systems. Review Linux Privileges×

Alerts This Week
Warning Icon 1 515
Alerts This Week
Warning Icon 1 515

Red Hat Enterprise Linux: RHSA-2014:1326-01 Moderate PHP53 Security Update

red hat
Calendar Grey September 30, 2014
Scroller Redhat
Significant php74 security patch for CentOS addresses various vulnerabilities. Crucial for safeguarding server integrity and enhancing functionality.
Updated php53 and php packages that fix multiple security issues are now available for Red Hat Enterprise Linux 5 and 6 respectively

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

Summary

PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. PHP's fileinfo module provides functions used to identify a particular file according to the type of data contained by the file.
It was found that the fix for CVE-2012-1571 was incomplete; the File Information (fileinfo) extension did not correctly parse certain Composite Document Format (CDF) files. A remote attacker could use this flaw to crash a PHP application using fileinfo via a specially crafted CDF file. (CVE-2014-3587)
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)
Multiple buffer over-read flaws were found in the php_parserr() function of PHP. A malicious DNS server or a man-in-the-middle attacker could possibly use this flaw to execute arbitrary code as the PHP interpreter if a PHP application used the dns_get_record() function to perform a DNS query. (CVE-2014-3597)
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)
The CVE-2014-3597 issue was discovered by David Kutálek of the Red Hat BaseOS QE.
All php53 and 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.

References

https://access.redhat.com/security/cve/CVE-2014-2497 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-4670 https://access.redhat.com/security/cve/CVE-2014-4698 https://access.redhat.com/security/updates/classification/#moderate

Package List

RHEL Desktop Workstation (v. 5 client):
Source: php53-5.3.3-24.el5.src.rpm
i386: php53-5.3.3-24.el5.i386.rpm php53-bcmath-5.3.3-24.el5.i386.rpm php53-cli-5.3.3-24.el5.i386.rpm php53-common-5.3.3-24.el5.i386.rpm php53-dba-5.3.3-24.el5.i386.rpm php53-debuginfo-5.3.3-24.el5.i386.rpm php53-devel-5.3.3-24.el5.i386.rpm php53-gd-5.3.3-24.el5.i386.rpm php53-imap-5.3.3-24.el5.i386.rpm php53-intl-5.3.3-24.el5.i386.rpm php53-ldap-5.3.3-24.el5.i386.rpm php53-mbstring-5.3.3-24.el5.i386.rpm php53-mysql-5.3.3-24.el5.i386.rpm php53-odbc-5.3.3-24.el5.i386.rpm php53-pdo-5.3.3-24.el5.i386.rpm php53-pgsql-5.3.3-24.el5.i386.rpm php53-process-5.3.3-24.el5.i386.rpm php53-pspell-5.3.3-24.el5.i386.rpm php53-snmp-5.3.3-24.el5.i386.rpm php53-soap-5.3.3-24.el5.i386.rpm php53-xml-5.3.3-24.el5.i386.rpm php53-xmlrpc-5.3.3-24.el5.i386.rpm
x86_64: php53-5.3.3-24.el5.x86_64.rpm php53-bcmath-5.3.3-24.el5.x86_64.rpm php53-cli-5.3.3-24.el5.x86_64.rpm php53-common-5.3.3-24.el5.x86_64.rpm php53-dba-5.3.3-24.el5.x86_64.rpm php53-debuginfo-5.3.3-24.el5.x86_64.rpm php53-devel-5.3.3-24.el5.x86_64.rpm php53-gd-5.3.3-24.el5.x86_64.rpm php53-imap-5.3.3-24.el5.x86_64.rpm php53-intl-5.3.3-24.el5.x86_64.rpm php53-ldap-5.3.3-24.el5.x86_64.rpm php53-mbstring-5.3.3-24.el5.x86_64.rpm

Read the Full Advisory


Advisory ID: RHSA-2014:1326-01
Product: Red Hat Enterprise Linux
Issue date: 2014-09-30

Topic

Updated php53 and php packages that fix multiple security issues are nowavailable for Red Hat Enterprise Linux 5 and 6 respectively.Red Hat Product Security has rated this update as having Moderate securityimpact. Common Vulnerability Scoring System (CVSS) base scores, which givedetailed severity ratings, are available for each vulnerability from theCVE links in the References section.

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

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 Optional (v. 6) - i386, ppc64, s390x, x86_64

Red Hat Enterprise Linux Workstation (v. 6) - i386, x86_64

Red Hat Enterprise Linux Workstation Optional (v. 6) - i386, x86_64

Bugs Fixed

1076676 - CVE-2014-2497 gd: NULL pointer dereference in gdImageCreateFromXpm()

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

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.