rhsa-2008_0505
Vulnerability from csaf_redhat
Published
2008-07-02 13:15
Modified
2024-11-05 16:54
Summary
Red Hat Security Advisory: Red Hat Application Stack v2.1 security and enhancement update

Notes

Topic
Red Hat Application Stack v2.1 is now available. This update fixes various security issues and adds several enhancements. This update has been rated as having moderate security impact by the Red Hat Security Response Team.
Details
The Red Hat Application Stack is an integrated open source application stack, and includes JBoss Enterprise Application Platform (EAP). Starting with this update, JBoss EAP is no longer provided via the Application Stack channels. Instead, all Application Stack customers are automatically entitled to the JBoss EAP channels. This ensures all users have immediate access to JBoss EAP packages when they are released, ensuring lesser wait for security and critical patches. As a result, you must MANUALLY subscribe to the appropriate JBoss EAP channel, as all further JBoss EAP updates will only go to that channel. This update also entitles all customers to the JBoss EAP 4.3.0 channels. Users receive support for JBoss EAP 4.3.0 if they choose to install it. Important: downgrading from JBoss EAP 4.3.0 to 4.2.0 is unsupported. PHP was updated to version 5.2.6, fixing the following security issues: It was discovered that the PHP escapeshellcmd() function did not properly escape multi-byte characters which are not valid in the locale used by the script. This could allow an attacker to bypass quoting restrictions imposed by escapeshellcmd() and execute arbitrary commands if the PHP script was using certain locales. Scripts using the default UTF-8 locale are not affected by this issue. (CVE-2008-2051) The PHP functions htmlentities() and htmlspecialchars() did not properly recognize partial multi-byte sequences. Certain sequences of bytes could be passed through these functions without being correctly HTML-escaped. Depending on the browser being used, an attacker could use this flaw to conduct cross-site scripting attacks. (CVE-2007-5898) A PHP script which used the transparent session ID configuration option, or which used the output_add_rewrite_var() function, could leak session identifiers to external web sites. If a page included an HTML form with an ACTION attribute referencing a non-local URL, the user's session ID would be included in the form data passed to that URL. (CVE-2007-5899) It was discovered that the PHP fnmatch() function did not restrict the length of the string argument. An attacker could use this flaw to crash the PHP interpreter where a script used fnmatch() on untrusted input data. (CVE-2007-4782) It was discovered that PHP did not properly seed its pseudo-random number generator used by functions such as rand() and mt_rand(), possibly allowing an attacker to easily predict the generated pseudo-random values. (CVE-2008-2107, CVE-2008-2108) A flaw was found in PHP's CGI server API. If the web server did not set DOCUMENT_ROOT environment variable for PHP (e.g. when running PHP in the FastCGI server mode), an attacker could cause a crash of the PHP child process, causing a temporary denial of service. (CVE-2008-0599) MySQL was updated to version 5.0.50sp1a, fixing the following security issue: MySQL did not correctly check directories used as arguments for the DATA DIRECTORY and INDEX DIRECTORY directives. Using this flaw, an authenticated attacker could elevate their access privileges to tables created by other database users. Note: this attack does not work on existing tables. An attacker can only elevate their access to another user's tables as the tables are created. As well, the names of these created tables need to be predicted correctly for this attack to succeed. (CVE-2008-2079) The following packages are updated: * httpd to 2.2.8 * mod_jk to 1.2.26 * mod_perl to 2.0.4 * the MySQL Connector/ODBC to 3.51.24r1071 * the MySQL Connector/J (JDBC driver) to 5.0.8 * perl-DBD-MySQL to 4.006 * perl-DBI to 1.604 * postgresql to 8.2.7 * postgresql-jdbc to 8.2.508 * postgresqlclient81 to 8.1.11 * postgresql-odbc to 8.02.0500
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": "Red Hat Application Stack v2.1 is now available. This update fixes various\nsecurity issues and adds several enhancements.\n\nThis update has been rated as having moderate security impact by the Red\nHat Security Response Team.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "The Red Hat Application Stack is an integrated open source application\nstack, and includes JBoss Enterprise Application Platform (EAP).\n\nStarting with this update, JBoss EAP is no longer provided via the\nApplication Stack channels. Instead, all Application Stack customers are\nautomatically entitled to the JBoss EAP channels. This ensures all users\nhave immediate access to JBoss EAP packages when they are released,\nensuring lesser wait for security and critical patches.\n\nAs a result, you must MANUALLY subscribe to the appropriate JBoss EAP\nchannel, as all further JBoss EAP updates will only go to that channel.\n\nThis update also entitles all customers to the JBoss EAP 4.3.0 channels.\nUsers receive support for JBoss EAP 4.3.0 if they choose to install it.\nImportant: downgrading from JBoss EAP 4.3.0 to 4.2.0 is unsupported.\n\nPHP was updated to version 5.2.6, fixing the following security issues:\n\nIt was discovered that the PHP escapeshellcmd() function did not properly\nescape multi-byte characters which are not valid in the locale used by the\nscript. This could allow an attacker to bypass quoting restrictions imposed\nby escapeshellcmd() and execute arbitrary commands if the PHP script was\nusing certain locales. Scripts using the default UTF-8 locale are not\naffected by this issue. (CVE-2008-2051)\n\nThe PHP functions htmlentities() and htmlspecialchars() did not properly\nrecognize partial multi-byte sequences. Certain sequences of bytes could be\npassed through these functions without being correctly HTML-escaped.\nDepending on the browser being used, an attacker could use this flaw to\nconduct cross-site scripting attacks. (CVE-2007-5898)\n\nA PHP script which used the transparent session ID configuration option, or\nwhich used the output_add_rewrite_var() function, could leak session\nidentifiers to external web sites. If a page included an HTML form with an\nACTION attribute referencing a non-local URL, the user\u0027s session ID would\nbe included in the form data passed to that URL. (CVE-2007-5899)\n\nIt was discovered that the PHP fnmatch() function did not restrict the\nlength of the string argument. An attacker could use this flaw to crash the\nPHP interpreter where a script used fnmatch() on untrusted input data.\n(CVE-2007-4782)\n\nIt was discovered that PHP did not properly seed its pseudo-random number\ngenerator used by functions such as rand() and mt_rand(), possibly allowing\nan attacker to easily predict the generated pseudo-random values.\n(CVE-2008-2107, CVE-2008-2108)\n\nA flaw was found in PHP\u0027s CGI server API. If the web server did not set\nDOCUMENT_ROOT environment variable for PHP (e.g. when running PHP in the\nFastCGI server mode), an attacker could cause a crash of the PHP child\nprocess, causing a temporary denial of service. (CVE-2008-0599)\n\nMySQL was updated to version 5.0.50sp1a, fixing the following security\nissue:\n\nMySQL did not correctly check directories used as arguments for the DATA\nDIRECTORY and INDEX DIRECTORY directives. Using this flaw, an authenticated\nattacker could elevate their access privileges to tables created by other\ndatabase users. Note: this attack does not work on existing tables. An\nattacker can only elevate their access to another user\u0027s tables as the\ntables are created. As well, the names of these created tables need to be\npredicted correctly for this attack to succeed. (CVE-2008-2079)\n\nThe following packages are updated:\n\n* httpd to 2.2.8\n* mod_jk to 1.2.26\n* mod_perl to 2.0.4\n* the MySQL Connector/ODBC to 3.51.24r1071\n* the MySQL Connector/J (JDBC driver) to 5.0.8\n* perl-DBD-MySQL to 4.006\n* perl-DBI to 1.604\n* postgresql to 8.2.7\n* postgresql-jdbc to 8.2.508\n* postgresqlclient81 to 8.1.11\n* postgresql-odbc to 8.02.0500",
        "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-2008:0505",
        "url": "https://access.redhat.com/errata/RHSA-2008:0505"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "category": "external",
        "summary": "http://www.redhat.com/docs/en-US/Red_Hat_Application_Stack/2.1/html-single/Release_Notes/",
        "url": "http://www.redhat.com/docs/en-US/Red_Hat_Application_Stack/2.1/html-single/Release_Notes/"
      },
      {
        "category": "external",
        "summary": "285881",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=285881"
      },
      {
        "category": "external",
        "summary": "382411",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=382411"
      },
      {
        "category": "external",
        "summary": "382431",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=382431"
      },
      {
        "category": "external",
        "summary": "445003",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=445003"
      },
      {
        "category": "external",
        "summary": "445006",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=445006"
      },
      {
        "category": "external",
        "summary": "445222",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=445222"
      },
      {
        "category": "external",
        "summary": "445684",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=445684"
      },
      {
        "category": "external",
        "summary": "445685",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=445685"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2008/rhsa-2008_0505.json"
      }
    ],
    "title": "Red Hat Security Advisory: Red Hat Application Stack v2.1 security and enhancement update",
    "tracking": {
      "current_release_date": "2024-11-05T16:54:55+00:00",
      "generator": {
        "date": "2024-11-05T16:54:55+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.1.1"
        }
      },
      "id": "RHSA-2008:0505",
      "initial_release_date": "2008-07-02T13:15:00+00:00",
      "revision_history": [
        {
          "date": "2008-07-02T13:15:00+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2008-07-02T09:15:28+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-11-05T16:54:55+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Application Stack v2 for Enterprise Linux (v.5)",
                "product": {
                  "name": "Red Hat Application Stack v2 for Enterprise Linux (v.5)",
                  "product_id": "5Server-Stacks",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_application_stack:2"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Application Stack"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
                "product": {
                  "name": "mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
                  "product_id": "mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-connector-odbc-debuginfo@3.51.24r1071-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
                "product": {
                  "name": "mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
                  "product_id": "mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-connector-odbc@3.51.24r1071-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
                "product": {
                  "name": "mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
                  "product_id": "mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_perl-debuginfo@2.0.4-3.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_perl-0:2.0.4-3.el5s2.x86_64",
                "product": {
                  "name": "mod_perl-0:2.0.4-3.el5s2.x86_64",
                  "product_id": "mod_perl-0:2.0.4-3.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_perl@2.0.4-3.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
                "product": {
                  "name": "mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
                  "product_id": "mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_perl-devel@2.0.4-3.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
                "product": {
                  "name": "mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
                  "product_id": "mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-test@5.0.50sp1a-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
                "product": {
                  "name": "mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
                  "product_id": "mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-cluster@5.0.50sp1a-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
                "product": {
                  "name": "mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
                  "product_id": "mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-server@5.0.50sp1a-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
                "product": {
                  "name": "mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
                  "product_id": "mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-devel@5.0.50sp1a-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
                "product": {
                  "name": "mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
                  "product_id": "mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-bench@5.0.50sp1a-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
                "product": {
                  "name": "mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
                  "product_id": "mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-libs@5.0.50sp1a-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mysql-0:5.0.50sp1a-2.el5s2.x86_64",
                "product": {
                  "name": "mysql-0:5.0.50sp1a-2.el5s2.x86_64",
                  "product_id": "mysql-0:5.0.50sp1a-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql@5.0.50sp1a-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
                "product": {
                  "name": "mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
                  "product_id": "mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-debuginfo@5.0.50sp1a-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:5.2.6-2.el5s2.x86_64",
                "product": {
                  "name": "php-snmp-0:5.2.6-2.el5s2.x86_64",
                  "product_id": "php-snmp-0:5.2.6-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@5.2.6-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:5.2.6-2.el5s2.x86_64",
                "product": {
                  "name": "php-bcmath-0:5.2.6-2.el5s2.x86_64",
                  "product_id": "php-bcmath-0:5.2.6-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@5.2.6-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ncurses-0:5.2.6-2.el5s2.x86_64",
                "product": {
                  "name": "php-ncurses-0:5.2.6-2.el5s2.x86_64",
                  "product_id": "php-ncurses-0:5.2.6-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ncurses@5.2.6-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:5.2.6-2.el5s2.x86_64",
                "product": {
                  "name": "php-pdo-0:5.2.6-2.el5s2.x86_64",
                  "product_id": "php-pdo-0:5.2.6-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@5.2.6-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:5.2.6-2.el5s2.x86_64",
                "product": {
                  "name": "php-ldap-0:5.2.6-2.el5s2.x86_64",
                  "product_id": "php-ldap-0:5.2.6-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@5.2.6-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:5.2.6-2.el5s2.x86_64",
                "product": {
                  "name": "php-soap-0:5.2.6-2.el5s2.x86_64",
                  "product_id": "php-soap-0:5.2.6-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@5.2.6-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:5.2.6-2.el5s2.x86_64",
                "product": {
                  "name": "php-cli-0:5.2.6-2.el5s2.x86_64",
                  "product_id": "php-cli-0:5.2.6-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@5.2.6-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:5.2.6-2.el5s2.x86_64",
                "product": {
                  "name": "php-gd-0:5.2.6-2.el5s2.x86_64",
                  "product_id": "php-gd-0:5.2.6-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@5.2.6-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:5.2.6-2.el5s2.x86_64",
                "product": {
                  "name": "php-odbc-0:5.2.6-2.el5s2.x86_64",
                  "product_id": "php-odbc-0:5.2.6-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@5.2.6-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-imap-0:5.2.6-2.el5s2.x86_64",
                "product": {
                  "name": "php-imap-0:5.2.6-2.el5s2.x86_64",
                  "product_id": "php-imap-0:5.2.6-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-imap@5.2.6-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:5.2.6-2.el5s2.x86_64",
                "product": {
                  "name": "php-xml-0:5.2.6-2.el5s2.x86_64",
                  "product_id": "php-xml-0:5.2.6-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@5.2.6-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:5.2.6-2.el5s2.x86_64",
                "product": {
                  "name": "php-pgsql-0:5.2.6-2.el5s2.x86_64",
                  "product_id": "php-pgsql-0:5.2.6-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@5.2.6-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysql-0:5.2.6-2.el5s2.x86_64",
                "product": {
                  "name": "php-mysql-0:5.2.6-2.el5s2.x86_64",
                  "product_id": "php-mysql-0:5.2.6-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysql@5.2.6-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:5.2.6-2.el5s2.x86_64",
                "product": {
                  "name": "php-dba-0:5.2.6-2.el5s2.x86_64",
                  "product_id": "php-dba-0:5.2.6-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@5.2.6-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:5.2.6-2.el5s2.x86_64",
                "product": {
                  "name": "php-common-0:5.2.6-2.el5s2.x86_64",
                  "product_id": "php-common-0:5.2.6-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@5.2.6-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:5.2.6-2.el5s2.x86_64",
                "product": {
                  "name": "php-mbstring-0:5.2.6-2.el5s2.x86_64",
                  "product_id": "php-mbstring-0:5.2.6-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@5.2.6-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:5.2.6-2.el5s2.x86_64",
                "product": {
                  "name": "php-debuginfo-0:5.2.6-2.el5s2.x86_64",
                  "product_id": "php-debuginfo-0:5.2.6-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@5.2.6-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:5.2.6-2.el5s2.x86_64",
                "product": {
                  "name": "php-devel-0:5.2.6-2.el5s2.x86_64",
                  "product_id": "php-devel-0:5.2.6-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@5.2.6-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:5.2.6-2.el5s2.x86_64",
                "product": {
                  "name": "php-0:5.2.6-2.el5s2.x86_64",
                  "product_id": "php-0:5.2.6-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@5.2.6-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
                "product": {
                  "name": "php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
                  "product_id": "php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc@5.2.6-2.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
                "product": {
                  "name": "postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
                  "product_id": "postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-jdbc@8.2.508-1jpp.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
                "product": {
                  "name": "postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
                  "product_id": "postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-jdbc-debuginfo@8.2.508-1jpp.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-0:2.2.8-1.el5s2.x86_64",
                "product": {
                  "name": "httpd-0:2.2.8-1.el5s2.x86_64",
                  "product_id": "httpd-0:2.2.8-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd@2.2.8-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-devel-0:2.2.8-1.el5s2.x86_64",
                "product": {
                  "name": "httpd-devel-0:2.2.8-1.el5s2.x86_64",
                  "product_id": "httpd-devel-0:2.2.8-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-devel@2.2.8-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_ssl-1:2.2.8-1.el5s2.x86_64",
                "product": {
                  "name": "mod_ssl-1:2.2.8-1.el5s2.x86_64",
                  "product_id": "mod_ssl-1:2.2.8-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_ssl@2.2.8-1.el5s2?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
                "product": {
                  "name": "httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
                  "product_id": "httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-debuginfo@2.2.8-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-manual-0:2.2.8-1.el5s2.x86_64",
                "product": {
                  "name": "httpd-manual-0:2.2.8-1.el5s2.x86_64",
                  "product_id": "httpd-manual-0:2.2.8-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-manual@2.2.8-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
                "product": {
                  "name": "mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
                  "product_id": "mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_jk-debuginfo@1.2.26-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
                "product": {
                  "name": "mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
                  "product_id": "mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_jk-ap20@1.2.26-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perl-DBI-0:1.604-1.el5s2.x86_64",
                "product": {
                  "name": "perl-DBI-0:1.604-1.el5s2.x86_64",
                  "product_id": "perl-DBI-0:1.604-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perl-DBI@1.604-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
                "product": {
                  "name": "perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
                  "product_id": "perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perl-DBI-debuginfo@1.604-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
                "product": {
                  "name": "postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
                  "product_id": "postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresqlclient81@8.1.11-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
                "product": {
                  "name": "postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
                  "product_id": "postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresqlclient81-debuginfo@8.1.11-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
                "product": {
                  "name": "perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
                  "product_id": "perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perl-DBD-MySQL-debuginfo@4.006-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
                "product": {
                  "name": "perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
                  "product_id": "perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perl-DBD-MySQL@4.006-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
                "product": {
                  "name": "postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
                  "product_id": "postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-odbc@08.02.0500-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
                "product": {
                  "name": "postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
                  "product_id": "postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-odbc-debuginfo@08.02.0500-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-test-0:8.2.9-1.el5s2.x86_64",
                "product": {
                  "name": "postgresql-test-0:8.2.9-1.el5s2.x86_64",
                  "product_id": "postgresql-test-0:8.2.9-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-test@8.2.9-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-server-0:8.2.9-1.el5s2.x86_64",
                "product": {
                  "name": "postgresql-server-0:8.2.9-1.el5s2.x86_64",
                  "product_id": "postgresql-server-0:8.2.9-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-server@8.2.9-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
                "product": {
                  "name": "postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
                  "product_id": "postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-plpython@8.2.9-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-libs-0:8.2.9-1.el5s2.x86_64",
                "product": {
                  "name": "postgresql-libs-0:8.2.9-1.el5s2.x86_64",
                  "product_id": "postgresql-libs-0:8.2.9-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-libs@8.2.9-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-devel-0:8.2.9-1.el5s2.x86_64",
                "product": {
                  "name": "postgresql-devel-0:8.2.9-1.el5s2.x86_64",
                  "product_id": "postgresql-devel-0:8.2.9-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-devel@8.2.9-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
                "product": {
                  "name": "postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
                  "product_id": "postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-plperl@8.2.9-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
                "product": {
                  "name": "postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
                  "product_id": "postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-tcl@8.2.9-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
                "product": {
                  "name": "postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
                  "product_id": "postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-pltcl@8.2.9-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
                "product": {
                  "name": "postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
                  "product_id": "postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-contrib@8.2.9-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-python-0:8.2.9-1.el5s2.x86_64",
                "product": {
                  "name": "postgresql-python-0:8.2.9-1.el5s2.x86_64",
                  "product_id": "postgresql-python-0:8.2.9-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-python@8.2.9-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
                "product": {
                  "name": "postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
                  "product_id": "postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-debuginfo@8.2.9-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-0:8.2.9-1.el5s2.x86_64",
                "product": {
                  "name": "postgresql-0:8.2.9-1.el5s2.x86_64",
                  "product_id": "postgresql-0:8.2.9-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql@8.2.9-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-docs-0:8.2.9-1.el5s2.x86_64",
                "product": {
                  "name": "postgresql-docs-0:8.2.9-1.el5s2.x86_64",
                  "product_id": "postgresql-docs-0:8.2.9-1.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-docs@8.2.9-1.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "unixODBC-0:2.2.12-8.el5s2.x86_64",
                "product": {
                  "name": "unixODBC-0:2.2.12-8.el5s2.x86_64",
                  "product_id": "unixODBC-0:2.2.12-8.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/unixODBC@2.2.12-8.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
                "product": {
                  "name": "unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
                  "product_id": "unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/unixODBC-debuginfo@2.2.12-8.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "unixODBC-kde-0:2.2.12-8.el5s2.x86_64",
                "product": {
                  "name": "unixODBC-kde-0:2.2.12-8.el5s2.x86_64",
                  "product_id": "unixODBC-kde-0:2.2.12-8.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/unixODBC-kde@2.2.12-8.el5s2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
                "product": {
                  "name": "unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
                  "product_id": "unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/unixODBC-devel@2.2.12-8.el5s2?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
                "product": {
                  "name": "mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
                  "product_id": "mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-connector-odbc-debuginfo@3.51.24r1071-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
                "product": {
                  "name": "mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
                  "product_id": "mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-connector-odbc@3.51.24r1071-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
                "product": {
                  "name": "mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
                  "product_id": "mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_perl-debuginfo@2.0.4-3.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_perl-0:2.0.4-3.el5s2.i386",
                "product": {
                  "name": "mod_perl-0:2.0.4-3.el5s2.i386",
                  "product_id": "mod_perl-0:2.0.4-3.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_perl@2.0.4-3.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_perl-devel-0:2.0.4-3.el5s2.i386",
                "product": {
                  "name": "mod_perl-devel-0:2.0.4-3.el5s2.i386",
                  "product_id": "mod_perl-devel-0:2.0.4-3.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_perl-devel@2.0.4-3.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mysql-test-0:5.0.50sp1a-2.el5s2.i386",
                "product": {
                  "name": "mysql-test-0:5.0.50sp1a-2.el5s2.i386",
                  "product_id": "mysql-test-0:5.0.50sp1a-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-test@5.0.50sp1a-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
                "product": {
                  "name": "mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
                  "product_id": "mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-devel@5.0.50sp1a-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
                "product": {
                  "name": "mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
                  "product_id": "mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-libs@5.0.50sp1a-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
                "product": {
                  "name": "mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
                  "product_id": "mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-cluster@5.0.50sp1a-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mysql-server-0:5.0.50sp1a-2.el5s2.i386",
                "product": {
                  "name": "mysql-server-0:5.0.50sp1a-2.el5s2.i386",
                  "product_id": "mysql-server-0:5.0.50sp1a-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-server@5.0.50sp1a-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
                "product": {
                  "name": "mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
                  "product_id": "mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-bench@5.0.50sp1a-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mysql-0:5.0.50sp1a-2.el5s2.i386",
                "product": {
                  "name": "mysql-0:5.0.50sp1a-2.el5s2.i386",
                  "product_id": "mysql-0:5.0.50sp1a-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql@5.0.50sp1a-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
                "product": {
                  "name": "mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
                  "product_id": "mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-debuginfo@5.0.50sp1a-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:5.2.6-2.el5s2.i386",
                "product": {
                  "name": "php-snmp-0:5.2.6-2.el5s2.i386",
                  "product_id": "php-snmp-0:5.2.6-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@5.2.6-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:5.2.6-2.el5s2.i386",
                "product": {
                  "name": "php-bcmath-0:5.2.6-2.el5s2.i386",
                  "product_id": "php-bcmath-0:5.2.6-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@5.2.6-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ncurses-0:5.2.6-2.el5s2.i386",
                "product": {
                  "name": "php-ncurses-0:5.2.6-2.el5s2.i386",
                  "product_id": "php-ncurses-0:5.2.6-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ncurses@5.2.6-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:5.2.6-2.el5s2.i386",
                "product": {
                  "name": "php-pdo-0:5.2.6-2.el5s2.i386",
                  "product_id": "php-pdo-0:5.2.6-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@5.2.6-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:5.2.6-2.el5s2.i386",
                "product": {
                  "name": "php-ldap-0:5.2.6-2.el5s2.i386",
                  "product_id": "php-ldap-0:5.2.6-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@5.2.6-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:5.2.6-2.el5s2.i386",
                "product": {
                  "name": "php-soap-0:5.2.6-2.el5s2.i386",
                  "product_id": "php-soap-0:5.2.6-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@5.2.6-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:5.2.6-2.el5s2.i386",
                "product": {
                  "name": "php-cli-0:5.2.6-2.el5s2.i386",
                  "product_id": "php-cli-0:5.2.6-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@5.2.6-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:5.2.6-2.el5s2.i386",
                "product": {
                  "name": "php-gd-0:5.2.6-2.el5s2.i386",
                  "product_id": "php-gd-0:5.2.6-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@5.2.6-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:5.2.6-2.el5s2.i386",
                "product": {
                  "name": "php-odbc-0:5.2.6-2.el5s2.i386",
                  "product_id": "php-odbc-0:5.2.6-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@5.2.6-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-imap-0:5.2.6-2.el5s2.i386",
                "product": {
                  "name": "php-imap-0:5.2.6-2.el5s2.i386",
                  "product_id": "php-imap-0:5.2.6-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-imap@5.2.6-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:5.2.6-2.el5s2.i386",
                "product": {
                  "name": "php-xml-0:5.2.6-2.el5s2.i386",
                  "product_id": "php-xml-0:5.2.6-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@5.2.6-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:5.2.6-2.el5s2.i386",
                "product": {
                  "name": "php-pgsql-0:5.2.6-2.el5s2.i386",
                  "product_id": "php-pgsql-0:5.2.6-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@5.2.6-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysql-0:5.2.6-2.el5s2.i386",
                "product": {
                  "name": "php-mysql-0:5.2.6-2.el5s2.i386",
                  "product_id": "php-mysql-0:5.2.6-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysql@5.2.6-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:5.2.6-2.el5s2.i386",
                "product": {
                  "name": "php-dba-0:5.2.6-2.el5s2.i386",
                  "product_id": "php-dba-0:5.2.6-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@5.2.6-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:5.2.6-2.el5s2.i386",
                "product": {
                  "name": "php-common-0:5.2.6-2.el5s2.i386",
                  "product_id": "php-common-0:5.2.6-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@5.2.6-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:5.2.6-2.el5s2.i386",
                "product": {
                  "name": "php-mbstring-0:5.2.6-2.el5s2.i386",
                  "product_id": "php-mbstring-0:5.2.6-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@5.2.6-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:5.2.6-2.el5s2.i386",
                "product": {
                  "name": "php-debuginfo-0:5.2.6-2.el5s2.i386",
                  "product_id": "php-debuginfo-0:5.2.6-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@5.2.6-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:5.2.6-2.el5s2.i386",
                "product": {
                  "name": "php-devel-0:5.2.6-2.el5s2.i386",
                  "product_id": "php-devel-0:5.2.6-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@5.2.6-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:5.2.6-2.el5s2.i386",
                "product": {
                  "name": "php-0:5.2.6-2.el5s2.i386",
                  "product_id": "php-0:5.2.6-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@5.2.6-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xmlrpc-0:5.2.6-2.el5s2.i386",
                "product": {
                  "name": "php-xmlrpc-0:5.2.6-2.el5s2.i386",
                  "product_id": "php-xmlrpc-0:5.2.6-2.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xmlrpc@5.2.6-2.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
                "product": {
                  "name": "postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
                  "product_id": "postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-jdbc@8.2.508-1jpp.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
                "product": {
                  "name": "postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
                  "product_id": "postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-jdbc-debuginfo@8.2.508-1jpp.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-0:2.2.8-1.el5s2.i386",
                "product": {
                  "name": "httpd-0:2.2.8-1.el5s2.i386",
                  "product_id": "httpd-0:2.2.8-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd@2.2.8-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-devel-0:2.2.8-1.el5s2.i386",
                "product": {
                  "name": "httpd-devel-0:2.2.8-1.el5s2.i386",
                  "product_id": "httpd-devel-0:2.2.8-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-devel@2.2.8-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_ssl-1:2.2.8-1.el5s2.i386",
                "product": {
                  "name": "mod_ssl-1:2.2.8-1.el5s2.i386",
                  "product_id": "mod_ssl-1:2.2.8-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_ssl@2.2.8-1.el5s2?arch=i386\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-debuginfo-0:2.2.8-1.el5s2.i386",
                "product": {
                  "name": "httpd-debuginfo-0:2.2.8-1.el5s2.i386",
                  "product_id": "httpd-debuginfo-0:2.2.8-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-debuginfo@2.2.8-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-manual-0:2.2.8-1.el5s2.i386",
                "product": {
                  "name": "httpd-manual-0:2.2.8-1.el5s2.i386",
                  "product_id": "httpd-manual-0:2.2.8-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-manual@2.2.8-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
                "product": {
                  "name": "mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
                  "product_id": "mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_jk-debuginfo@1.2.26-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_jk-ap20-0:1.2.26-1.el5s2.i386",
                "product": {
                  "name": "mod_jk-ap20-0:1.2.26-1.el5s2.i386",
                  "product_id": "mod_jk-ap20-0:1.2.26-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_jk-ap20@1.2.26-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perl-DBI-0:1.604-1.el5s2.i386",
                "product": {
                  "name": "perl-DBI-0:1.604-1.el5s2.i386",
                  "product_id": "perl-DBI-0:1.604-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perl-DBI@1.604-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
                "product": {
                  "name": "perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
                  "product_id": "perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perl-DBI-debuginfo@1.604-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresqlclient81-0:8.1.11-1.el5s2.i386",
                "product": {
                  "name": "postgresqlclient81-0:8.1.11-1.el5s2.i386",
                  "product_id": "postgresqlclient81-0:8.1.11-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresqlclient81@8.1.11-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
                "product": {
                  "name": "postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
                  "product_id": "postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresqlclient81-debuginfo@8.1.11-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
                "product": {
                  "name": "perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
                  "product_id": "perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perl-DBD-MySQL-debuginfo@4.006-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perl-DBD-MySQL-0:4.006-1.el5s2.i386",
                "product": {
                  "name": "perl-DBD-MySQL-0:4.006-1.el5s2.i386",
                  "product_id": "perl-DBD-MySQL-0:4.006-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perl-DBD-MySQL@4.006-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-odbc-0:08.02.0500-1.el5s2.i386",
                "product": {
                  "name": "postgresql-odbc-0:08.02.0500-1.el5s2.i386",
                  "product_id": "postgresql-odbc-0:08.02.0500-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-odbc@08.02.0500-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
                "product": {
                  "name": "postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
                  "product_id": "postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-odbc-debuginfo@08.02.0500-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-test-0:8.2.9-1.el5s2.i386",
                "product": {
                  "name": "postgresql-test-0:8.2.9-1.el5s2.i386",
                  "product_id": "postgresql-test-0:8.2.9-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-test@8.2.9-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-server-0:8.2.9-1.el5s2.i386",
                "product": {
                  "name": "postgresql-server-0:8.2.9-1.el5s2.i386",
                  "product_id": "postgresql-server-0:8.2.9-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-server@8.2.9-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-plpython-0:8.2.9-1.el5s2.i386",
                "product": {
                  "name": "postgresql-plpython-0:8.2.9-1.el5s2.i386",
                  "product_id": "postgresql-plpython-0:8.2.9-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-plpython@8.2.9-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-libs-0:8.2.9-1.el5s2.i386",
                "product": {
                  "name": "postgresql-libs-0:8.2.9-1.el5s2.i386",
                  "product_id": "postgresql-libs-0:8.2.9-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-libs@8.2.9-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-devel-0:8.2.9-1.el5s2.i386",
                "product": {
                  "name": "postgresql-devel-0:8.2.9-1.el5s2.i386",
                  "product_id": "postgresql-devel-0:8.2.9-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-devel@8.2.9-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-plperl-0:8.2.9-1.el5s2.i386",
                "product": {
                  "name": "postgresql-plperl-0:8.2.9-1.el5s2.i386",
                  "product_id": "postgresql-plperl-0:8.2.9-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-plperl@8.2.9-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-tcl-0:8.2.9-1.el5s2.i386",
                "product": {
                  "name": "postgresql-tcl-0:8.2.9-1.el5s2.i386",
                  "product_id": "postgresql-tcl-0:8.2.9-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-tcl@8.2.9-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-pltcl-0:8.2.9-1.el5s2.i386",
                "product": {
                  "name": "postgresql-pltcl-0:8.2.9-1.el5s2.i386",
                  "product_id": "postgresql-pltcl-0:8.2.9-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-pltcl@8.2.9-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-contrib-0:8.2.9-1.el5s2.i386",
                "product": {
                  "name": "postgresql-contrib-0:8.2.9-1.el5s2.i386",
                  "product_id": "postgresql-contrib-0:8.2.9-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-contrib@8.2.9-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-python-0:8.2.9-1.el5s2.i386",
                "product": {
                  "name": "postgresql-python-0:8.2.9-1.el5s2.i386",
                  "product_id": "postgresql-python-0:8.2.9-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-python@8.2.9-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
                "product": {
                  "name": "postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
                  "product_id": "postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-debuginfo@8.2.9-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-0:8.2.9-1.el5s2.i386",
                "product": {
                  "name": "postgresql-0:8.2.9-1.el5s2.i386",
                  "product_id": "postgresql-0:8.2.9-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql@8.2.9-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-docs-0:8.2.9-1.el5s2.i386",
                "product": {
                  "name": "postgresql-docs-0:8.2.9-1.el5s2.i386",
                  "product_id": "postgresql-docs-0:8.2.9-1.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-docs@8.2.9-1.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "unixODBC-0:2.2.12-8.el5s2.i386",
                "product": {
                  "name": "unixODBC-0:2.2.12-8.el5s2.i386",
                  "product_id": "unixODBC-0:2.2.12-8.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/unixODBC@2.2.12-8.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
                "product": {
                  "name": "unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
                  "product_id": "unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/unixODBC-debuginfo@2.2.12-8.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "unixODBC-kde-0:2.2.12-8.el5s2.i386",
                "product": {
                  "name": "unixODBC-kde-0:2.2.12-8.el5s2.i386",
                  "product_id": "unixODBC-kde-0:2.2.12-8.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/unixODBC-kde@2.2.12-8.el5s2?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "unixODBC-devel-0:2.2.12-8.el5s2.i386",
                "product": {
                  "name": "unixODBC-devel-0:2.2.12-8.el5s2.i386",
                  "product_id": "unixODBC-devel-0:2.2.12-8.el5s2.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/unixODBC-devel@2.2.12-8.el5s2?arch=i386"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "i386"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
                "product": {
                  "name": "mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
                  "product_id": "mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-connector-odbc@3.51.24r1071-1.el5s2?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_perl-0:2.0.4-3.el5s2.src",
                "product": {
                  "name": "mod_perl-0:2.0.4-3.el5s2.src",
                  "product_id": "mod_perl-0:2.0.4-3.el5s2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_perl@2.0.4-3.el5s2?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mysql-0:5.0.50sp1a-2.el5s2.src",
                "product": {
                  "name": "mysql-0:5.0.50sp1a-2.el5s2.src",
                  "product_id": "mysql-0:5.0.50sp1a-2.el5s2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql@5.0.50sp1a-2.el5s2?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:5.2.6-2.el5s2.src",
                "product": {
                  "name": "php-0:5.2.6-2.el5s2.src",
                  "product_id": "php-0:5.2.6-2.el5s2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@5.2.6-2.el5s2?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
                "product": {
                  "name": "postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
                  "product_id": "postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-jdbc@8.2.508-1jpp.el5s2?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-0:2.2.8-1.el5s2.src",
                "product": {
                  "name": "httpd-0:2.2.8-1.el5s2.src",
                  "product_id": "httpd-0:2.2.8-1.el5s2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd@2.2.8-1.el5s2?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_jk-0:1.2.26-1.el5s2.src",
                "product": {
                  "name": "mod_jk-0:1.2.26-1.el5s2.src",
                  "product_id": "mod_jk-0:1.2.26-1.el5s2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_jk@1.2.26-1.el5s2?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
                "product": {
                  "name": "mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
                  "product_id": "mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-jdbc@5.0.8-1jpp.1.el5s2?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perl-DBI-0:1.604-1.el5s2.src",
                "product": {
                  "name": "perl-DBI-0:1.604-1.el5s2.src",
                  "product_id": "perl-DBI-0:1.604-1.el5s2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perl-DBI@1.604-1.el5s2?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresqlclient81-0:8.1.11-1.el5s2.src",
                "product": {
                  "name": "postgresqlclient81-0:8.1.11-1.el5s2.src",
                  "product_id": "postgresqlclient81-0:8.1.11-1.el5s2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresqlclient81@8.1.11-1.el5s2?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perl-DBD-MySQL-0:4.006-1.el5s2.src",
                "product": {
                  "name": "perl-DBD-MySQL-0:4.006-1.el5s2.src",
                  "product_id": "perl-DBD-MySQL-0:4.006-1.el5s2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perl-DBD-MySQL@4.006-1.el5s2?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-odbc-0:08.02.0500-1.el5s2.src",
                "product": {
                  "name": "postgresql-odbc-0:08.02.0500-1.el5s2.src",
                  "product_id": "postgresql-odbc-0:08.02.0500-1.el5s2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql-odbc@08.02.0500-1.el5s2?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "postgresql-0:8.2.9-1.el5s2.src",
                "product": {
                  "name": "postgresql-0:8.2.9-1.el5s2.src",
                  "product_id": "postgresql-0:8.2.9-1.el5s2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/postgresql@8.2.9-1.el5s2?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "unixODBC-0:2.2.12-8.el5s2.src",
                "product": {
                  "name": "unixODBC-0:2.2.12-8.el5s2.src",
                  "product_id": "unixODBC-0:2.2.12-8.el5s2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/unixODBC@2.2.12-8.el5s2?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
                "product": {
                  "name": "mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
                  "product_id": "mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mysql-jdbc@5.0.8-1jpp.1.el5s2?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.2.8-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:httpd-0:2.2.8-1.el5s2.i386"
        },
        "product_reference": "httpd-0:2.2.8-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.2.8-1.el5s2.src as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:httpd-0:2.2.8-1.el5s2.src"
        },
        "product_reference": "httpd-0:2.2.8-1.el5s2.src",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.2.8-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:httpd-0:2.2.8-1.el5s2.x86_64"
        },
        "product_reference": "httpd-0:2.2.8-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.2.8-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.i386"
        },
        "product_reference": "httpd-debuginfo-0:2.2.8-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.2.8-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.x86_64"
        },
        "product_reference": "httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.2.8-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.i386"
        },
        "product_reference": "httpd-devel-0:2.2.8-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.2.8-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.x86_64"
        },
        "product_reference": "httpd-devel-0:2.2.8-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-manual-0:2.2.8-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.i386"
        },
        "product_reference": "httpd-manual-0:2.2.8-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-manual-0:2.2.8-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.x86_64"
        },
        "product_reference": "httpd-manual-0:2.2.8-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_jk-0:1.2.26-1.el5s2.src as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mod_jk-0:1.2.26-1.el5s2.src"
        },
        "product_reference": "mod_jk-0:1.2.26-1.el5s2.src",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_jk-ap20-0:1.2.26-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.i386"
        },
        "product_reference": "mod_jk-ap20-0:1.2.26-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_jk-ap20-0:1.2.26-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.x86_64"
        },
        "product_reference": "mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_jk-debuginfo-0:1.2.26-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.i386"
        },
        "product_reference": "mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64"
        },
        "product_reference": "mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_perl-0:2.0.4-3.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.i386"
        },
        "product_reference": "mod_perl-0:2.0.4-3.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_perl-0:2.0.4-3.el5s2.src as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.src"
        },
        "product_reference": "mod_perl-0:2.0.4-3.el5s2.src",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_perl-0:2.0.4-3.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.x86_64"
        },
        "product_reference": "mod_perl-0:2.0.4-3.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_perl-debuginfo-0:2.0.4-3.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.i386"
        },
        "product_reference": "mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64"
        },
        "product_reference": "mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_perl-devel-0:2.0.4-3.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.i386"
        },
        "product_reference": "mod_perl-devel-0:2.0.4-3.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_perl-devel-0:2.0.4-3.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.x86_64"
        },
        "product_reference": "mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.2.8-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.i386"
        },
        "product_reference": "mod_ssl-1:2.2.8-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.2.8-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.x86_64"
        },
        "product_reference": "mod_ssl-1:2.2.8-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-0:5.0.50sp1a-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.i386"
        },
        "product_reference": "mysql-0:5.0.50sp1a-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-0:5.0.50sp1a-2.el5s2.src as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.src"
        },
        "product_reference": "mysql-0:5.0.50sp1a-2.el5s2.src",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-0:5.0.50sp1a-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.x86_64"
        },
        "product_reference": "mysql-0:5.0.50sp1a-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-bench-0:5.0.50sp1a-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.i386"
        },
        "product_reference": "mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64"
        },
        "product_reference": "mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-cluster-0:5.0.50sp1a-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.i386"
        },
        "product_reference": "mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64"
        },
        "product_reference": "mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386"
        },
        "product_reference": "mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src"
        },
        "product_reference": "mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64"
        },
        "product_reference": "mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386"
        },
        "product_reference": "mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64"
        },
        "product_reference": "mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386"
        },
        "product_reference": "mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64"
        },
        "product_reference": "mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-devel-0:5.0.50sp1a-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.i386"
        },
        "product_reference": "mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64"
        },
        "product_reference": "mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch"
        },
        "product_reference": "mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src"
        },
        "product_reference": "mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-libs-0:5.0.50sp1a-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.i386"
        },
        "product_reference": "mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64"
        },
        "product_reference": "mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-server-0:5.0.50sp1a-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.i386"
        },
        "product_reference": "mysql-server-0:5.0.50sp1a-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-server-0:5.0.50sp1a-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.x86_64"
        },
        "product_reference": "mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-test-0:5.0.50sp1a-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.i386"
        },
        "product_reference": "mysql-test-0:5.0.50sp1a-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mysql-test-0:5.0.50sp1a-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.x86_64"
        },
        "product_reference": "mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-DBD-MySQL-0:4.006-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.i386"
        },
        "product_reference": "perl-DBD-MySQL-0:4.006-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-DBD-MySQL-0:4.006-1.el5s2.src as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.src"
        },
        "product_reference": "perl-DBD-MySQL-0:4.006-1.el5s2.src",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-DBD-MySQL-0:4.006-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.x86_64"
        },
        "product_reference": "perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386"
        },
        "product_reference": "perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64"
        },
        "product_reference": "perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-DBI-0:1.604-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.i386"
        },
        "product_reference": "perl-DBI-0:1.604-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-DBI-0:1.604-1.el5s2.src as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.src"
        },
        "product_reference": "perl-DBI-0:1.604-1.el5s2.src",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-DBI-0:1.604-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.x86_64"
        },
        "product_reference": "perl-DBI-0:1.604-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-DBI-debuginfo-0:1.604-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.i386"
        },
        "product_reference": "perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64"
        },
        "product_reference": "perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:5.2.6-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-0:5.2.6-2.el5s2.i386"
        },
        "product_reference": "php-0:5.2.6-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:5.2.6-2.el5s2.src as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-0:5.2.6-2.el5s2.src"
        },
        "product_reference": "php-0:5.2.6-2.el5s2.src",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:5.2.6-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-0:5.2.6-2.el5s2.x86_64"
        },
        "product_reference": "php-0:5.2.6-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:5.2.6-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.i386"
        },
        "product_reference": "php-bcmath-0:5.2.6-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:5.2.6-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.x86_64"
        },
        "product_reference": "php-bcmath-0:5.2.6-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:5.2.6-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.i386"
        },
        "product_reference": "php-cli-0:5.2.6-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:5.2.6-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.x86_64"
        },
        "product_reference": "php-cli-0:5.2.6-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:5.2.6-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-common-0:5.2.6-2.el5s2.i386"
        },
        "product_reference": "php-common-0:5.2.6-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:5.2.6-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-common-0:5.2.6-2.el5s2.x86_64"
        },
        "product_reference": "php-common-0:5.2.6-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:5.2.6-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.i386"
        },
        "product_reference": "php-dba-0:5.2.6-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:5.2.6-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.x86_64"
        },
        "product_reference": "php-dba-0:5.2.6-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:5.2.6-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.i386"
        },
        "product_reference": "php-debuginfo-0:5.2.6-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:5.2.6-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.x86_64"
        },
        "product_reference": "php-debuginfo-0:5.2.6-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:5.2.6-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.i386"
        },
        "product_reference": "php-devel-0:5.2.6-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:5.2.6-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.x86_64"
        },
        "product_reference": "php-devel-0:5.2.6-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:5.2.6-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.i386"
        },
        "product_reference": "php-gd-0:5.2.6-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:5.2.6-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.x86_64"
        },
        "product_reference": "php-gd-0:5.2.6-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-imap-0:5.2.6-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.i386"
        },
        "product_reference": "php-imap-0:5.2.6-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-imap-0:5.2.6-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.x86_64"
        },
        "product_reference": "php-imap-0:5.2.6-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:5.2.6-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.i386"
        },
        "product_reference": "php-ldap-0:5.2.6-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:5.2.6-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.x86_64"
        },
        "product_reference": "php-ldap-0:5.2.6-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:5.2.6-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.i386"
        },
        "product_reference": "php-mbstring-0:5.2.6-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:5.2.6-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.x86_64"
        },
        "product_reference": "php-mbstring-0:5.2.6-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysql-0:5.2.6-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.i386"
        },
        "product_reference": "php-mysql-0:5.2.6-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysql-0:5.2.6-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.x86_64"
        },
        "product_reference": "php-mysql-0:5.2.6-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ncurses-0:5.2.6-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.i386"
        },
        "product_reference": "php-ncurses-0:5.2.6-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ncurses-0:5.2.6-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.x86_64"
        },
        "product_reference": "php-ncurses-0:5.2.6-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:5.2.6-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.i386"
        },
        "product_reference": "php-odbc-0:5.2.6-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:5.2.6-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.x86_64"
        },
        "product_reference": "php-odbc-0:5.2.6-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:5.2.6-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.i386"
        },
        "product_reference": "php-pdo-0:5.2.6-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:5.2.6-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.x86_64"
        },
        "product_reference": "php-pdo-0:5.2.6-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:5.2.6-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.i386"
        },
        "product_reference": "php-pgsql-0:5.2.6-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:5.2.6-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.x86_64"
        },
        "product_reference": "php-pgsql-0:5.2.6-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:5.2.6-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.i386"
        },
        "product_reference": "php-snmp-0:5.2.6-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:5.2.6-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.x86_64"
        },
        "product_reference": "php-snmp-0:5.2.6-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:5.2.6-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.i386"
        },
        "product_reference": "php-soap-0:5.2.6-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:5.2.6-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.x86_64"
        },
        "product_reference": "php-soap-0:5.2.6-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:5.2.6-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.i386"
        },
        "product_reference": "php-xml-0:5.2.6-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:5.2.6-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.x86_64"
        },
        "product_reference": "php-xml-0:5.2.6-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-0:5.2.6-2.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.i386"
        },
        "product_reference": "php-xmlrpc-0:5.2.6-2.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xmlrpc-0:5.2.6-2.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.x86_64"
        },
        "product_reference": "php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-0:8.2.9-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.i386"
        },
        "product_reference": "postgresql-0:8.2.9-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-0:8.2.9-1.el5s2.src as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.src"
        },
        "product_reference": "postgresql-0:8.2.9-1.el5s2.src",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-0:8.2.9-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.x86_64"
        },
        "product_reference": "postgresql-0:8.2.9-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-contrib-0:8.2.9-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.i386"
        },
        "product_reference": "postgresql-contrib-0:8.2.9-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-contrib-0:8.2.9-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.x86_64"
        },
        "product_reference": "postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-debuginfo-0:8.2.9-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.i386"
        },
        "product_reference": "postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64"
        },
        "product_reference": "postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-devel-0:8.2.9-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.i386"
        },
        "product_reference": "postgresql-devel-0:8.2.9-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-devel-0:8.2.9-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.x86_64"
        },
        "product_reference": "postgresql-devel-0:8.2.9-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-docs-0:8.2.9-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.i386"
        },
        "product_reference": "postgresql-docs-0:8.2.9-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-docs-0:8.2.9-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.x86_64"
        },
        "product_reference": "postgresql-docs-0:8.2.9-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386"
        },
        "product_reference": "postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-jdbc-0:8.2.508-1jpp.el5s2.src as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.src"
        },
        "product_reference": "postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64"
        },
        "product_reference": "postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386"
        },
        "product_reference": "postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64"
        },
        "product_reference": "postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-libs-0:8.2.9-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.i386"
        },
        "product_reference": "postgresql-libs-0:8.2.9-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-libs-0:8.2.9-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.x86_64"
        },
        "product_reference": "postgresql-libs-0:8.2.9-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-odbc-0:08.02.0500-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.i386"
        },
        "product_reference": "postgresql-odbc-0:08.02.0500-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-odbc-0:08.02.0500-1.el5s2.src as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.src"
        },
        "product_reference": "postgresql-odbc-0:08.02.0500-1.el5s2.src",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-odbc-0:08.02.0500-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.x86_64"
        },
        "product_reference": "postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386"
        },
        "product_reference": "postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64"
        },
        "product_reference": "postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-plperl-0:8.2.9-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.i386"
        },
        "product_reference": "postgresql-plperl-0:8.2.9-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-plperl-0:8.2.9-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.x86_64"
        },
        "product_reference": "postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-plpython-0:8.2.9-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.i386"
        },
        "product_reference": "postgresql-plpython-0:8.2.9-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-plpython-0:8.2.9-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.x86_64"
        },
        "product_reference": "postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-pltcl-0:8.2.9-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.i386"
        },
        "product_reference": "postgresql-pltcl-0:8.2.9-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-pltcl-0:8.2.9-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.x86_64"
        },
        "product_reference": "postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-python-0:8.2.9-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.i386"
        },
        "product_reference": "postgresql-python-0:8.2.9-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-python-0:8.2.9-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.x86_64"
        },
        "product_reference": "postgresql-python-0:8.2.9-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-server-0:8.2.9-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.i386"
        },
        "product_reference": "postgresql-server-0:8.2.9-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-server-0:8.2.9-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.x86_64"
        },
        "product_reference": "postgresql-server-0:8.2.9-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-tcl-0:8.2.9-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.i386"
        },
        "product_reference": "postgresql-tcl-0:8.2.9-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-tcl-0:8.2.9-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.x86_64"
        },
        "product_reference": "postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-test-0:8.2.9-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.i386"
        },
        "product_reference": "postgresql-test-0:8.2.9-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresql-test-0:8.2.9-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.x86_64"
        },
        "product_reference": "postgresql-test-0:8.2.9-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresqlclient81-0:8.1.11-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.i386"
        },
        "product_reference": "postgresqlclient81-0:8.1.11-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresqlclient81-0:8.1.11-1.el5s2.src as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.src"
        },
        "product_reference": "postgresqlclient81-0:8.1.11-1.el5s2.src",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresqlclient81-0:8.1.11-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.x86_64"
        },
        "product_reference": "postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386"
        },
        "product_reference": "postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64"
        },
        "product_reference": "postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "unixODBC-0:2.2.12-8.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.i386"
        },
        "product_reference": "unixODBC-0:2.2.12-8.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "unixODBC-0:2.2.12-8.el5s2.src as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.src"
        },
        "product_reference": "unixODBC-0:2.2.12-8.el5s2.src",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "unixODBC-0:2.2.12-8.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.x86_64"
        },
        "product_reference": "unixODBC-0:2.2.12-8.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "unixODBC-debuginfo-0:2.2.12-8.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.i386"
        },
        "product_reference": "unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64"
        },
        "product_reference": "unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "unixODBC-devel-0:2.2.12-8.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.i386"
        },
        "product_reference": "unixODBC-devel-0:2.2.12-8.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "unixODBC-devel-0:2.2.12-8.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.x86_64"
        },
        "product_reference": "unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "unixODBC-kde-0:2.2.12-8.el5s2.i386 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.i386"
        },
        "product_reference": "unixODBC-kde-0:2.2.12-8.el5s2.i386",
        "relates_to_product_reference": "5Server-Stacks"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "unixODBC-kde-0:2.2.12-8.el5s2.x86_64 as a component of Red Hat Application Stack v2 for Enterprise Linux (v.5)",
          "product_id": "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.x86_64"
        },
        "product_reference": "unixODBC-kde-0:2.2.12-8.el5s2.x86_64",
        "relates_to_product_reference": "5Server-Stacks"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2007-4782",
      "discovery_date": "2007-09-11T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "285881"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "PHP before 5.2.3 allows context-dependent attackers to cause a denial of service (application crash) via (1) a long string in the pattern parameter to the glob function; or (2) a long string in the string parameter to the fnmatch function, accompanied by a pattern parameter value with undefined characteristics, as demonstrated by a \"*[1]e\" value.  NOTE: this might not be a vulnerability in most web server environments that support multiple threads, unless these issues can be demonstrated for code execution.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php crash in glob() and fnmatch() functions",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "We do not consider this to be a security issue. For more information please see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=169857#c1 and https://www.php.net/security-note.php",
          "title": "Statement"
        }
      ],
      "product_status": {
        "fixed": [
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.src",
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:mod_jk-0:1.2.26-1.el5s2.src",
          "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.i386",
          "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
          "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
          "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.src",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.i386",
          "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.src",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
          "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
          "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
          "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
          "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
          "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.i386",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.src",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
          "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.i386",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.src",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
          "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.src",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-common-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-common-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.src",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
          "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
          "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
          "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.i386",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.src",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
          "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.i386",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.src",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
          "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
          "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.src",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2007-4782"
        },
        {
          "category": "external",
          "summary": "RHBZ#285881",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=285881"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2007-4782",
          "url": "https://www.cve.org/CVERecord?id=CVE-2007-4782"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2007-4782",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2007-4782"
        }
      ],
      "release_date": "2007-09-04T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2008-07-02T13:15:00+00:00",
          "details": "Before applying this update, make sure that all previously-released\nerrata relevant to your system have been applied.\n\nThis update is available via Red Hat Network.  Details on how to use \nthe Red Hat Network to apply this update are available at\nhttp://kbase.redhat.com/faq/FAQ_58_10188",
          "product_ids": [
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.src",
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:mod_jk-0:1.2.26-1.el5s2.src",
            "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.i386",
            "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
            "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
            "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.src",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.i386",
            "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.src",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
            "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
            "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
            "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
            "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
            "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.i386",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.src",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
            "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.i386",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.src",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
            "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.src",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-common-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-common-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.src",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
            "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
            "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
            "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.i386",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.src",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
            "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.i386",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.src",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
            "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
            "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.src",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2008:0505"
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "php crash in glob() and fnmatch() functions"
    },
    {
      "cve": "CVE-2007-5898",
      "discovery_date": "2007-11-08T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "382411"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The (1) htmlentities and (2) htmlspecialchars functions in PHP before 5.2.5 accept partial multibyte sequences, which has unknown impact and attack vectors, a different issue than CVE-2006-5465.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php htmlentities/htmlspecialchars multibyte sequences",
          "title": "Vulnerability summary"
        }
      ],
      "product_status": {
        "fixed": [
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.src",
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:mod_jk-0:1.2.26-1.el5s2.src",
          "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.i386",
          "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
          "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
          "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.src",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.i386",
          "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.src",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
          "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
          "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
          "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
          "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
          "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.i386",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.src",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
          "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.i386",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.src",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
          "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.src",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-common-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-common-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.src",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
          "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
          "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
          "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.i386",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.src",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
          "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.i386",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.src",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
          "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
          "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.src",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2007-5898"
        },
        {
          "category": "external",
          "summary": "RHBZ#382411",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=382411"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2007-5898",
          "url": "https://www.cve.org/CVERecord?id=CVE-2007-5898"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2007-5898",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2007-5898"
        }
      ],
      "release_date": "2007-11-08T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2008-07-02T13:15:00+00:00",
          "details": "Before applying this update, make sure that all previously-released\nerrata relevant to your system have been applied.\n\nThis update is available via Red Hat Network.  Details on how to use \nthe Red Hat Network to apply this update are available at\nhttp://kbase.redhat.com/faq/FAQ_58_10188",
          "product_ids": [
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.src",
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:mod_jk-0:1.2.26-1.el5s2.src",
            "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.i386",
            "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
            "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
            "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.src",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.i386",
            "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.src",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
            "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
            "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
            "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
            "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
            "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.i386",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.src",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
            "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.i386",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.src",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
            "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.src",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-common-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-common-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.src",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
            "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
            "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
            "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.i386",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.src",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
            "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.i386",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.src",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
            "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
            "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.src",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2008:0505"
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php htmlentities/htmlspecialchars multibyte sequences"
    },
    {
      "cve": "CVE-2007-5899",
      "discovery_date": "2007-11-08T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "382431"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The output_add_rewrite_var function in PHP before 5.2.5 rewrites local forms in which the ACTION attribute references a non-local URL, which allows remote attackers to obtain potentially sensitive information by reading the requests for this URL, as demonstrated by a rewritten form containing a local session ID.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php session ID leakage",
          "title": "Vulnerability summary"
        }
      ],
      "product_status": {
        "fixed": [
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.src",
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:mod_jk-0:1.2.26-1.el5s2.src",
          "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.i386",
          "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
          "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
          "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.src",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.i386",
          "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.src",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
          "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
          "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
          "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
          "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
          "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.i386",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.src",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
          "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.i386",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.src",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
          "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.src",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-common-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-common-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.src",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
          "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
          "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
          "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.i386",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.src",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
          "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.i386",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.src",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
          "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
          "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.src",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2007-5899"
        },
        {
          "category": "external",
          "summary": "RHBZ#382431",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=382431"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2007-5899",
          "url": "https://www.cve.org/CVERecord?id=CVE-2007-5899"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2007-5899",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2007-5899"
        }
      ],
      "release_date": "2007-11-08T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2008-07-02T13:15:00+00:00",
          "details": "Before applying this update, make sure that all previously-released\nerrata relevant to your system have been applied.\n\nThis update is available via Red Hat Network.  Details on how to use \nthe Red Hat Network to apply this update are available at\nhttp://kbase.redhat.com/faq/FAQ_58_10188",
          "product_ids": [
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.src",
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:mod_jk-0:1.2.26-1.el5s2.src",
            "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.i386",
            "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
            "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
            "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.src",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.i386",
            "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.src",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
            "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
            "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
            "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
            "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
            "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.i386",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.src",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
            "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.i386",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.src",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
            "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.src",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-common-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-common-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.src",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
            "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
            "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
            "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.i386",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.src",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
            "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.i386",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.src",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
            "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
            "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.src",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2008:0505"
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "php session ID leakage"
    },
    {
      "cve": "CVE-2008-0599",
      "discovery_date": "2008-05-02T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "445003"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The init_request_info function in sapi/cgi/cgi_main.c in PHP before 5.2.6 does not properly consider operator precedence when calculating the length of PATH_TRANSLATED, which might allow remote attackers to execute arbitrary code via a crafted URI.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: buffer overflow in a CGI path translation",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Not vulnerable. This issue did not affect the versions of PHP as shipped with Red Hat Enterprise Linux 2.1, 3, 4, or 5, and Red Hat Application Stack v1.",
          "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": [
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.src",
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:mod_jk-0:1.2.26-1.el5s2.src",
          "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.i386",
          "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
          "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
          "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.src",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.i386",
          "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.src",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
          "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
          "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
          "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
          "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
          "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.i386",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.src",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
          "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.i386",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.src",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
          "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.src",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-common-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-common-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.src",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
          "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
          "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
          "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.i386",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.src",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
          "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.i386",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.src",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
          "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
          "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.src",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2008-0599"
        },
        {
          "category": "external",
          "summary": "RHBZ#445003",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=445003"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2008-0599",
          "url": "https://www.cve.org/CVERecord?id=CVE-2008-0599"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2008-0599",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2008-0599"
        }
      ],
      "release_date": "2008-05-01T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2008-07-02T13:15:00+00:00",
          "details": "Before applying this update, make sure that all previously-released\nerrata relevant to your system have been applied.\n\nThis update is available via Red Hat Network.  Details on how to use \nthe Red Hat Network to apply this update are available at\nhttp://kbase.redhat.com/faq/FAQ_58_10188",
          "product_ids": [
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.src",
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:mod_jk-0:1.2.26-1.el5s2.src",
            "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.i386",
            "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
            "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
            "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.src",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.i386",
            "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.src",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
            "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
            "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
            "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
            "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
            "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.i386",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.src",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
            "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.i386",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.src",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
            "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.src",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-common-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-common-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.src",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
            "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
            "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
            "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.i386",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.src",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
            "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.i386",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.src",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
            "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
            "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.src",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2008:0505"
        }
      ],
      "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": [
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.src",
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:mod_jk-0:1.2.26-1.el5s2.src",
            "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.i386",
            "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
            "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
            "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.src",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.i386",
            "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.src",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
            "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
            "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
            "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
            "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
            "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.i386",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.src",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
            "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.i386",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.src",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
            "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.src",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-common-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-common-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.src",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
            "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
            "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
            "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.i386",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.src",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
            "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.i386",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.src",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
            "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
            "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.src",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "php: buffer overflow in a CGI path translation"
    },
    {
      "cve": "CVE-2008-2051",
      "discovery_date": "2008-05-02T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "445006"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The escapeshellcmd API function in PHP before 5.2.6 has unknown impact and context-dependent attack vectors related to \"incomplete multibyte chars.\"",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "PHP multibyte shell escape flaw",
          "title": "Vulnerability summary"
        }
      ],
      "product_status": {
        "fixed": [
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.src",
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:mod_jk-0:1.2.26-1.el5s2.src",
          "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.i386",
          "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
          "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
          "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.src",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.i386",
          "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.src",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
          "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
          "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
          "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
          "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
          "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.i386",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.src",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
          "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.i386",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.src",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
          "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.src",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-common-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-common-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.src",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
          "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
          "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
          "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.i386",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.src",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
          "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.i386",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.src",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
          "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
          "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.src",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2008-2051"
        },
        {
          "category": "external",
          "summary": "RHBZ#445006",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=445006"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2008-2051",
          "url": "https://www.cve.org/CVERecord?id=CVE-2008-2051"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2008-2051",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2008-2051"
        }
      ],
      "release_date": "2008-05-01T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2008-07-02T13:15:00+00:00",
          "details": "Before applying this update, make sure that all previously-released\nerrata relevant to your system have been applied.\n\nThis update is available via Red Hat Network.  Details on how to use \nthe Red Hat Network to apply this update are available at\nhttp://kbase.redhat.com/faq/FAQ_58_10188",
          "product_ids": [
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.src",
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:mod_jk-0:1.2.26-1.el5s2.src",
            "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.i386",
            "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
            "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
            "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.src",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.i386",
            "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.src",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
            "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
            "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
            "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
            "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
            "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.i386",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.src",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
            "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.i386",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.src",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
            "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.src",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-common-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-common-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.src",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
            "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
            "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
            "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.i386",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.src",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
            "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.i386",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.src",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
            "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
            "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.src",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2008:0505"
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "PHP multibyte shell escape flaw"
    },
    {
      "cve": "CVE-2008-2079",
      "discovery_date": "2008-05-02T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "445222"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "MySQL 4.1.x before 4.1.24, 5.0.x before 5.0.60, 5.1.x before 5.1.24, and 6.0.x before 6.0.5 allows local users to bypass certain privilege checks by calling CREATE TABLE on a MyISAM table with modified (1) DATA DIRECTORY or (2) INDEX DIRECTORY arguments that are within the MySQL home data directory, which can point to tables that are created in the future.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "mysql: privilege escalation via DATA/INDEX DIRECTORY directives",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This issue did not affect MySQL as supplied with Red Hat Enterprise Linux 3.",
          "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": [
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.src",
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:mod_jk-0:1.2.26-1.el5s2.src",
          "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.i386",
          "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
          "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
          "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.src",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.i386",
          "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.src",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
          "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
          "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
          "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
          "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
          "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.i386",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.src",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
          "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.i386",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.src",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
          "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.src",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-common-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-common-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.src",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
          "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
          "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
          "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.i386",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.src",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
          "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.i386",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.src",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
          "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
          "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.src",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2008-2079"
        },
        {
          "category": "external",
          "summary": "RHBZ#445222",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=445222"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2008-2079",
          "url": "https://www.cve.org/CVERecord?id=CVE-2008-2079"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2008-2079",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2008-2079"
        }
      ],
      "release_date": "2008-03-13T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2008-07-02T13:15:00+00:00",
          "details": "Before applying this update, make sure that all previously-released\nerrata relevant to your system have been applied.\n\nThis update is available via Red Hat Network.  Details on how to use \nthe Red Hat Network to apply this update are available at\nhttp://kbase.redhat.com/faq/FAQ_58_10188",
          "product_ids": [
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.src",
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:mod_jk-0:1.2.26-1.el5s2.src",
            "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.i386",
            "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
            "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
            "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.src",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.i386",
            "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.src",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
            "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
            "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
            "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
            "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
            "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.i386",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.src",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
            "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.i386",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.src",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
            "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.src",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-common-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-common-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.src",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
            "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
            "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
            "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.i386",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.src",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
            "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.i386",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.src",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
            "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
            "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.src",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2008:0505"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "SINGLE",
            "availabilityImpact": "NONE",
            "baseScore": 4.9,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:M/Au:S/C:P/I:P/A:N",
            "version": "2.0"
          },
          "products": [
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.src",
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:mod_jk-0:1.2.26-1.el5s2.src",
            "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.i386",
            "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
            "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
            "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.src",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.i386",
            "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.src",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
            "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
            "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
            "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
            "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
            "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.i386",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.src",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
            "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.i386",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.src",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
            "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.src",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-common-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-common-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.src",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
            "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
            "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
            "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.i386",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.src",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
            "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.i386",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.src",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
            "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
            "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.src",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "mysql: privilege escalation via DATA/INDEX DIRECTORY directives"
    },
    {
      "cve": "CVE-2008-2107",
      "discovery_date": "2008-05-08T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "445684"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The GENERATE_SEED macro in PHP 4.x before 4.4.8 and 5.x before 5.2.5, when running on 32-bit systems, performs a multiplication using values that can produce a zero seed in rare circumstances, which allows context-dependent attackers to predict subsequent values of the rand and mt_rand functions and possibly bypass protection mechanisms that rely on an unknown initial seed.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "PHP 32 bit weak random seed",
          "title": "Vulnerability summary"
        }
      ],
      "product_status": {
        "fixed": [
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.src",
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:mod_jk-0:1.2.26-1.el5s2.src",
          "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.i386",
          "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
          "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
          "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.src",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.i386",
          "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.src",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
          "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
          "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
          "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
          "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
          "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.i386",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.src",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
          "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.i386",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.src",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
          "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.src",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-common-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-common-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.src",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
          "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
          "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
          "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.i386",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.src",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
          "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.i386",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.src",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
          "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
          "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.src",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2008-2107"
        },
        {
          "category": "external",
          "summary": "RHBZ#445684",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=445684"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2008-2107",
          "url": "https://www.cve.org/CVERecord?id=CVE-2008-2107"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2008-2107",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2008-2107"
        }
      ],
      "release_date": "2008-05-06T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2008-07-02T13:15:00+00:00",
          "details": "Before applying this update, make sure that all previously-released\nerrata relevant to your system have been applied.\n\nThis update is available via Red Hat Network.  Details on how to use \nthe Red Hat Network to apply this update are available at\nhttp://kbase.redhat.com/faq/FAQ_58_10188",
          "product_ids": [
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.src",
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:mod_jk-0:1.2.26-1.el5s2.src",
            "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.i386",
            "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
            "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
            "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.src",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.i386",
            "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.src",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
            "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
            "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
            "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
            "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
            "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.i386",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.src",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
            "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.i386",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.src",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
            "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.src",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-common-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-common-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.src",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
            "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
            "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
            "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.i386",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.src",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
            "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.i386",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.src",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
            "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
            "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.src",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2008:0505"
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "PHP 32 bit weak random seed"
    },
    {
      "cve": "CVE-2008-2108",
      "discovery_date": "2008-05-08T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "445685"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The GENERATE_SEED macro in PHP 4.x before 4.4.8 and 5.x before 5.2.5, when running on 64-bit systems, performs a multiplication that generates a portion of zero bits during conversion due to insufficient precision, which produces 24 bits of entropy and simplifies brute force attacks against protection mechanisms that use the rand and mt_rand functions.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "PHP weak 64 bit random seed",
          "title": "Vulnerability summary"
        }
      ],
      "product_status": {
        "fixed": [
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.src",
          "5Server-Stacks:httpd-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.i386",
          "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:mod_jk-0:1.2.26-1.el5s2.src",
          "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.i386",
          "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
          "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
          "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.src",
          "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.i386",
          "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
          "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.i386",
          "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.x86_64",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.src",
          "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
          "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
          "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
          "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
          "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
          "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
          "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.i386",
          "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.i386",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.src",
          "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
          "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.i386",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.src",
          "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.x86_64",
          "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
          "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.src",
          "5Server-Stacks:php-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-common-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-common-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.i386",
          "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.src",
          "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
          "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
          "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
          "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
          "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.i386",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.src",
          "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
          "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.i386",
          "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.x86_64",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.i386",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.src",
          "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
          "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
          "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.src",
          "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
          "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.i386",
          "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2008-2108"
        },
        {
          "category": "external",
          "summary": "RHBZ#445685",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=445685"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2008-2108",
          "url": "https://www.cve.org/CVERecord?id=CVE-2008-2108"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2008-2108",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2008-2108"
        }
      ],
      "release_date": "2008-05-06T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2008-07-02T13:15:00+00:00",
          "details": "Before applying this update, make sure that all previously-released\nerrata relevant to your system have been applied.\n\nThis update is available via Red Hat Network.  Details on how to use \nthe Red Hat Network to apply this update are available at\nhttp://kbase.redhat.com/faq/FAQ_58_10188",
          "product_ids": [
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.src",
            "5Server-Stacks:httpd-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-debuginfo-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-devel-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.i386",
            "5Server-Stacks:httpd-manual-0:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:mod_jk-0:1.2.26-1.el5s2.src",
            "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.i386",
            "5Server-Stacks:mod_jk-ap20-0:1.2.26-1.el5s2.x86_64",
            "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.i386",
            "5Server-Stacks:mod_jk-debuginfo-0:1.2.26-1.el5s2.x86_64",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.src",
            "5Server-Stacks:mod_perl-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-debuginfo-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.i386",
            "5Server-Stacks:mod_perl-devel-0:2.0.4-3.el5s2.x86_64",
            "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.i386",
            "5Server-Stacks:mod_ssl-1:2.2.8-1.el5s2.x86_64",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.src",
            "5Server-Stacks:mysql-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-bench-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-cluster-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.i386",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.src",
            "5Server-Stacks:mysql-connector-odbc-0:3.51.24r1071-1.el5s2.x86_64",
            "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.i386",
            "5Server-Stacks:mysql-connector-odbc-debuginfo-0:3.51.24r1071-1.el5s2.x86_64",
            "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-debuginfo-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-devel-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.noarch",
            "5Server-Stacks:mysql-jdbc-0:5.0.8-1jpp.1.el5s2.src",
            "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-libs-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-server-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.i386",
            "5Server-Stacks:mysql-test-0:5.0.50sp1a-2.el5s2.x86_64",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.i386",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.src",
            "5Server-Stacks:perl-DBD-MySQL-0:4.006-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.i386",
            "5Server-Stacks:perl-DBD-MySQL-debuginfo-0:4.006-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.i386",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.src",
            "5Server-Stacks:perl-DBI-0:1.604-1.el5s2.x86_64",
            "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.i386",
            "5Server-Stacks:perl-DBI-debuginfo-0:1.604-1.el5s2.x86_64",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.src",
            "5Server-Stacks:php-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-bcmath-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-cli-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-common-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-common-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-dba-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-debuginfo-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-devel-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-gd-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-imap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-ldap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-mbstring-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-mysql-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-ncurses-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-odbc-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-pdo-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-pgsql-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-snmp-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-soap-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-xml-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.i386",
            "5Server-Stacks:php-xmlrpc-0:5.2.6-2.el5s2.x86_64",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.src",
            "5Server-Stacks:postgresql-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-contrib-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-debuginfo-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-devel-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-docs-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.i386",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.src",
            "5Server-Stacks:postgresql-jdbc-0:8.2.508-1jpp.el5s2.x86_64",
            "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.i386",
            "5Server-Stacks:postgresql-jdbc-debuginfo-0:8.2.508-1jpp.el5s2.x86_64",
            "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-libs-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.i386",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.src",
            "5Server-Stacks:postgresql-odbc-0:08.02.0500-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.i386",
            "5Server-Stacks:postgresql-odbc-debuginfo-0:08.02.0500-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-plperl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-plpython-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-pltcl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-python-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-server-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-tcl-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.i386",
            "5Server-Stacks:postgresql-test-0:8.2.9-1.el5s2.x86_64",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.i386",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.src",
            "5Server-Stacks:postgresqlclient81-0:8.1.11-1.el5s2.x86_64",
            "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.i386",
            "5Server-Stacks:postgresqlclient81-debuginfo-0:8.1.11-1.el5s2.x86_64",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.src",
            "5Server-Stacks:unixODBC-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-debuginfo-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-devel-0:2.2.12-8.el5s2.x86_64",
            "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.i386",
            "5Server-Stacks:unixODBC-kde-0:2.2.12-8.el5s2.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2008:0505"
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "PHP weak 64 bit random seed"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

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.