rhsa-2012_1047
Vulnerability from csaf_redhat
Published
2012-06-27 15:44
Modified
2024-11-05 17:48
Summary
Red Hat Security Advisory: php53 security update
Notes
Topic
Updated php53 packages that fix multiple security issues are now available
for Red Hat Enterprise Linux 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.
Details
PHP is an HTML-embedded scripting language commonly used with the Apache
HTTP Server.
It was discovered that the PHP XSL extension did not restrict the file
writing capability of libxslt. A remote attacker could use this flaw to
create or overwrite an arbitrary file that is writable by the user running
PHP, if a PHP script processed untrusted eXtensible Style Sheet Language
Transformations (XSLT) content. (CVE-2012-0057)
Note: This update disables file writing by default. A new PHP configuration
directive, "xsl.security_prefs", can be used to enable file writing in
XSLT.
A flaw was found in the way PHP validated file names in file upload
requests. A remote attacker could possibly use this flaw to bypass the
sanitization of the uploaded file names, and cause a PHP script to store
the uploaded file in an unexpected directory, by using a directory
traversal attack. (CVE-2012-1172)
Multiple integer overflow flaws, leading to heap-based buffer overflows,
were found in the way the PHP phar extension processed certain fields of
tar archive files. A remote attacker could provide a specially-crafted tar
archive file that, when processed by a PHP application using the phar
extension, could cause the application to crash or, potentially, execute
arbitrary code with the privileges of the user running PHP. (CVE-2012-2386)
A format string flaw was found in the way the PHP phar extension processed
certain PHAR files. A remote attacker could provide a specially-crafted
PHAR file, which once processed in a PHP application using the phar
extension, could lead to information disclosure and possibly arbitrary code
execution via a crafted phar:// URI. (CVE-2010-2950)
A flaw was found in the DES algorithm implementation in the crypt()
password hashing function in PHP. If the password string to be hashed
contained certain characters, the remainder of the string was ignored when
calculating the hash, significantly reducing the password strength.
(CVE-2012-2143)
Note: With this update, passwords are no longer truncated when performing
DES hashing. Therefore, new hashes of the affected passwords will not match
stored hashes generated using vulnerable PHP versions, and will need to be
updated.
It was discovered that the fix for CVE-2012-1823, released via
RHSA-2012:0547, did not properly filter all php-cgi command line arguments.
A specially-crafted request to a PHP script could cause the PHP interpreter
to execute the script in a loop, or output usage information that triggers
an Internal Server Error. (CVE-2012-2336)
A memory leak flaw was found in the PHP strtotime() function call. A remote
attacker could possibly use this flaw to cause excessive memory consumption
by triggering many strtotime() function calls. (CVE-2012-0789)
It was found that PHP did not check the zend_strndup() function's return
value in certain cases. A remote attacker could possibly use this flaw to
crash a PHP application. (CVE-2011-4153)
Upstream acknowledges Rubin Xu and Joseph Bonneau as the original reporters
of CVE-2012-2143.
All php53 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.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Updated php53 packages that fix multiple security issues are now available\nfor Red Hat Enterprise Linux 5.\n\nThe Red Hat Security Response Team has rated this update as having moderate\nsecurity impact. Common Vulnerability Scoring System (CVSS) base scores,\nwhich give detailed severity ratings, are available for each vulnerability\nfrom the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "PHP is an HTML-embedded scripting language commonly used with the Apache\nHTTP Server.\n\nIt was discovered that the PHP XSL extension did not restrict the file\nwriting capability of libxslt. A remote attacker could use this flaw to\ncreate or overwrite an arbitrary file that is writable by the user running\nPHP, if a PHP script processed untrusted eXtensible Style Sheet Language\nTransformations (XSLT) content. (CVE-2012-0057)\n\nNote: This update disables file writing by default. A new PHP configuration\ndirective, \"xsl.security_prefs\", can be used to enable file writing in\nXSLT.\n\nA flaw was found in the way PHP validated file names in file upload\nrequests. A remote attacker could possibly use this flaw to bypass the\nsanitization of the uploaded file names, and cause a PHP script to store\nthe uploaded file in an unexpected directory, by using a directory\ntraversal attack. (CVE-2012-1172)\n\nMultiple integer overflow flaws, leading to heap-based buffer overflows,\nwere found in the way the PHP phar extension processed certain fields of\ntar archive files. A remote attacker could provide a specially-crafted tar\narchive file that, when processed by a PHP application using the phar\nextension, could cause the application to crash or, potentially, execute\narbitrary code with the privileges of the user running PHP. (CVE-2012-2386)\n\nA format string flaw was found in the way the PHP phar extension processed\ncertain PHAR files. A remote attacker could provide a specially-crafted\nPHAR file, which once processed in a PHP application using the phar\nextension, could lead to information disclosure and possibly arbitrary code\nexecution via a crafted phar:// URI. (CVE-2010-2950)\n\nA flaw was found in the DES algorithm implementation in the crypt()\npassword hashing function in PHP. If the password string to be hashed\ncontained certain characters, the remainder of the string was ignored when\ncalculating the hash, significantly reducing the password strength.\n(CVE-2012-2143)\n\nNote: With this update, passwords are no longer truncated when performing\nDES hashing. Therefore, new hashes of the affected passwords will not match\nstored hashes generated using vulnerable PHP versions, and will need to be\nupdated.\n\nIt was discovered that the fix for CVE-2012-1823, released via\nRHSA-2012:0547, did not properly filter all php-cgi command line arguments.\nA specially-crafted request to a PHP script could cause the PHP interpreter\nto execute the script in a loop, or output usage information that triggers\nan Internal Server Error. (CVE-2012-2336)\n\nA memory leak flaw was found in the PHP strtotime() function call. A remote\nattacker could possibly use this flaw to cause excessive memory consumption\nby triggering many strtotime() function calls. (CVE-2012-0789)\n\nIt was found that PHP did not check the zend_strndup() function\u0027s return\nvalue in certain cases. A remote attacker could possibly use this flaw to\ncrash a PHP application. (CVE-2011-4153)\n\nUpstream acknowledges Rubin Xu and Joseph Bonneau as the original reporters\nof CVE-2012-2143.\n\nAll php53 users should upgrade to these updated packages, which contain\nbackported patches to resolve these issues. After installing the updated\npackages, the httpd daemon must be restarted for the update to take effect.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2012:1047", "url": "https://access.redhat.com/errata/RHSA-2012:1047" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://rhn.redhat.com/errata/RHSA-2012-0547.html", "url": "https://rhn.redhat.com/errata/RHSA-2012-0547.html" }, { "category": "external", "summary": "782657", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=782657" }, { "category": "external", "summary": "782943", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=782943" }, { "category": "external", "summary": "783609", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=783609" }, { "category": "external", "summary": "799187", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=799187" }, { "category": "external", "summary": "816956", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=816956" }, { "category": "external", "summary": "820708", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=820708" }, { "category": "external", "summary": "823594", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=823594" }, { "category": "external", "summary": "835024", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=835024" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2012/rhsa-2012_1047.json" } ], "title": "Red Hat Security Advisory: php53 security update", "tracking": { "current_release_date": "2024-11-05T17:48:21+00:00", "generator": { "date": "2024-11-05T17:48:21+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2012:1047", "initial_release_date": "2012-06-27T15:44:00+00:00", "revision_history": [ { "date": "2012-06-27T15:44:00+00:00", "number": "1", "summary": "Initial version" }, { "date": "2012-06-27T15:47:13+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T17:48:21+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "RHEL Desktop Workstation (v. 5 client)", "product": { "name": "RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:5::client_workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux (v. 5 server)", "product": { "name": "Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:5::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php53-bcmath-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-bcmath-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-bcmath-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-bcmath@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-dba-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-dba-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-dba-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-dba@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-snmp-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-snmp-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-snmp-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-snmp@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-mysql-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-mysql-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-mysql-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-mysql@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-imap-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-imap-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-imap-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-imap@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-pdo-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-pdo-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-pdo-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pdo@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-soap-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-soap-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-soap-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-soap@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-gd-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-gd-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-gd-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-gd@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-common-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-common-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-common-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-common@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-devel-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-devel-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-devel-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-devel@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-mbstring-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-mbstring-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-mbstring-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-mbstring@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-pgsql-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-pgsql-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-pgsql-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pgsql@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-debuginfo@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-process-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-process-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-process-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-process@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-cli-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-cli-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-cli-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-cli@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-xml-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-xml-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-xml-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-xml@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-xmlrpc@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-pspell-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-pspell-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-pspell-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pspell@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-ldap-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-ldap-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-ldap-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-ldap@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-odbc-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-odbc-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-odbc-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-odbc@5.3.3-13.el5_8?arch=x86_64" } } }, { "category": "product_version", "name": "php53-intl-0:5.3.3-13.el5_8.x86_64", "product": { "name": "php53-intl-0:5.3.3-13.el5_8.x86_64", "product_id": "php53-intl-0:5.3.3-13.el5_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-intl@5.3.3-13.el5_8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "php53-bcmath-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-bcmath-0:5.3.3-13.el5_8.i386", "product_id": "php53-bcmath-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-bcmath@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-0:5.3.3-13.el5_8.i386", "product_id": "php53-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-dba-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-dba-0:5.3.3-13.el5_8.i386", "product_id": "php53-dba-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-dba@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-snmp-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-snmp-0:5.3.3-13.el5_8.i386", "product_id": "php53-snmp-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-snmp@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-mysql-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-mysql-0:5.3.3-13.el5_8.i386", "product_id": "php53-mysql-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-mysql@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-imap-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-imap-0:5.3.3-13.el5_8.i386", "product_id": "php53-imap-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-imap@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-pdo-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-pdo-0:5.3.3-13.el5_8.i386", "product_id": "php53-pdo-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pdo@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-soap-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-soap-0:5.3.3-13.el5_8.i386", "product_id": "php53-soap-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-soap@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-gd-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-gd-0:5.3.3-13.el5_8.i386", "product_id": "php53-gd-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-gd@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-common-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-common-0:5.3.3-13.el5_8.i386", "product_id": "php53-common-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-common@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-devel-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-devel-0:5.3.3-13.el5_8.i386", "product_id": "php53-devel-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-devel@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-mbstring-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-mbstring-0:5.3.3-13.el5_8.i386", "product_id": "php53-mbstring-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-mbstring@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-pgsql-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-pgsql-0:5.3.3-13.el5_8.i386", "product_id": "php53-pgsql-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pgsql@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-debuginfo-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-debuginfo-0:5.3.3-13.el5_8.i386", "product_id": "php53-debuginfo-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-debuginfo@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-process-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-process-0:5.3.3-13.el5_8.i386", "product_id": "php53-process-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-process@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-cli-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-cli-0:5.3.3-13.el5_8.i386", "product_id": "php53-cli-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-cli@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-xml-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-xml-0:5.3.3-13.el5_8.i386", "product_id": "php53-xml-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-xml@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-xmlrpc-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-xmlrpc-0:5.3.3-13.el5_8.i386", "product_id": "php53-xmlrpc-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-xmlrpc@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-pspell-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-pspell-0:5.3.3-13.el5_8.i386", "product_id": "php53-pspell-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pspell@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-ldap-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-ldap-0:5.3.3-13.el5_8.i386", "product_id": "php53-ldap-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-ldap@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-odbc-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-odbc-0:5.3.3-13.el5_8.i386", "product_id": "php53-odbc-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-odbc@5.3.3-13.el5_8?arch=i386" } } }, { "category": "product_version", "name": "php53-intl-0:5.3.3-13.el5_8.i386", "product": { "name": "php53-intl-0:5.3.3-13.el5_8.i386", "product_id": "php53-intl-0:5.3.3-13.el5_8.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-intl@5.3.3-13.el5_8?arch=i386" } } } ], "category": "architecture", "name": "i386" }, { "branches": [ { "category": "product_version", "name": "php53-0:5.3.3-13.el5_8.src", "product": { "name": "php53-0:5.3.3-13.el5_8.src", "product_id": "php53-0:5.3.3-13.el5_8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53@5.3.3-13.el5_8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "php53-bcmath-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-bcmath-0:5.3.3-13.el5_8.ppc", "product_id": "php53-bcmath-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-bcmath@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-0:5.3.3-13.el5_8.ppc", "product_id": "php53-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-dba-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-dba-0:5.3.3-13.el5_8.ppc", "product_id": "php53-dba-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-dba@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-snmp-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-snmp-0:5.3.3-13.el5_8.ppc", "product_id": "php53-snmp-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-snmp@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-mysql-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-mysql-0:5.3.3-13.el5_8.ppc", "product_id": "php53-mysql-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-mysql@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-imap-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-imap-0:5.3.3-13.el5_8.ppc", "product_id": "php53-imap-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-imap@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-pdo-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-pdo-0:5.3.3-13.el5_8.ppc", "product_id": "php53-pdo-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pdo@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-soap-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-soap-0:5.3.3-13.el5_8.ppc", "product_id": "php53-soap-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-soap@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-gd-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-gd-0:5.3.3-13.el5_8.ppc", "product_id": "php53-gd-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-gd@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-common-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-common-0:5.3.3-13.el5_8.ppc", "product_id": "php53-common-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-common@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-devel-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-devel-0:5.3.3-13.el5_8.ppc", "product_id": "php53-devel-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-devel@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-mbstring-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-mbstring-0:5.3.3-13.el5_8.ppc", "product_id": "php53-mbstring-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-mbstring@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-pgsql-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-pgsql-0:5.3.3-13.el5_8.ppc", "product_id": "php53-pgsql-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pgsql@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-debuginfo-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-debuginfo-0:5.3.3-13.el5_8.ppc", "product_id": "php53-debuginfo-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-debuginfo@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-process-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-process-0:5.3.3-13.el5_8.ppc", "product_id": "php53-process-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-process@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-cli-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-cli-0:5.3.3-13.el5_8.ppc", "product_id": "php53-cli-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-cli@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-xml-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-xml-0:5.3.3-13.el5_8.ppc", "product_id": "php53-xml-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-xml@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "product_id": "php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-xmlrpc@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-pspell-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-pspell-0:5.3.3-13.el5_8.ppc", "product_id": "php53-pspell-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pspell@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-ldap-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-ldap-0:5.3.3-13.el5_8.ppc", "product_id": "php53-ldap-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-ldap@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-odbc-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-odbc-0:5.3.3-13.el5_8.ppc", "product_id": "php53-odbc-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-odbc@5.3.3-13.el5_8?arch=ppc" } } }, { "category": "product_version", "name": "php53-intl-0:5.3.3-13.el5_8.ppc", "product": { "name": "php53-intl-0:5.3.3-13.el5_8.ppc", "product_id": "php53-intl-0:5.3.3-13.el5_8.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-intl@5.3.3-13.el5_8?arch=ppc" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "php53-bcmath-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-bcmath-0:5.3.3-13.el5_8.ia64", "product_id": "php53-bcmath-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-bcmath@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-0:5.3.3-13.el5_8.ia64", "product_id": "php53-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-dba-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-dba-0:5.3.3-13.el5_8.ia64", "product_id": "php53-dba-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-dba@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-snmp-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-snmp-0:5.3.3-13.el5_8.ia64", "product_id": "php53-snmp-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-snmp@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-mysql-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-mysql-0:5.3.3-13.el5_8.ia64", "product_id": "php53-mysql-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-mysql@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-imap-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-imap-0:5.3.3-13.el5_8.ia64", "product_id": "php53-imap-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-imap@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-pdo-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-pdo-0:5.3.3-13.el5_8.ia64", "product_id": "php53-pdo-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pdo@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-soap-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-soap-0:5.3.3-13.el5_8.ia64", "product_id": "php53-soap-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-soap@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-gd-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-gd-0:5.3.3-13.el5_8.ia64", "product_id": "php53-gd-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-gd@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-common-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-common-0:5.3.3-13.el5_8.ia64", "product_id": "php53-common-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-common@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-devel-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-devel-0:5.3.3-13.el5_8.ia64", "product_id": "php53-devel-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-devel@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-mbstring-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-mbstring-0:5.3.3-13.el5_8.ia64", "product_id": "php53-mbstring-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-mbstring@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-pgsql-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-pgsql-0:5.3.3-13.el5_8.ia64", "product_id": "php53-pgsql-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pgsql@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-debuginfo-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-debuginfo-0:5.3.3-13.el5_8.ia64", "product_id": "php53-debuginfo-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-debuginfo@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-process-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-process-0:5.3.3-13.el5_8.ia64", "product_id": "php53-process-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-process@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-cli-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-cli-0:5.3.3-13.el5_8.ia64", "product_id": "php53-cli-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-cli@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-xml-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-xml-0:5.3.3-13.el5_8.ia64", "product_id": "php53-xml-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-xml@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "product_id": "php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-xmlrpc@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-pspell-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-pspell-0:5.3.3-13.el5_8.ia64", "product_id": "php53-pspell-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pspell@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-ldap-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-ldap-0:5.3.3-13.el5_8.ia64", "product_id": "php53-ldap-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-ldap@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-odbc-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-odbc-0:5.3.3-13.el5_8.ia64", "product_id": "php53-odbc-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-odbc@5.3.3-13.el5_8?arch=ia64" } } }, { "category": "product_version", "name": "php53-intl-0:5.3.3-13.el5_8.ia64", "product": { "name": "php53-intl-0:5.3.3-13.el5_8.ia64", "product_id": "php53-intl-0:5.3.3-13.el5_8.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-intl@5.3.3-13.el5_8?arch=ia64" } } } ], "category": "architecture", "name": "ia64" }, { "branches": [ { "category": "product_version", "name": "php53-bcmath-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-bcmath-0:5.3.3-13.el5_8.s390x", "product_id": "php53-bcmath-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-bcmath@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-0:5.3.3-13.el5_8.s390x", "product_id": "php53-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-dba-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-dba-0:5.3.3-13.el5_8.s390x", "product_id": "php53-dba-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-dba@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-snmp-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-snmp-0:5.3.3-13.el5_8.s390x", "product_id": "php53-snmp-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-snmp@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-mysql-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-mysql-0:5.3.3-13.el5_8.s390x", "product_id": "php53-mysql-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-mysql@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-imap-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-imap-0:5.3.3-13.el5_8.s390x", "product_id": "php53-imap-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-imap@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-pdo-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-pdo-0:5.3.3-13.el5_8.s390x", "product_id": "php53-pdo-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pdo@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-soap-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-soap-0:5.3.3-13.el5_8.s390x", "product_id": "php53-soap-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-soap@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-gd-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-gd-0:5.3.3-13.el5_8.s390x", "product_id": "php53-gd-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-gd@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-common-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-common-0:5.3.3-13.el5_8.s390x", "product_id": "php53-common-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-common@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-devel-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-devel-0:5.3.3-13.el5_8.s390x", "product_id": "php53-devel-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-devel@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-mbstring-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-mbstring-0:5.3.3-13.el5_8.s390x", "product_id": "php53-mbstring-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-mbstring@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-pgsql-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-pgsql-0:5.3.3-13.el5_8.s390x", "product_id": "php53-pgsql-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pgsql@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-debuginfo-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-debuginfo-0:5.3.3-13.el5_8.s390x", "product_id": "php53-debuginfo-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-debuginfo@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-process-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-process-0:5.3.3-13.el5_8.s390x", "product_id": "php53-process-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-process@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-cli-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-cli-0:5.3.3-13.el5_8.s390x", "product_id": "php53-cli-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-cli@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-xml-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-xml-0:5.3.3-13.el5_8.s390x", "product_id": "php53-xml-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-xml@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "product_id": "php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-xmlrpc@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-pspell-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-pspell-0:5.3.3-13.el5_8.s390x", "product_id": "php53-pspell-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-pspell@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-ldap-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-ldap-0:5.3.3-13.el5_8.s390x", "product_id": "php53-ldap-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-ldap@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-odbc-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-odbc-0:5.3.3-13.el5_8.s390x", "product_id": "php53-odbc-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-odbc@5.3.3-13.el5_8?arch=s390x" } } }, { "category": "product_version", "name": "php53-intl-0:5.3.3-13.el5_8.s390x", "product": { "name": "php53-intl-0:5.3.3-13.el5_8.s390x", "product_id": "php53-intl-0:5.3.3-13.el5_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php53-intl@5.3.3-13.el5_8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-13.el5_8.src as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src" }, "product_reference": "php53-0:5.3.3-13.el5_8.src", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-bcmath-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-bcmath-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-bcmath-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-bcmath-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-bcmath-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-cli-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-cli-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-cli-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-cli-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-cli-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-cli-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-cli-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-cli-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-cli-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-cli-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-common-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-common-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-common-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-common-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-common-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-common-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-common-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-common-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-common-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-common-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-dba-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-dba-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-dba-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-dba-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-dba-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-debuginfo-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-debuginfo-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-debuginfo-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-debuginfo-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-debuginfo-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-debuginfo-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-debuginfo-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-debuginfo-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-debuginfo-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-devel-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-devel-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-devel-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-devel-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-devel-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-gd-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-gd-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-gd-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-gd-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-gd-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-imap-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-imap-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-imap-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-imap-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-imap-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-intl-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-intl-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-intl-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-intl-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-intl-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-ldap-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-ldap-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-ldap-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-ldap-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-ldap-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-mbstring-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-mbstring-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-mbstring-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-mbstring-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-mbstring-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-mysql-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-mysql-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-mysql-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-mysql-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-mysql-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-odbc-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-odbc-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-odbc-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-odbc-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-odbc-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-pdo-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-pdo-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-pdo-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-pdo-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-pdo-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-pgsql-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-pgsql-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-pgsql-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-pgsql-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-pgsql-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-process-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-process-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-process-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-process-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-process-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-process-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-process-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-process-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-process-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-process-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-pspell-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-pspell-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-pspell-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-pspell-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-pspell-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-snmp-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-snmp-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-snmp-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-snmp-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-snmp-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-soap-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-soap-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-soap-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-soap-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-soap-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xml-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-xml-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xml-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-xml-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xml-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-xml-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xml-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-xml-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xml-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-xml-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-0:5.3.3-13.el5_8.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-xmlrpc-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-0:5.3.3-13.el5_8.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-0:5.3.3-13.el5_8.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-0:5.3.3-13.el5_8.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-0:5.3.3-13.el5_8.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Client-Workstation-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-13.el5_8.src as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src" }, "product_reference": "php53-0:5.3.3-13.el5_8.src", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-bcmath-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-bcmath-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-bcmath-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-bcmath-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-bcmath-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-bcmath-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-cli-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-cli-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-cli-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-cli-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-cli-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-cli-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-cli-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-cli-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-cli-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-cli-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-common-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-common-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-common-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-common-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-common-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-common-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-common-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-common-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-common-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-common-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-dba-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-dba-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-dba-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-dba-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-dba-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-dba-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-debuginfo-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-debuginfo-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-debuginfo-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-debuginfo-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-debuginfo-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-debuginfo-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-debuginfo-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-debuginfo-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-debuginfo-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-devel-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-devel-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-devel-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-devel-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-devel-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-devel-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-gd-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-gd-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-gd-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-gd-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-gd-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-gd-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-imap-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-imap-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-imap-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-imap-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-imap-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-imap-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-intl-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-intl-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-intl-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-intl-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-intl-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-intl-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-ldap-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-ldap-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-ldap-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-ldap-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-ldap-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-ldap-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-mbstring-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-mbstring-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-mbstring-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-mbstring-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mbstring-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-mbstring-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-mysql-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-mysql-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-mysql-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-mysql-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-mysql-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-mysql-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-odbc-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-odbc-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-odbc-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-odbc-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-odbc-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-odbc-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-pdo-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-pdo-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-pdo-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-pdo-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pdo-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-pdo-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-pgsql-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-pgsql-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-pgsql-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-pgsql-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pgsql-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-pgsql-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-process-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-process-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-process-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-process-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-process-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-process-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-process-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-process-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-process-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-process-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-pspell-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-pspell-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-pspell-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-pspell-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-pspell-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-pspell-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-snmp-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-snmp-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-snmp-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-snmp-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-snmp-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-snmp-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-soap-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-soap-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-soap-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-soap-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-soap-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-soap-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xml-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-xml-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xml-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-xml-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xml-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-xml-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xml-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-xml-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xml-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-xml-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-0:5.3.3-13.el5_8.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386" }, "product_reference": "php53-xmlrpc-0:5.3.3-13.el5_8.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-0:5.3.3-13.el5_8.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64" }, "product_reference": "php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-0:5.3.3-13.el5_8.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc" }, "product_reference": "php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-0:5.3.3-13.el5_8.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x" }, "product_reference": "php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "php53-xmlrpc-0:5.3.3-13.el5_8.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" }, "product_reference": "php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "relates_to_product_reference": "5Server-5.8.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2010-2950", "discovery_date": "2010-05-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "835024" } ], "notes": [ { "category": "description", "text": "Format string vulnerability in stream.c in the phar extension in PHP 5.3.x through 5.3.3 allows context-dependent attackers to obtain sensitive information (memory contents) and possibly execute arbitrary code via a crafted phar:// URI that is not properly handled by the phar_stream_flush function, leading to errors in the php_stream_wrapper_log_error function. NOTE: this vulnerability exists because of an incomplete fix for CVE-2010-2094.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Format string flaw in phar extension via phar_stream_flush() (MOPS-2010-024)", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2010-2950" }, { "category": "external", "summary": "RHBZ#835024", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=835024" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2010-2950", "url": "https://www.cve.org/CVERecord?id=CVE-2010-2950" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2010-2950", "url": "https://nvd.nist.gov/vuln/detail/CVE-2010-2950" } ], "release_date": "2010-05-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2012-06-27T15:44:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258", "product_ids": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2012:1047" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.8, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:P", "version": "2.0" }, "products": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Format string flaw in phar extension via phar_stream_flush() (MOPS-2010-024)" }, { "cve": "CVE-2011-4153", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2012-01-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "782943" } ], "notes": [ { "category": "description", "text": "PHP 5.3.8 does not always check the return value of the zend_strndup function, which might allow remote attackers to cause a denial of service (NULL pointer dereference and application crash) via crafted input to an application that performs strndup operations on untrusted string data, as demonstrated by the define function in zend_builtin_functions.c, and unspecified functions in ext/soap/php_sdl.c, ext/standard/syslog.c, ext/standard/browscap.c, ext/oci8/oci8.c, ext/com_dotnet/com_typeinfo.c, and main/php_open_temporary_file.c.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: zend_strndup() NULL pointer dereference may cause DoS", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2011-4153" }, { "category": "external", "summary": "RHBZ#782943", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=782943" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2011-4153", "url": "https://www.cve.org/CVERecord?id=CVE-2011-4153" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-4153", "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-4153" } ], "release_date": "2012-01-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2012-06-27T15:44:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258", "product_ids": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2012:1047" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "products": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: zend_strndup() NULL pointer dereference may cause DoS" }, { "cve": "CVE-2012-0057", "discovery_date": "2012-01-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "782657" } ], "notes": [ { "category": "description", "text": "PHP before 5.3.9 has improper libxslt security settings, which allows remote attackers to create arbitrary files via a crafted XSLT stylesheet that uses the libxslt output extension.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: XSLT file writing vulnerability", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2012-0057" }, { "category": "external", "summary": "RHBZ#782657", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=782657" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2012-0057", "url": "https://www.cve.org/CVERecord?id=CVE-2012-0057" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-0057", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-0057" } ], "release_date": "2012-01-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2012-06-27T15:44:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258", "product_ids": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2012:1047" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 6.4, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:N", "version": "2.0" }, "products": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: XSLT file writing vulnerability" }, { "cve": "CVE-2012-0789", "cwe": { "id": "CWE-401", "name": "Missing Release of Memory after Effective Lifetime" }, "discovery_date": "2012-01-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "783609" } ], "notes": [ { "category": "description", "text": "Memory leak in the timezone functionality in PHP before 5.3.9 allows remote attackers to cause a denial of service (memory consumption) by triggering many strtotime function calls, which are not properly handled by the php_date_parse_tzfile cache.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: strtotime timezone memory leak", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2012-0789" }, { "category": "external", "summary": "RHBZ#783609", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=783609" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2012-0789", "url": "https://www.cve.org/CVERecord?id=CVE-2012-0789" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-0789", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-0789" } ], "release_date": "2012-01-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2012-06-27T15:44:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258", "product_ids": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2012:1047" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "products": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: strtotime timezone memory leak" }, { "cve": "CVE-2012-1172", "discovery_date": "2012-03-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "799187" } ], "notes": [ { "category": "description", "text": "The file-upload implementation in rfc1867.c in PHP before 5.4.0 does not properly handle invalid [ (open square bracket) characters in name values, which makes it easier for remote attackers to cause a denial of service (malformed $_FILES indexes) or conduct directory traversal attacks during multi-file uploads by leveraging a script that lacks its own filename restrictions.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: $_FILES array indexes corruption", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2012-1172" }, { "category": "external", "summary": "RHBZ#799187", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=799187" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2012-1172", "url": "https://www.cve.org/CVERecord?id=CVE-2012-1172" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-1172", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-1172" } ], "release_date": "2012-03-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2012-06-27T15:44:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258", "product_ids": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2012:1047" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 6.4, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:N", "version": "2.0" }, "products": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: $_FILES array indexes corruption" }, { "acknowledgments": [ { "names": [ "Rubin Xu", "Joseph Bonneau" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2012-2143", "discovery_date": "2012-04-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "816956" } ], "notes": [ { "category": "description", "text": "The crypt_des (aka DES-based crypt) function in FreeBSD before 9.0-RELEASE-p2, as used in PHP, PostgreSQL, and other products, does not process the complete cleartext password if this password contains a 0x80 character, which makes it easier for context-dependent attackers to obtain access via an authentication attempt with an initial substring of the intended password, as demonstrated by a Unicode password.", "title": "Vulnerability description" }, { "category": "summary", "text": "crypt(): DES encrypted password weakness", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did not affect the version of php as shipped with Red Hat Enterprise Linux 5 as it did not include FreeSec\u0027s libcrypt cryptographic algorithms implementation yet. This issue was addressed in php53 package for Red Hat Enterprise Linux 5 via RHSA-2012:1047 and in php package for Red Hat Enterprise Linux 6 via RHSA-2012:1046.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2012-2143" }, { "category": "external", "summary": "RHBZ#816956", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=816956" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2012-2143", "url": "https://www.cve.org/CVERecord?id=CVE-2012-2143" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-2143", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-2143" } ], "release_date": "2012-05-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2012-06-27T15:44:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258", "product_ids": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2012:1047" } ], "scores": [ { "cvss_v2": { "accessComplexity": "HIGH", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.0, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:H/Au:N/C:P/I:P/A:N", "version": "2.0" }, "products": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "crypt(): DES encrypted password weakness" }, { "cve": "CVE-2012-2336", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2012-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "820708" } ], "notes": [ { "category": "description", "text": "sapi/cgi/cgi_main.c in PHP before 5.3.13 and 5.4.x before 5.4.3, when configured as a CGI script (aka php-cgi), does not properly handle query strings that lack an = (equals sign) character, which allows remote attackers to cause a denial of service (resource consumption) by placing command-line options in the query string, related to lack of skipping a certain php_getopt for the \u0027T\u0027 case. NOTE: this vulnerability exists because of an incomplete fix for CVE-2012-1823.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: incomplete CVE-2012-1823 fix - missing filtering of -T and -h", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2012-2336" }, { "category": "external", "summary": "RHBZ#820708", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=820708" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2012-2336", "url": "https://www.cve.org/CVERecord?id=CVE-2012-2336" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-2336", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-2336" } ], "release_date": "2012-05-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2012-06-27T15:44:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258", "product_ids": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2012:1047" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0" }, "products": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: incomplete CVE-2012-1823 fix - missing filtering of -T and -h" }, { "cve": "CVE-2012-2386", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2012-05-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "823594" } ], "notes": [ { "category": "description", "text": "Integer overflow in the phar_parse_tarfile function in tar.c in the phar extension in PHP before 5.3.14 and 5.4.x before 5.4.4 allows remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via a crafted tar file that triggers a heap-based buffer overflow.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Integer overflow leading to heap-buffer overflow in the Phar extension", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did not affect the version of php as shipped with Red Hat Enterprise Linux 5 as it did not include support for phar extension yet. This issue was addressed in php53 package for Red Hat Enterprise Linux 5 via RHSA-2012:1047 and in php package for Red Hat Enterprise Linux 6 via RHSA-2012:1046.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2012-2386" }, { "category": "external", "summary": "RHBZ#823594", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=823594" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2012-2386", "url": "https://www.cve.org/CVERecord?id=CVE-2012-2386" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-2386", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-2386" } ], "release_date": "2012-05-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2012-06-27T15:44:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258", "product_ids": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2012:1047" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "products": [ "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Client-Workstation-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Client-Workstation-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.src", "5Server-5.8.Z:php53-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-bcmath-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-cli-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-common-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-dba-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-debuginfo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-devel-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-gd-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-imap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-intl-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-ldap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mbstring-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-mysql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-odbc-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pdo-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pgsql-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-process-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-pspell-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-snmp-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-soap-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xml-0:5.3.3-13.el5_8.x86_64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.i386", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ia64", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.ppc", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.s390x", "5Server-5.8.Z:php53-xmlrpc-0:5.3.3-13.el5_8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Integer overflow leading to heap-buffer overflow in the Phar extension" } ] }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.