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

Latest News
[ Windows | Linux | Apple ]

· Gigabyte Intel Z87 Motherboard Lineup Preview and more
· Microsoft to roll out Xbox dashboard UI alterations before next-gen console
· Adobe Photoshop Express now available for Windows 8 and RT
· GNOME 3.8.2 Released
· Windows 8 is an enterprise 'non-starter' because IT sees no value in changes
· What to Expect from Unity in Ubuntu 13.10
· Analysts praise Nokia's new Lumia 925
· Best Business Laptops - May 2013 and more
· openSUSE 13.1 Milestone 1 released
· How to Install Cinnamon 1.8 on Ubuntu 13.04

Upcoming News
· Gigabyte Intel Z87 Motherboard Lineup Preview
· [ANNOUNCE] libchamplain 0.12.4
· [security-announce] SUSE-SU-2013:0810-1: important: Security update for oracle-update
· [security-announce] SUSE-SU-2013:0811-1: important: Security update for oracle-update
· [security-announce] SUSE-SU-2013:0809-1: important: Security update for Acrobat Reader
· Rosewill RDEE-12002 USB 3.0 Hard Drive Enclosure @ techPowerUp
· ASUS M5A97 R2.0 Motherboard @ Hardware Secrets
· Samsung Galaxy S4 Smartphone Review @ HardwareHeaven.com
· [RHSA-2013:0832-01] Important: kernel security update
· [Tech ARP] Hard Disk Drive Myths Debunked! Rev. 5.1

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, 6285 views

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

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

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

· irql_not_less_or_equal blue screen
by: Zenn
on: 2013-04-30 00:25
2 replies, 1076 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 » July 2008 » RHSA-2008:0544-01 Moderate: php security update

RHSA-2008:0544-01 Moderate: php security update

Posted by Bob on: 07/16/2008 11:10 AM [ Print | 0 comment(s) ]

A new update is available for Red Hat Enterprise Linux. Here the announcement:




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

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

Synopsis: Moderate: php security update
Advisory ID: RHSA-2008:0544-01
Product: Red Hat Enterprise Linux
Advisory URL: https://rhn.redhat.com/errata/RHSA-2008-0544.html
Issue date: 2008-07-16
CVE Names: CVE-2008-2051 CVE-2007-5898 CVE-2007-5899
CVE-2007-4782 CVE-2008-2107 CVE-2008-2108
=====================================================================

1. Summary:

Updated PHP packages that fix several security issues are now available for
Red Hat Enterprise Linux 3 and 5.

This update has been rated as having moderate security impact by the Red
Hat Security Response Team.

2. Relevant releases/architectures:

Red Hat Enterprise Linux AS version 3 - i386, ia64, ppc, s390, s390x, x86_64
Red Hat Desktop version 3 - i386, x86_64
Red Hat Enterprise Linux ES version 3 - i386, ia64, x86_64
Red Hat Enterprise Linux WS version 3 - i386, ia64, x86_64
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 Web server.

It was discovered that the PHP escapeshellcmd() function did not properly
escape multi-byte characters which are not valid in the locale used by the
script. This could allow an attacker to bypass quoting restrictions imposed
by escapeshellcmd() and execute arbitrary commands if the PHP script was
using certain locales. Scripts using the default UTF-8 locale are not
affected by this issue. (CVE-2008-2051)

PHP functions htmlentities() and htmlspecialchars() did not properly
recognize partial multi-byte sequences. Certain sequences of bytes could be
passed through these functions without being correctly HTML-escaped.
Depending on the browser being used, an attacker could use this flaw to
conduct cross-site scripting attacks. (CVE-2007-5898)

A PHP script which used the transparent session ID configuration option, or
which used the output_add_rewrite_var() function, could leak session
identifiers to external web sites. If a page included an HTML form with an
ACTION attribute referencing a non-local URL, the user's session ID would
be included in the form data passed to that URL. (CVE-2007-5899)

It was discovered that PHP fnmatch() function did not restrict the length
of the string argument. An attacker could use this flaw to crash the PHP
interpreter where a script used fnmatch() on untrusted input data.
(CVE-2007-4782)

It was discovered that PHP did not properly seed its pseudo-random number
generator used by functions such as rand() and mt_rand(), possibly allowing
an attacker to easily predict the generated pseudo-random values.
(CVE-2008-2107, CVE-2008-2108)

Users of PHP should upgrade to these updated packages, which contain
backported patches to correct these issues.

4. Solution:

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

This update is available via Red Hat Network. Details on how to use
the Red Hat Network to apply this update are available at
http://kbase.redhat.com/faq/FAQ_58_10188

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

285881 - CVE-2007-4782 php crash in glob() and fnmatch() functions
382411 - CVE-2007-5898 php htmlentities/htmlspecialchars multibyte sequences
382431 - CVE-2007-5899 php session ID leakage
445006 - CVE-2008-2051 PHP multibyte shell escape flaw
445684 - CVE-2008-2107 PHP 32 bit weak random seed
445685 - CVE-2008-2108 PHP weak 64 bit random seed

6. Package List:

Red Hat Enterprise Linux AS version 3:

Source:
ftp://updates.redhat.com/enterprise/3AS/en/os/SRPMS/php-4.3.2-48.ent.src.rpm

i386:
php-4.3.2-48.ent.i386.rpm
php-debuginfo-4.3.2-48.ent.i386.rpm
php-devel-4.3.2-48.ent.i386.rpm
php-imap-4.3.2-48.ent.i386.rpm
php-ldap-4.3.2-48.ent.i386.rpm
php-mysql-4.3.2-48.ent.i386.rpm
php-odbc-4.3.2-48.ent.i386.rpm
php-pgsql-4.3.2-48.ent.i386.rpm

ia64:
php-4.3.2-48.ent.ia64.rpm
php-debuginfo-4.3.2-48.ent.ia64.rpm
php-devel-4.3.2-48.ent.ia64.rpm
php-imap-4.3.2-48.ent.ia64.rpm
php-ldap-4.3.2-48.ent.ia64.rpm
php-mysql-4.3.2-48.ent.ia64.rpm
php-odbc-4.3.2-48.ent.ia64.rpm
php-pgsql-4.3.2-48.ent.ia64.rpm

ppc:
php-4.3.2-48.ent.ppc.rpm
php-debuginfo-4.3.2-48.ent.ppc.rpm
php-devel-4.3.2-48.ent.ppc.rpm
php-imap-4.3.2-48.ent.ppc.rpm
php-ldap-4.3.2-48.ent.ppc.rpm
php-mysql-4.3.2-48.ent.ppc.rpm
php-odbc-4.3.2-48.ent.ppc.rpm
php-pgsql-4.3.2-48.ent.ppc.rpm

s390:
php-4.3.2-48.ent.s390.rpm
php-debuginfo-4.3.2-48.ent.s390.rpm
php-devel-4.3.2-48.ent.s390.rpm
php-imap-4.3.2-48.ent.s390.rpm
php-ldap-4.3.2-48.ent.s390.rpm
php-mysql-4.3.2-48.ent.s390.rpm
php-odbc-4.3.2-48.ent.s390.rpm
php-pgsql-4.3.2-48.ent.s390.rpm

s390x:
php-4.3.2-48.ent.s390x.rpm
php-debuginfo-4.3.2-48.ent.s390x.rpm
php-devel-4.3.2-48.ent.s390x.rpm
php-imap-4.3.2-48.ent.s390x.rpm
php-ldap-4.3.2-48.ent.s390x.rpm
php-mysql-4.3.2-48.ent.s390x.rpm
php-odbc-4.3.2-48.ent.s390x.rpm
php-pgsql-4.3.2-48.ent.s390x.rpm

x86_64:
php-4.3.2-48.ent.x86_64.rpm
php-debuginfo-4.3.2-48.ent.x86_64.rpm
php-devel-4.3.2-48.ent.x86_64.rpm
php-imap-4.3.2-48.ent.x86_64.rpm
php-ldap-4.3.2-48.ent.x86_64.rpm
php-mysql-4.3.2-48.ent.x86_64.rpm
php-odbc-4.3.2-48.ent.x86_64.rpm
php-pgsql-4.3.2-48.ent.x86_64.rpm

Red Hat Desktop version 3:

Source:
ftp://updates.redhat.com/enterprise/3desktop/en/os/SRPMS/php-4.3.2-48.ent.src.rpm

i386:
php-4.3.2-48.ent.i386.rpm
php-debuginfo-4.3.2-48.ent.i386.rpm
php-devel-4.3.2-48.ent.i386.rpm
php-imap-4.3.2-48.ent.i386.rpm
php-ldap-4.3.2-48.ent.i386.rpm
php-mysql-4.3.2-48.ent.i386.rpm
php-odbc-4.3.2-48.ent.i386.rpm
php-pgsql-4.3.2-48.ent.i386.rpm

x86_64:
php-4.3.2-48.ent.x86_64.rpm
php-debuginfo-4.3.2-48.ent.x86_64.rpm
php-devel-4.3.2-48.ent.x86_64.rpm
php-imap-4.3.2-48.ent.x86_64.rpm
php-ldap-4.3.2-48.ent.x86_64.rpm
php-mysql-4.3.2-48.ent.x86_64.rpm
php-odbc-4.3.2-48.ent.x86_64.rpm
php-pgsql-4.3.2-48.ent.x86_64.rpm

Red Hat Enterprise Linux ES version 3:

Source:
ftp://updates.redhat.com/enterprise/3ES/en/os/SRPMS/php-4.3.2-48.ent.src.rpm

i386:
php-4.3.2-48.ent.i386.rpm
php-debuginfo-4.3.2-48.ent.i386.rpm
php-devel-4.3.2-48.ent.i386.rpm
php-imap-4.3.2-48.ent.i386.rpm
php-ldap-4.3.2-48.ent.i386.rpm
php-mysql-4.3.2-48.ent.i386.rpm
php-odbc-4.3.2-48.ent.i386.rpm
php-pgsql-4.3.2-48.ent.i386.rpm

ia64:
php-4.3.2-48.ent.ia64.rpm
php-debuginfo-4.3.2-48.ent.ia64.rpm
php-devel-4.3.2-48.ent.ia64.rpm
php-imap-4.3.2-48.ent.ia64.rpm
php-ldap-4.3.2-48.ent.ia64.rpm
php-mysql-4.3.2-48.ent.ia64.rpm
php-odbc-4.3.2-48.ent.ia64.rpm
php-pgsql-4.3.2-48.ent.ia64.rpm

x86_64:
php-4.3.2-48.ent.x86_64.rpm
php-debuginfo-4.3.2-48.ent.x86_64.rpm
php-devel-4.3.2-48.ent.x86_64.rpm
php-imap-4.3.2-48.ent.x86_64.rpm
php-ldap-4.3.2-48.ent.x86_64.rpm
php-mysql-4.3.2-48.ent.x86_64.rpm
php-odbc-4.3.2-48.ent.x86_64.rpm
php-pgsql-4.3.2-48.ent.x86_64.rpm

Red Hat Enterprise Linux WS version 3:

Source:
ftp://updates.redhat.com/enterprise/3WS/en/os/SRPMS/php-4.3.2-48.ent.src.rpm

i386:
php-4.3.2-48.ent.i386.rpm
php-debuginfo-4.3.2-48.ent.i386.rpm
php-devel-4.3.2-48.ent.i386.rpm
php-imap-4.3.2-48.ent.i386.rpm
php-ldap-4.3.2-48.ent.i386.rpm
php-mysql-4.3.2-48.ent.i386.rpm
php-odbc-4.3.2-48.ent.i386.rpm
php-pgsql-4.3.2-48.ent.i386.rpm

ia64:
php-4.3.2-48.ent.ia64.rpm
php-debuginfo-4.3.2-48.ent.ia64.rpm
php-devel-4.3.2-48.ent.ia64.rpm
php-imap-4.3.2-48.ent.ia64.rpm
php-ldap-4.3.2-48.ent.ia64.rpm
php-mysql-4.3.2-48.ent.ia64.rpm
php-odbc-4.3.2-48.ent.ia64.rpm
php-pgsql-4.3.2-48.ent.ia64.rpm

x86_64:
php-4.3.2-48.ent.x86_64.rpm
php-debuginfo-4.3.2-48.ent.x86_64.rpm
php-devel-4.3.2-48.ent.x86_64.rpm
php-imap-4.3.2-48.ent.x86_64.rpm
php-ldap-4.3.2-48.ent.x86_64.rpm
php-mysql-4.3.2-48.ent.x86_64.rpm
php-odbc-4.3.2-48.ent.x86_64.rpm
php-pgsql-4.3.2-48.ent.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-20.el5_2.1.src.rpm

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

x86_64:
php-5.1.6-20.el5_2.1.x86_64.rpm
php-bcmath-5.1.6-20.el5_2.1.x86_64.rpm
php-cli-5.1.6-20.el5_2.1.x86_64.rpm
php-common-5.1.6-20.el5_2.1.x86_64.rpm
php-dba-5.1.6-20.el5_2.1.x86_64.rpm
php-debuginfo-5.1.6-20.el5_2.1.x86_64.rpm
php-devel-5.1.6-20.el5_2.1.x86_64.rpm
php-gd-5.1.6-20.el5_2.1.x86_64.rpm
php-imap-5.1.6-20.el5_2.1.x86_64.rpm
php-ldap-5.1.6-20.el5_2.1.x86_64.rpm
php-mbstring-5.1.6-20.el5_2.1.x86_64.rpm
php-mysql-5.1.6-20.el5_2.1.x86_64.rpm
php-ncurses-5.1.6-20.el5_2.1.x86_64.rpm
php-odbc-5.1.6-20.el5_2.1.x86_64.rpm
php-pdo-5.1.6-20.el5_2.1.x86_64.rpm
php-pgsql-5.1.6-20.el5_2.1.x86_64.rpm
php-snmp-5.1.6-20.el5_2.1.x86_64.rpm
php-soap-5.1.6-20.el5_2.1.x86_64.rpm
php-xml-5.1.6-20.el5_2.1.x86_64.rpm
php-xmlrpc-5.1.6-20.el5_2.1.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-20.el5_2.1.src.rpm

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

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

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

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

x86_64:
php-5.1.6-20.el5_2.1.x86_64.rpm
php-bcmath-5.1.6-20.el5_2.1.x86_64.rpm
php-cli-5.1.6-20.el5_2.1.x86_64.rpm
php-common-5.1.6-20.el5_2.1.x86_64.rpm
php-dba-5.1.6-20.el5_2.1.x86_64.rpm
php-debuginfo-5.1.6-20.el5_2.1.x86_64.rpm
php-devel-5.1.6-20.el5_2.1.x86_64.rpm
php-gd-5.1.6-20.el5_2.1.x86_64.rpm
php-imap-5.1.6-20.el5_2.1.x86_64.rpm
php-ldap-5.1.6-20.el5_2.1.x86_64.rpm
php-mbstring-5.1.6-20.el5_2.1.x86_64.rpm
php-mysql-5.1.6-20.el5_2.1.x86_64.rpm
php-ncurses-5.1.6-20.el5_2.1.x86_64.rpm
php-odbc-5.1.6-20.el5_2.1.x86_64.rpm
php-pdo-5.1.6-20.el5_2.1.x86_64.rpm
php-pgsql-5.1.6-20.el5_2.1.x86_64.rpm
php-snmp-5.1.6-20.el5_2.1.x86_64.rpm
php-soap-5.1.6-20.el5_2.1.x86_64.rpm
php-xml-5.1.6-20.el5_2.1.x86_64.rpm
php-xmlrpc-5.1.6-20.el5_2.1.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:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2051
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5898
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5899
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4782
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2107
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2108
http://www.redhat.com/security/updates/classification/#moderate

8. Contact:

The Red Hat security contact is lt;secalert@redhat.comgt;. More contact
details at https://www.redhat.com/security/team/contact/

Copyright 2008 Red Hat, Inc.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFIfcOCXlSAg2UNWIIRAuzMAJ9z4Ak83eymPWItkPlzI8wD9RYH1wCfRkK0
dL3jd6gst/KwpA2UI5VjESs=
=BFXE
-----END PGP SIGNATURE-----


Bookmark and Share

« RHSA-2008:0545-01 Moderate: php security and bug fix update · Flock 1.2.4 »

Linux Compatible » News » July 2008 » RHSA-2008:0544-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