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 524
Alerts This Week
Warning Icon 1 524

Red Hat ELS 4: RHSA-2012:0071-01 Moderate: PHP Update and Threats

red hat
Calendar Grey January 30, 2012
Scroller Redhat
Update for Medium security vulnerabilities in PHP now available for Red Hat Enterprise Linux. Ensure your systems are protected with the newest patches!
Updated php packages that fix several security issues are now available for Red Hat Enterprise Linux 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/kb/docs/DOC-11259

Summary

PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.
It was found that the hashing routine used by PHP arrays was susceptible to predictable hash collisions. If an HTTP POST request to a PHP application contained many parameters whose names map to the same hash value, a large amount of CPU time would be consumed. This flaw has been mitigated by adding a new configuration directive, max_input_vars, that limits the maximum number of parameters processed per request. By default, max_input_vars is set to 1000. (CVE-2011-4885)
An integer overflow flaw was found in the PHP exif extension. On 32-bit systems, a specially-crafted image file could cause the PHP interpreter to crash or disclose portions of its memory when a PHP script tries to extract Exchangeable image file format (Exif) metadata from the image file. (CVE-2011-4566)
An insufficient input validation flaw, leading to a buffer over-read, was found in the PHP exif extension. A specially-crafted image file could cause the PHP interpreter to crash when a PHP script tries to extract Exchangeable image file format (Exif) metadata from the image file. (CVE-2011-0708)
An integer overflow flaw was found in the PHP calendar extension. A remote attacker able to make a PHP script call SdnToJulian() with a large value could cause the PHP interpreter to crash. (CVE-2011-1466)
An off-by-one flaw was found in PHP. If an attacker uploaded a file with a specially-crafted file name it could cause a PHP script to attempt to write a file to the root (/) directory. By default, PHP runs as the "apache" user, preventing it from writing to the root directory. (CVE-2011-2202)
Red Hat would like to thank oCERT for reporting CVE-2011-4885. oCERT acknowledges Julian Wälde and Alexander Klink as the original reporters of CVE-2011-4885.
All php users should upgrade to these updated packages, which contain backported patches to resolve 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-2011-0708 https://access.redhat.com/security/cve/CVE-2011-1466 https://access.redhat.com/security/cve/CVE-2011-2202 https://access.redhat.com/security/cve/CVE-2011-4566 https://access.redhat.com/security/cve/CVE-2011-4885 https://access.redhat.com/security/updates/classification#moderate

Package List

Red Hat Enterprise Linux AS version 4:
Source:
i386: php-4.3.9-3.35.i386.rpm php-debuginfo-4.3.9-3.35.i386.rpm php-devel-4.3.9-3.35.i386.rpm php-domxml-4.3.9-3.35.i386.rpm php-gd-4.3.9-3.35.i386.rpm php-imap-4.3.9-3.35.i386.rpm php-ldap-4.3.9-3.35.i386.rpm php-mbstring-4.3.9-3.35.i386.rpm php-mysql-4.3.9-3.35.i386.rpm php-ncurses-4.3.9-3.35.i386.rpm php-odbc-4.3.9-3.35.i386.rpm php-pear-4.3.9-3.35.i386.rpm php-pgsql-4.3.9-3.35.i386.rpm php-snmp-4.3.9-3.35.i386.rpm php-xmlrpc-4.3.9-3.35.i386.rpm
ia64: php-4.3.9-3.35.ia64.rpm php-debuginfo-4.3.9-3.35.ia64.rpm php-devel-4.3.9-3.35.ia64.rpm php-domxml-4.3.9-3.35.ia64.rpm php-gd-4.3.9-3.35.ia64.rpm php-imap-4.3.9-3.35.ia64.rpm php-ldap-4.3.9-3.35.ia64.rpm php-mbstring-4.3.9-3.35.ia64.rpm php-mysql-4.3.9-3.35.ia64.rpm php-ncurses-4.3.9-3.35.ia64.rpm php-odbc-4.3.9-3.35.ia64.rpm php-pear-4.3.9-3.35.ia64.rpm php-pgsql-4.3.9-3.35.ia64.rpm php-snmp-4.3.9-3.35.ia64.rpm php-xmlrpc-4.3.9-3.35.ia64.rpm
ppc: php-4.3.9-3.35.ppc.rpm php-debuginfo-4.3.9-3.35.ppc.rpm php-devel-4.3.9-3.35.ppc.rpm php-domxml-4.3.9-3.35.ppc.rpm php-gd-4.3.9-3.35.ppc.rpm php-imap-4.3.9-3.35.ppc.rpm php-ldap-4.3.9-3.35.ppc.rpm php-mbstring-4.3.9-3.35.ppc.rpm php-mysql-4.3.9-3.35.ppc.rpm php-ncurses-4.3.9-3.35.ppc.rpm php-odbc-4.3.9-3.35.ppc.rpm

Read the Full Advisory


Advisory ID: RHSA-2012:0071-01
Product: Red Hat Enterprise Linux
Issue date: 2012-01-30

Topic

Updated php packages that fix several security issues are now available forRed Hat Enterprise Linux 4.The Red Hat Security Response Team has rated this update as having moderatesecurity impact. Common Vulnerability Scoring System (CVSS) base scores,which give detailed severity ratings, are available for each vulnerabilityfrom the CVE links in the References section.

Relevant Releases Architectures

Red Hat Enterprise Linux AS version 4 - i386, ia64, ppc, s390, s390x, x86_64

Red Hat Enterprise Linux Desktop version 4 - i386, x86_64

Red Hat Enterprise Linux ES version 4 - i386, ia64, x86_64

Red Hat Enterprise Linux WS version 4 - i386, ia64, x86_64

Bugs Fixed

680972 - CVE-2011-0708 php: buffer over-read in Exif extension

689386 - CVE-2011-1466 php: Crash by converting serial day numbers (SDN) into Julian calendar

713194 - CVE-2011-2202 php: file path injection vulnerability in RFC1867 file upload filename

750547 - CVE-2011-4885 php: hash table collisions CPU usage DoS (oCERT-2011-003)

758413 - CVE-2011-4566 php: integer overflow in exif_process_IFD_TAG() may lead to DoS or arbitrary memory disclosure

Get the latest News and Insights

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