Linux Compatible
  • News
    • Channels
    • Archive
    • Search
    • Submit
  • Articles
    • Categories
  • Knowledgebase
  • Compatibility
    • Search
  • Links
  • Forums
  • Twitter
Advertisement

Latest News
[ Windows | Linux | Apple ]

· CompatDB Updates 05/22/13
· Removing and Wiping Drivers Guide and more
· Windows Server 2012 Essentials SDK Installer 1.1
· Xbox One hardware and specs: 8-core CPU, 8GB RAM, 500GB hard drive and more
· Tim Cook: US-made Macs will be assembled in Texas
· Microsoft software satisfaction slumps
· Photos of Likely 802.11ac 'Gigabit Wi-Fi' Card From Next-Generation iMac Surface
· Mageia 3 released
· Understanding Email Bounce Messages and more
· How to Prepare for Windows 8 Even Though Its Not Coming to Enterprises

Upcoming News
· Shuttle OMNINAS KD20 @ techPowerUp
· What You Need To Know about the Xbox One @ ThinkComputers.org
· PQI Air Drive External Wireless Storage Device Product and Video Review
· PoINT Storage Manager 4.0 now available
· [CentOS-announce] CEEA-2013:0852 CentOS 5 rgmanager Update
· i-Mego Throne Gold Over Ear Headphones Review @ TestFreaks
· Xbox One: Entertainment Hub First, Gaming Console Second -- But Could It Disrupt TV?
· Star Wars: The Old Republic Gaming Mouse Review @ Madshrimps
· Samsung SSD 840 comparison @ Hardwareoverclock.com
· Leawo Total Media Converter Ultimate @ Benchmark Reviews

Linux Compatibility
· Dell Dimension 9100
· CL-CAM50001 UPC=3700284609322
· DFE 520 TX
· nVidia GeForce4 MX 440
· Gore: Ultimate Soldier
· SMC2802W V2 wi-fi 54Mbps PCI card
· Wireless modem router N300
· Dell P780
· ASUS A7V8X
· BricsCAD for Linux

New Forum Topics
· shutdown link ?
by: estirwent
on: 2013-05-11 17:46
18 replies, 6426 views

· Laptop keyboard drank soda
by: Zenn
on: 2013-04-30 00:27
1 replies, 682 views

· connecting to to internet with ubuntu
by: Zenn
on: 2013-04-30 00:26
2 replies, 4542 views

· Need Linux-compatible PS/2 expansion card
by: Zenn
on: 2013-04-30 00:26
1 replies, 752 views

· irql_not_less_or_equal blue screen
by: Zenn
on: 2013-04-30 00:25
2 replies, 1136 views

News Channels
· Drivers
· Guides
· Reviews
· Security
· Software
· Press Release
· Updates
· Interviews
· Linux
· General
· Debian
· Red Hat
· Slackware
· Gentoo
· Mandriva
· White Box
· SUSE
· GNOME
· KDE
· CentOS
· Ubuntu
· MEPIS
· Android

What's New
Login to see an overview of all news stories since your last visit.

Welcome to our website

To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.

Linux Compatible » News » November 2010 » RHSA-2010:0919-01: Moderate: php security update

RHSA-2010:0919-01: Moderate: php security update

Posted by Philipp Esselbach on: 11/30/2010 10:05 AM [ Print | 0 comment(s) ]

A PHP security update has been released for Red Hat Enterprise Linux 4 and 5




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

Synopsis: Moderate: php security update
Advisory ID: RHSA-2010:0919-01
Product: Red Hat Enterprise Linux
Advisory URL: https://rhn.redhat.com/errata/RHSA-2010-0919.html
Issue date: 2010-11-29
CVE Names: CVE-2009-5016 CVE-2010-0397 CVE-2010-1128
CVE-2010-1917 CVE-2010-2531 CVE-2010-3065
CVE-2010-3870
=====================================================================

1. Summary:

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

The Red Hat Security Response Team has rated this update as having moderate
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
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

3. Description:

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

An input validation flaw was discovered in the PHP session serializer. If a
PHP script generated session variable names from untrusted user input, a
remote attacker could use this flaw to inject an arbitrary variable into
the PHP session. (CVE-2010-3065)

An information leak flaw was discovered in the PHP var_export() function
implementation. If some fatal error occurred during the execution of this
function (such as the exhaustion of memory or script execution time limit),
part of the function's output was sent to the user as script output,
possibly leading to the disclosure of sensitive information.
(CVE-2010-2531)

A numeric truncation error and an input validation flaw were found in the
way the PHP utf8_decode() function decoded partial multi-byte sequences
for some multi-byte encodings, sending them to output without them being
escaped. An attacker could use these flaws to perform a cross-site
scripting attack. (CVE-2009-5016, CVE-2010-3870)

It was discovered that the PHP lcg_value() function used insufficient
entropy to seed the pseudo-random number generator. A remote attacker could
possibly use this flaw to predict values returned by the function, which
are used to generate session identifiers by default. This update changes
the function's implementation to use more entropy during seeding.
(CVE-2010-1128)

It was discovered that the PHP fnmatch() function did not restrict the
length of the pattern argument. A remote attacker could use this flaw to
crash the PHP interpreter where a script used fnmatch() on untrusted
matching patterns. (CVE-2010-1917)

A NULL pointer dereference flaw was discovered in the PHP XML-RPC
extension. A malicious XML-RPC client or server could use this flaw to
crash the PHP interpreter via a specially-crafted XML-RPC request.
(CVE-2010-0397)

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.

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
http://kbase.redhat.com/faq/docs/DOC-11259

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

573779 - CVE-2010-0397 php: NULL pointer dereference in XML-RPC extension
577582 - CVE-2010-1128 php: LCG entropy weakness
617232 - CVE-2010-1917 php: fnmatch long pattern stack memory exhaustion (MOPS-2010-021)
617673 - CVE-2010-2531 php: information leak vulnerability in var_export()
619030 - CVE-2010-3065 php: session serializer session data injection vulnerability (MOPS-2010-060)
649056 - CVE-2010-3870 php: XSS mitigation bypass via utf8_decode()
652836 - CVE-2009-5016 php: XSS and SQL injection bypass via crafted overlong UTF-8 encoded string

6. Package List:

Red Hat Enterprise Linux AS version 4:

Source:
ftp://updates.redhat.com/enterprise/4AS/en/os/SRPMS/php-4.3.9-3.31.src.rpm

i386:
php-4.3.9-3.31.i386.rpm
php-debuginfo-4.3.9-3.31.i386.rpm
php-devel-4.3.9-3.31.i386.rpm
php-domxml-4.3.9-3.31.i386.rpm
php-gd-4.3.9-3.31.i386.rpm
php-imap-4.3.9-3.31.i386.rpm
php-ldap-4.3.9-3.31.i386.rpm
php-mbstring-4.3.9-3.31.i386.rpm
php-mysql-4.3.9-3.31.i386.rpm
php-ncurses-4.3.9-3.31.i386.rpm
php-odbc-4.3.9-3.31.i386.rpm
php-pear-4.3.9-3.31.i386.rpm
php-pgsql-4.3.9-3.31.i386.rpm
php-snmp-4.3.9-3.31.i386.rpm
php-xmlrpc-4.3.9-3.31.i386.rpm

ia64:
php-4.3.9-3.31.ia64.rpm
php-debuginfo-4.3.9-3.31.ia64.rpm
php-devel-4.3.9-3.31.ia64.rpm
php-domxml-4.3.9-3.31.ia64.rpm
php-gd-4.3.9-3.31.ia64.rpm
php-imap-4.3.9-3.31.ia64.rpm
php-ldap-4.3.9-3.31.ia64.rpm
php-mbstring-4.3.9-3.31.ia64.rpm
php-mysql-4.3.9-3.31.ia64.rpm
php-ncurses-4.3.9-3.31.ia64.rpm
php-odbc-4.3.9-3.31.ia64.rpm
php-pear-4.3.9-3.31.ia64.rpm
php-pgsql-4.3.9-3.31.ia64.rpm
php-snmp-4.3.9-3.31.ia64.rpm
php-xmlrpc-4.3.9-3.31.ia64.rpm

ppc:
php-4.3.9-3.31.ppc.rpm
php-debuginfo-4.3.9-3.31.ppc.rpm
php-devel-4.3.9-3.31.ppc.rpm
php-domxml-4.3.9-3.31.ppc.rpm
php-gd-4.3.9-3.31.ppc.rpm
php-imap-4.3.9-3.31.ppc.rpm
php-ldap-4.3.9-3.31.ppc.rpm
php-mbstring-4.3.9-3.31.ppc.rpm
php-mysql-4.3.9-3.31.ppc.rpm
php-ncurses-4.3.9-3.31.ppc.rpm
php-odbc-4.3.9-3.31.ppc.rpm
php-pear-4.3.9-3.31.ppc.rpm
php-pgsql-4.3.9-3.31.ppc.rpm
php-snmp-4.3.9-3.31.ppc.rpm
php-xmlrpc-4.3.9-3.31.ppc.rpm

s390:
php-4.3.9-3.31.s390.rpm
php-debuginfo-4.3.9-3.31.s390.rpm
php-devel-4.3.9-3.31.s390.rpm
php-domxml-4.3.9-3.31.s390.rpm
php-gd-4.3.9-3.31.s390.rpm
php-imap-4.3.9-3.31.s390.rpm
php-ldap-4.3.9-3.31.s390.rpm
php-mbstring-4.3.9-3.31.s390.rpm
php-mysql-4.3.9-3.31.s390.rpm
php-ncurses-4.3.9-3.31.s390.rpm
php-odbc-4.3.9-3.31.s390.rpm
php-pear-4.3.9-3.31.s390.rpm
php-pgsql-4.3.9-3.31.s390.rpm
php-snmp-4.3.9-3.31.s390.rpm
php-xmlrpc-4.3.9-3.31.s390.rpm

s390x:
php-4.3.9-3.31.s390x.rpm
php-debuginfo-4.3.9-3.31.s390x.rpm
php-devel-4.3.9-3.31.s390x.rpm
php-domxml-4.3.9-3.31.s390x.rpm
php-gd-4.3.9-3.31.s390x.rpm
php-imap-4.3.9-3.31.s390x.rpm
php-ldap-4.3.9-3.31.s390x.rpm
php-mbstring-4.3.9-3.31.s390x.rpm
php-mysql-4.3.9-3.31.s390x.rpm
php-ncurses-4.3.9-3.31.s390x.rpm
php-odbc-4.3.9-3.31.s390x.rpm
php-pear-4.3.9-3.31.s390x.rpm
php-pgsql-4.3.9-3.31.s390x.rpm
php-snmp-4.3.9-3.31.s390x.rpm
php-xmlrpc-4.3.9-3.31.s390x.rpm

x86_64:
php-4.3.9-3.31.x86_64.rpm
php-debuginfo-4.3.9-3.31.x86_64.rpm
php-devel-4.3.9-3.31.x86_64.rpm
php-domxml-4.3.9-3.31.x86_64.rpm
php-gd-4.3.9-3.31.x86_64.rpm
php-imap-4.3.9-3.31.x86_64.rpm
php-ldap-4.3.9-3.31.x86_64.rpm
php-mbstring-4.3.9-3.31.x86_64.rpm
php-mysql-4.3.9-3.31.x86_64.rpm
php-ncurses-4.3.9-3.31.x86_64.rpm
php-odbc-4.3.9-3.31.x86_64.rpm
php-pear-4.3.9-3.31.x86_64.rpm
php-pgsql-4.3.9-3.31.x86_64.rpm
php-snmp-4.3.9-3.31.x86_64.rpm
php-xmlrpc-4.3.9-3.31.x86_64.rpm

Red Hat Enterprise Linux Desktop version 4:

Source:
ftp://updates.redhat.com/enterprise/4Desktop/en/os/SRPMS/php-4.3.9-3.31.src.rpm

i386:
php-4.3.9-3.31.i386.rpm
php-debuginfo-4.3.9-3.31.i386.rpm
php-devel-4.3.9-3.31.i386.rpm
php-domxml-4.3.9-3.31.i386.rpm
php-gd-4.3.9-3.31.i386.rpm
php-imap-4.3.9-3.31.i386.rpm
php-ldap-4.3.9-3.31.i386.rpm
php-mbstring-4.3.9-3.31.i386.rpm
php-mysql-4.3.9-3.31.i386.rpm
php-ncurses-4.3.9-3.31.i386.rpm
php-odbc-4.3.9-3.31.i386.rpm
php-pear-4.3.9-3.31.i386.rpm
php-pgsql-4.3.9-3.31.i386.rpm
php-snmp-4.3.9-3.31.i386.rpm
php-xmlrpc-4.3.9-3.31.i386.rpm

x86_64:
php-4.3.9-3.31.x86_64.rpm
php-debuginfo-4.3.9-3.31.x86_64.rpm
php-devel-4.3.9-3.31.x86_64.rpm
php-domxml-4.3.9-3.31.x86_64.rpm
php-gd-4.3.9-3.31.x86_64.rpm
php-imap-4.3.9-3.31.x86_64.rpm
php-ldap-4.3.9-3.31.x86_64.rpm
php-mbstring-4.3.9-3.31.x86_64.rpm
php-mysql-4.3.9-3.31.x86_64.rpm
php-ncurses-4.3.9-3.31.x86_64.rpm
php-odbc-4.3.9-3.31.x86_64.rpm
php-pear-4.3.9-3.31.x86_64.rpm
php-pgsql-4.3.9-3.31.x86_64.rpm
php-snmp-4.3.9-3.31.x86_64.rpm
php-xmlrpc-4.3.9-3.31.x86_64.rpm

Red Hat Enterprise Linux ES version 4:

Source:
ftp://updates.redhat.com/enterprise/4ES/en/os/SRPMS/php-4.3.9-3.31.src.rpm

i386:
php-4.3.9-3.31.i386.rpm
php-debuginfo-4.3.9-3.31.i386.rpm
php-devel-4.3.9-3.31.i386.rpm
php-domxml-4.3.9-3.31.i386.rpm
php-gd-4.3.9-3.31.i386.rpm
php-imap-4.3.9-3.31.i386.rpm
php-ldap-4.3.9-3.31.i386.rpm
php-mbstring-4.3.9-3.31.i386.rpm
php-mysql-4.3.9-3.31.i386.rpm
php-ncurses-4.3.9-3.31.i386.rpm
php-odbc-4.3.9-3.31.i386.rpm
php-pear-4.3.9-3.31.i386.rpm
php-pgsql-4.3.9-3.31.i386.rpm
php-snmp-4.3.9-3.31.i386.rpm
php-xmlrpc-4.3.9-3.31.i386.rpm

ia64:
php-4.3.9-3.31.ia64.rpm
php-debuginfo-4.3.9-3.31.ia64.rpm
php-devel-4.3.9-3.31.ia64.rpm
php-domxml-4.3.9-3.31.ia64.rpm
php-gd-4.3.9-3.31.ia64.rpm
php-imap-4.3.9-3.31.ia64.rpm
php-ldap-4.3.9-3.31.ia64.rpm
php-mbstring-4.3.9-3.31.ia64.rpm
php-mysql-4.3.9-3.31.ia64.rpm
php-ncurses-4.3.9-3.31.ia64.rpm
php-odbc-4.3.9-3.31.ia64.rpm
php-pear-4.3.9-3.31.ia64.rpm
php-pgsql-4.3.9-3.31.ia64.rpm
php-snmp-4.3.9-3.31.ia64.rpm
php-xmlrpc-4.3.9-3.31.ia64.rpm

x86_64:
php-4.3.9-3.31.x86_64.rpm
php-debuginfo-4.3.9-3.31.x86_64.rpm
php-devel-4.3.9-3.31.x86_64.rpm
php-domxml-4.3.9-3.31.x86_64.rpm
php-gd-4.3.9-3.31.x86_64.rpm
php-imap-4.3.9-3.31.x86_64.rpm
php-ldap-4.3.9-3.31.x86_64.rpm
php-mbstring-4.3.9-3.31.x86_64.rpm
php-mysql-4.3.9-3.31.x86_64.rpm
php-ncurses-4.3.9-3.31.x86_64.rpm
php-odbc-4.3.9-3.31.x86_64.rpm
php-pear-4.3.9-3.31.x86_64.rpm
php-pgsql-4.3.9-3.31.x86_64.rpm
php-snmp-4.3.9-3.31.x86_64.rpm
php-xmlrpc-4.3.9-3.31.x86_64.rpm

Red Hat Enterprise Linux WS version 4:

Source:
ftp://updates.redhat.com/enterprise/4WS/en/os/SRPMS/php-4.3.9-3.31.src.rpm

i386:
php-4.3.9-3.31.i386.rpm
php-debuginfo-4.3.9-3.31.i386.rpm
php-devel-4.3.9-3.31.i386.rpm
php-domxml-4.3.9-3.31.i386.rpm
php-gd-4.3.9-3.31.i386.rpm
php-imap-4.3.9-3.31.i386.rpm
php-ldap-4.3.9-3.31.i386.rpm
php-mbstring-4.3.9-3.31.i386.rpm
php-mysql-4.3.9-3.31.i386.rpm
php-ncurses-4.3.9-3.31.i386.rpm
php-odbc-4.3.9-3.31.i386.rpm
php-pear-4.3.9-3.31.i386.rpm
php-pgsql-4.3.9-3.31.i386.rpm
php-snmp-4.3.9-3.31.i386.rpm
php-xmlrpc-4.3.9-3.31.i386.rpm

ia64:
php-4.3.9-3.31.ia64.rpm
php-debuginfo-4.3.9-3.31.ia64.rpm
php-devel-4.3.9-3.31.ia64.rpm
php-domxml-4.3.9-3.31.ia64.rpm
php-gd-4.3.9-3.31.ia64.rpm
php-imap-4.3.9-3.31.ia64.rpm
php-ldap-4.3.9-3.31.ia64.rpm
php-mbstring-4.3.9-3.31.ia64.rpm
php-mysql-4.3.9-3.31.ia64.rpm
php-ncurses-4.3.9-3.31.ia64.rpm
php-odbc-4.3.9-3.31.ia64.rpm
php-pear-4.3.9-3.31.ia64.rpm
php-pgsql-4.3.9-3.31.ia64.rpm
php-snmp-4.3.9-3.31.ia64.rpm
php-xmlrpc-4.3.9-3.31.ia64.rpm

x86_64:
php-4.3.9-3.31.x86_64.rpm
php-debuginfo-4.3.9-3.31.x86_64.rpm
php-devel-4.3.9-3.31.x86_64.rpm
php-domxml-4.3.9-3.31.x86_64.rpm
php-gd-4.3.9-3.31.x86_64.rpm
php-imap-4.3.9-3.31.x86_64.rpm
php-ldap-4.3.9-3.31.x86_64.rpm
php-mbstring-4.3.9-3.31.x86_64.rpm
php-mysql-4.3.9-3.31.x86_64.rpm
php-ncurses-4.3.9-3.31.x86_64.rpm
php-odbc-4.3.9-3.31.x86_64.rpm
php-pear-4.3.9-3.31.x86_64.rpm
php-pgsql-4.3.9-3.31.x86_64.rpm
php-snmp-4.3.9-3.31.x86_64.rpm
php-xmlrpc-4.3.9-3.31.x86_64.rpm

RHEL Desktop Workstation (v. 5 client):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/php-5.1.6-27.el5_5.3.src.rpm

i386:
php-5.1.6-27.el5_5.3.i386.rpm
php-bcmath-5.1.6-27.el5_5.3.i386.rpm
php-cli-5.1.6-27.el5_5.3.i386.rpm
php-common-5.1.6-27.el5_5.3.i386.rpm
php-dba-5.1.6-27.el5_5.3.i386.rpm
php-debuginfo-5.1.6-27.el5_5.3.i386.rpm
php-devel-5.1.6-27.el5_5.3.i386.rpm
php-gd-5.1.6-27.el5_5.3.i386.rpm
php-imap-5.1.6-27.el5_5.3.i386.rpm
php-ldap-5.1.6-27.el5_5.3.i386.rpm
php-mbstring-5.1.6-27.el5_5.3.i386.rpm
php-mysql-5.1.6-27.el5_5.3.i386.rpm
php-ncurses-5.1.6-27.el5_5.3.i386.rpm
php-odbc-5.1.6-27.el5_5.3.i386.rpm
php-pdo-5.1.6-27.el5_5.3.i386.rpm
php-pgsql-5.1.6-27.el5_5.3.i386.rpm
php-snmp-5.1.6-27.el5_5.3.i386.rpm
php-soap-5.1.6-27.el5_5.3.i386.rpm
php-xml-5.1.6-27.el5_5.3.i386.rpm
php-xmlrpc-5.1.6-27.el5_5.3.i386.rpm

x86_64:
php-5.1.6-27.el5_5.3.x86_64.rpm
php-bcmath-5.1.6-27.el5_5.3.x86_64.rpm
php-cli-5.1.6-27.el5_5.3.x86_64.rpm
php-common-5.1.6-27.el5_5.3.x86_64.rpm
php-dba-5.1.6-27.el5_5.3.x86_64.rpm
php-debuginfo-5.1.6-27.el5_5.3.x86_64.rpm
php-devel-5.1.6-27.el5_5.3.x86_64.rpm
php-gd-5.1.6-27.el5_5.3.x86_64.rpm
php-imap-5.1.6-27.el5_5.3.x86_64.rpm
php-ldap-5.1.6-27.el5_5.3.x86_64.rpm
php-mbstring-5.1.6-27.el5_5.3.x86_64.rpm
php-mysql-5.1.6-27.el5_5.3.x86_64.rpm
php-ncurses-5.1.6-27.el5_5.3.x86_64.rpm
php-odbc-5.1.6-27.el5_5.3.x86_64.rpm
php-pdo-5.1.6-27.el5_5.3.x86_64.rpm
php-pgsql-5.1.6-27.el5_5.3.x86_64.rpm
php-snmp-5.1.6-27.el5_5.3.x86_64.rpm
php-soap-5.1.6-27.el5_5.3.x86_64.rpm
php-xml-5.1.6-27.el5_5.3.x86_64.rpm
php-xmlrpc-5.1.6-27.el5_5.3.x86_64.rpm

Red Hat Enterprise Linux (v. 5 server):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/php-5.1.6-27.el5_5.3.src.rpm

i386:
php-5.1.6-27.el5_5.3.i386.rpm
php-bcmath-5.1.6-27.el5_5.3.i386.rpm
php-cli-5.1.6-27.el5_5.3.i386.rpm
php-common-5.1.6-27.el5_5.3.i386.rpm
php-dba-5.1.6-27.el5_5.3.i386.rpm
php-debuginfo-5.1.6-27.el5_5.3.i386.rpm
php-devel-5.1.6-27.el5_5.3.i386.rpm
php-gd-5.1.6-27.el5_5.3.i386.rpm
php-imap-5.1.6-27.el5_5.3.i386.rpm
php-ldap-5.1.6-27.el5_5.3.i386.rpm
php-mbstring-5.1.6-27.el5_5.3.i386.rpm
php-mysql-5.1.6-27.el5_5.3.i386.rpm
php-ncurses-5.1.6-27.el5_5.3.i386.rpm
php-odbc-5.1.6-27.el5_5.3.i386.rpm
php-pdo-5.1.6-27.el5_5.3.i386.rpm
php-pgsql-5.1.6-27.el5_5.3.i386.rpm
php-snmp-5.1.6-27.el5_5.3.i386.rpm
php-soap-5.1.6-27.el5_5.3.i386.rpm
php-xml-5.1.6-27.el5_5.3.i386.rpm
php-xmlrpc-5.1.6-27.el5_5.3.i386.rpm

ia64:
php-5.1.6-27.el5_5.3.ia64.rpm
php-bcmath-5.1.6-27.el5_5.3.ia64.rpm
php-cli-5.1.6-27.el5_5.3.ia64.rpm
php-common-5.1.6-27.el5_5.3.ia64.rpm
php-dba-5.1.6-27.el5_5.3.ia64.rpm
php-debuginfo-5.1.6-27.el5_5.3.ia64.rpm
php-devel-5.1.6-27.el5_5.3.ia64.rpm
php-gd-5.1.6-27.el5_5.3.ia64.rpm
php-imap-5.1.6-27.el5_5.3.ia64.rpm
php-ldap-5.1.6-27.el5_5.3.ia64.rpm
php-mbstring-5.1.6-27.el5_5.3.ia64.rpm
php-mysql-5.1.6-27.el5_5.3.ia64.rpm
php-ncurses-5.1.6-27.el5_5.3.ia64.rpm
php-odbc-5.1.6-27.el5_5.3.ia64.rpm
php-pdo-5.1.6-27.el5_5.3.ia64.rpm
php-pgsql-5.1.6-27.el5_5.3.ia64.rpm
php-snmp-5.1.6-27.el5_5.3.ia64.rpm
php-soap-5.1.6-27.el5_5.3.ia64.rpm
php-xml-5.1.6-27.el5_5.3.ia64.rpm
php-xmlrpc-5.1.6-27.el5_5.3.ia64.rpm

ppc:
php-5.1.6-27.el5_5.3.ppc.rpm
php-bcmath-5.1.6-27.el5_5.3.ppc.rpm
php-cli-5.1.6-27.el5_5.3.ppc.rpm
php-common-5.1.6-27.el5_5.3.ppc.rpm
php-dba-5.1.6-27.el5_5.3.ppc.rpm
php-debuginfo-5.1.6-27.el5_5.3.ppc.rpm
php-devel-5.1.6-27.el5_5.3.ppc.rpm
php-gd-5.1.6-27.el5_5.3.ppc.rpm
php-imap-5.1.6-27.el5_5.3.ppc.rpm
php-ldap-5.1.6-27.el5_5.3.ppc.rpm
php-mbstring-5.1.6-27.el5_5.3.ppc.rpm
php-mysql-5.1.6-27.el5_5.3.ppc.rpm
php-ncurses-5.1.6-27.el5_5.3.ppc.rpm
php-odbc-5.1.6-27.el5_5.3.ppc.rpm
php-pdo-5.1.6-27.el5_5.3.ppc.rpm
php-pgsql-5.1.6-27.el5_5.3.ppc.rpm
php-snmp-5.1.6-27.el5_5.3.ppc.rpm
php-soap-5.1.6-27.el5_5.3.ppc.rpm
php-xml-5.1.6-27.el5_5.3.ppc.rpm
php-xmlrpc-5.1.6-27.el5_5.3.ppc.rpm

s390x:
php-5.1.6-27.el5_5.3.s390x.rpm
php-bcmath-5.1.6-27.el5_5.3.s390x.rpm
php-cli-5.1.6-27.el5_5.3.s390x.rpm
php-common-5.1.6-27.el5_5.3.s390x.rpm
php-dba-5.1.6-27.el5_5.3.s390x.rpm
php-debuginfo-5.1.6-27.el5_5.3.s390x.rpm
php-devel-5.1.6-27.el5_5.3.s390x.rpm
php-gd-5.1.6-27.el5_5.3.s390x.rpm
php-imap-5.1.6-27.el5_5.3.s390x.rpm
php-ldap-5.1.6-27.el5_5.3.s390x.rpm
php-mbstring-5.1.6-27.el5_5.3.s390x.rpm
php-mysql-5.1.6-27.el5_5.3.s390x.rpm
php-ncurses-5.1.6-27.el5_5.3.s390x.rpm
php-odbc-5.1.6-27.el5_5.3.s390x.rpm
php-pdo-5.1.6-27.el5_5.3.s390x.rpm
php-pgsql-5.1.6-27.el5_5.3.s390x.rpm
php-snmp-5.1.6-27.el5_5.3.s390x.rpm
php-soap-5.1.6-27.el5_5.3.s390x.rpm
php-xml-5.1.6-27.el5_5.3.s390x.rpm
php-xmlrpc-5.1.6-27.el5_5.3.s390x.rpm

x86_64:
php-5.1.6-27.el5_5.3.x86_64.rpm
php-bcmath-5.1.6-27.el5_5.3.x86_64.rpm
php-cli-5.1.6-27.el5_5.3.x86_64.rpm
php-common-5.1.6-27.el5_5.3.x86_64.rpm
php-dba-5.1.6-27.el5_5.3.x86_64.rpm
php-debuginfo-5.1.6-27.el5_5.3.x86_64.rpm
php-devel-5.1.6-27.el5_5.3.x86_64.rpm
php-gd-5.1.6-27.el5_5.3.x86_64.rpm
php-imap-5.1.6-27.el5_5.3.x86_64.rpm
php-ldap-5.1.6-27.el5_5.3.x86_64.rpm
php-mbstring-5.1.6-27.el5_5.3.x86_64.rpm
php-mysql-5.1.6-27.el5_5.3.x86_64.rpm
php-ncurses-5.1.6-27.el5_5.3.x86_64.rpm
php-odbc-5.1.6-27.el5_5.3.x86_64.rpm
php-pdo-5.1.6-27.el5_5.3.x86_64.rpm
php-pgsql-5.1.6-27.el5_5.3.x86_64.rpm
php-snmp-5.1.6-27.el5_5.3.x86_64.rpm
php-soap-5.1.6-27.el5_5.3.x86_64.rpm
php-xml-5.1.6-27.el5_5.3.x86_64.rpm
php-xmlrpc-5.1.6-27.el5_5.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://www.redhat.com/security/team/key/#package

7. References:

https://www.redhat.com/security/data/cve/CVE-2009-5016.html
https://www.redhat.com/security/data/cve/CVE-2010-0397.html
https://www.redhat.com/security/data/cve/CVE-2010-1128.html
https://www.redhat.com/security/data/cve/CVE-2010-1917.html
https://www.redhat.com/security/data/cve/CVE-2010-2531.html
https://www.redhat.com/security/data/cve/CVE-2010-3065.html
https://www.redhat.com/security/data/cve/CVE-2010-3870.html
http://www.redhat.com/security/updates/classification/#moderate

8. Contact:

The Red Hat security contact is . More contact
details at https://www.redhat.com/security/team/contact/

Copyright 2010 Red Hat, Inc.


Bookmark and Share

« ECS H67H2-M Motherboard Review · RHSA-2010:0918-01: Moderate: cvs security update »

Linux Compatible » News » November 2010 » RHSA-2010:0919-01: Moderate: php security update
All products mentioned are registered trademarks or trademarks of their respective owners.
© 2002-2013 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition