RHSA-2009:1176

Vulnerability from csaf_redhat - Published: 2009-07-27 09:22 - Updated: 2026-01-13 22:39
Summary
Red Hat Security Advisory: python security update
Severity
Moderate
Notes
Topic: Updated python packages that fix multiple security issues are now available for Red Hat Enterprise Linux 5. This update has been rated as having moderate security impact by the Red Hat Security Response Team.
Details: Python is an interpreted, interactive, object-oriented programming language. When the assert() system call was disabled, an input sanitization flaw was revealed in the Python string object implementation that led to a buffer overflow. The missing check for negative size values meant the Python memory allocator could allocate less memory than expected. This could result in arbitrary code execution with the Python interpreter's privileges. (CVE-2008-1887) Multiple buffer and integer overflow flaws were found in the Python Unicode string processing and in the Python Unicode and string object implementations. An attacker could use these flaws to cause a denial of service (Python application crash). (CVE-2008-3142, CVE-2008-5031) Multiple integer overflow flaws were found in the Python imageop module. If a Python application used the imageop module to process untrusted images, it could cause the application to disclose sensitive information, crash or, potentially, execute arbitrary code with the Python interpreter's privileges. (CVE-2007-4965, CVE-2008-4864) Multiple integer underflow and overflow flaws were found in the Python snprintf() wrapper implementation. An attacker could use these flaws to cause a denial of service (memory corruption). (CVE-2008-3144) Multiple integer overflow flaws were found in various Python modules. An attacker could use these flaws to cause a denial of service (Python application crash). (CVE-2008-2315, CVE-2008-3143) An integer signedness error, leading to a buffer overflow, was found in the Python zlib extension module. If a Python application requested the negative byte count be flushed for a decompression stream, it could cause the application to crash or, potentially, execute arbitrary code with the Python interpreter's privileges. (CVE-2008-1721) A flaw was discovered in the strxfrm() function of the Python locale module. Strings generated by this function were not properly NULL-terminated, which could possibly cause disclosure of data stored in the memory of a Python application using this function. (CVE-2007-2052) Red Hat would like to thank David Remahl of the Apple Product Security team for responsibly reporting the CVE-2008-2315 issue. All Python users should upgrade to these updated packages, which contain backported patches to correct these issues.
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.

Off-by-one error in the PyLocale_strxfrm function in Modules/_localemodule.c for Python 2.4 and 2.5 causes an incorrect buffer size to be used for the strxfrm function, which allows context-dependent attackers to read portions of memory via unknown manipulations that trigger a buffer over-read due to missing null termination.

CWE-193 - Off-by-one Error
Vendor Fix Before applying this update, make sure that all previously-released errata relevant to your system have been applied. This update is available via Red Hat Network. Details on how to use the Red Hat Network to apply this update are available at http://kbase.redhat.com/faq/docs/DOC-11259 https://access.redhat.com/errata/RHSA-2009:1176

Multiple integer overflows in the imageop module in Python 2.5.1 and earlier allow context-dependent attackers to cause a denial of service (application crash) and possibly obtain sensitive information (memory contents) via crafted arguments to (1) the tovideo method, and unspecified other vectors related to (2) imageop.c, (3) rbgimgmodule.c, and other files, which trigger heap-based buffer overflows.

Vendor Fix Before applying this update, make sure that all previously-released errata relevant to your system have been applied. This update is available via Red Hat Network. Details on how to use the Red Hat Network to apply this update are available at http://kbase.redhat.com/faq/docs/DOC-11259 https://access.redhat.com/errata/RHSA-2009:1176

Integer signedness error in the zlib extension module in Python 2.5.2 and earlier allows remote attackers to execute arbitrary code via a negative signed integer, which triggers insufficient memory allocation and a buffer overflow.

Vendor Fix Before applying this update, make sure that all previously-released errata relevant to your system have been applied. This update is available via Red Hat Network. Details on how to use the Red Hat Network to apply this update are available at http://kbase.redhat.com/faq/docs/DOC-11259 https://access.redhat.com/errata/RHSA-2009:1176

Python 2.5.2 and earlier allows context-dependent attackers to execute arbitrary code via multiple vectors that cause a negative size value to be provided to the PyString_FromStringAndSize function, which allocates less memory than expected when assert() is disabled and triggers a buffer overflow.

Vendor Fix Before applying this update, make sure that all previously-released errata relevant to your system have been applied. This update is available via Red Hat Network. Details on how to use the Red Hat Network to apply this update are available at http://kbase.redhat.com/faq/docs/DOC-11259 https://access.redhat.com/errata/RHSA-2009:1176

Multiple integer overflows in Python 2.5.2 and earlier allow context-dependent attackers to have an unknown impact via vectors related to the (1) stringobject, (2) unicodeobject, (3) bufferobject, (4) longobject, (5) tupleobject, (6) stropmodule, (7) gcmodule, and (8) mmapmodule modules. NOTE: The expandtabs integer overflows in stringobject and unicodeobject in 2.5.2 are covered by CVE-2008-5031.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix Before applying this update, make sure that all previously-released errata relevant to your system have been applied. This update is available via Red Hat Network. Details on how to use the Red Hat Network to apply this update are available at http://kbase.redhat.com/faq/docs/DOC-11259 https://access.redhat.com/errata/RHSA-2009:1176

Multiple buffer overflows in Python 2.5.2 and earlier on 32bit platforms allow context-dependent attackers to cause a denial of service (crash) or have unspecified other impact via a long string that leads to incorrect memory allocation during Unicode string processing, related to the unicode_resize function and the PyMem_RESIZE macro.

Vendor Fix Before applying this update, make sure that all previously-released errata relevant to your system have been applied. This update is available via Red Hat Network. Details on how to use the Red Hat Network to apply this update are available at http://kbase.redhat.com/faq/docs/DOC-11259 https://access.redhat.com/errata/RHSA-2009:1176

Multiple integer overflows in Python before 2.5.2 might allow context-dependent attackers to have an unknown impact via vectors related to (1) Include/pymem.h; (2) _csv.c, (3) _struct.c, (4) arraymodule.c, (5) audioop.c, (6) binascii.c, (7) cPickle.c, (8) cStringIO.c, (9) cjkcodecs/multibytecodec.c, (10) datetimemodule.c, (11) md5.c, (12) rgbimgmodule.c, and (13) stropmodule.c in Modules/; (14) bufferobject.c, (15) listobject.c, and (16) obmalloc.c in Objects/; (17) Parser/node.c; and (18) asdl.c, (19) ast.c, (20) bltinmodule.c, and (21) compile.c in Python/, as addressed by "checks for integer overflows, contributed by Google."

CWE-190 - Integer Overflow or Wraparound
Vendor Fix Before applying this update, make sure that all previously-released errata relevant to your system have been applied. This update is available via Red Hat Network. Details on how to use the Red Hat Network to apply this update are available at http://kbase.redhat.com/faq/docs/DOC-11259 https://access.redhat.com/errata/RHSA-2009:1176

Multiple integer overflows in the PyOS_vsnprintf function in Python/mysnprintf.c in Python 2.5.2 and earlier allow context-dependent attackers to cause a denial of service (memory corruption) or have unspecified other impact via crafted input to string formatting operations. NOTE: the handling of certain integer values is also affected by related integer underflows and an off-by-one error.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix Before applying this update, make sure that all previously-released errata relevant to your system have been applied. This update is available via Red Hat Network. Details on how to use the Red Hat Network to apply this update are available at http://kbase.redhat.com/faq/docs/DOC-11259 https://access.redhat.com/errata/RHSA-2009:1176

Multiple integer overflows in imageop.c in the imageop module in Python 1.5.2 through 2.5.1 allow context-dependent attackers to break out of the Python VM and execute arbitrary code via large integer values in certain arguments to the crop function, leading to a buffer overflow, a different vulnerability than CVE-2007-4965 and CVE-2008-1679.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix Before applying this update, make sure that all previously-released errata relevant to your system have been applied. This update is available via Red Hat Network. Details on how to use the Red Hat Network to apply this update are available at http://kbase.redhat.com/faq/docs/DOC-11259 https://access.redhat.com/errata/RHSA-2009:1176

Multiple integer overflows in Python 2.2.3 through 2.5.1, and 2.6, allow context-dependent attackers to have an unknown impact via a large integer value in the tabsize argument to the expandtabs method, as implemented by (1) the string_expandtabs function in Objects/stringobject.c and (2) the unicode_expandtabs function in Objects/unicodeobject.c. NOTE: this vulnerability reportedly exists because of an incomplete fix for CVE-2008-2315.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix Before applying this update, make sure that all previously-released errata relevant to your system have been applied. This update is available via Red Hat Network. Details on how to use the Red Hat Network to apply this update are available at http://kbase.redhat.com/faq/docs/DOC-11259 https://access.redhat.com/errata/RHSA-2009:1176
References
https://access.redhat.com/errata/RHSA-2009:1176 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=235093 external
https://bugzilla.redhat.com/show_bug.cgi?id=295971 external
https://bugzilla.redhat.com/show_bug.cgi?id=442005 external
https://bugzilla.redhat.com/show_bug.cgi?id=443810 external
https://bugzilla.redhat.com/show_bug.cgi?id=454990 external
https://bugzilla.redhat.com/show_bug.cgi?id=455008 external
https://bugzilla.redhat.com/show_bug.cgi?id=455013 external
https://bugzilla.redhat.com/show_bug.cgi?id=455018 external
https://bugzilla.redhat.com/show_bug.cgi?id=469656 external
https://bugzilla.redhat.com/show_bug.cgi?id=470915 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2007-2052 self
https://bugzilla.redhat.com/show_bug.cgi?id=235093 external
https://www.cve.org/CVERecord?id=CVE-2007-2052 external
https://nvd.nist.gov/vuln/detail/CVE-2007-2052 external
https://access.redhat.com/security/cve/CVE-2007-4965 self
https://bugzilla.redhat.com/show_bug.cgi?id=295971 external
https://www.cve.org/CVERecord?id=CVE-2007-4965 external
https://nvd.nist.gov/vuln/detail/CVE-2007-4965 external
https://access.redhat.com/security/cve/CVE-2008-1721 self
https://bugzilla.redhat.com/show_bug.cgi?id=442005 external
https://www.cve.org/CVERecord?id=CVE-2008-1721 external
https://nvd.nist.gov/vuln/detail/CVE-2008-1721 external
https://access.redhat.com/security/cve/CVE-2008-1887 self
https://bugzilla.redhat.com/show_bug.cgi?id=443810 external
https://www.cve.org/CVERecord?id=CVE-2008-1887 external
https://nvd.nist.gov/vuln/detail/CVE-2008-1887 external
https://access.redhat.com/security/cve/CVE-2008-2315 self
https://bugzilla.redhat.com/show_bug.cgi?id=455008 external
https://www.cve.org/CVERecord?id=CVE-2008-2315 external
https://nvd.nist.gov/vuln/detail/CVE-2008-2315 external
https://access.redhat.com/security/cve/CVE-2008-3142 self
https://bugzilla.redhat.com/show_bug.cgi?id=454990 external
https://www.cve.org/CVERecord?id=CVE-2008-3142 external
https://nvd.nist.gov/vuln/detail/CVE-2008-3142 external
https://access.redhat.com/security/cve/CVE-2008-3143 self
https://bugzilla.redhat.com/show_bug.cgi?id=455013 external
https://www.cve.org/CVERecord?id=CVE-2008-3143 external
https://nvd.nist.gov/vuln/detail/CVE-2008-3143 external
https://access.redhat.com/security/cve/CVE-2008-3144 self
https://bugzilla.redhat.com/show_bug.cgi?id=455018 external
https://www.cve.org/CVERecord?id=CVE-2008-3144 external
https://nvd.nist.gov/vuln/detail/CVE-2008-3144 external
https://access.redhat.com/security/cve/CVE-2008-4864 self
https://bugzilla.redhat.com/show_bug.cgi?id=469656 external
https://www.cve.org/CVERecord?id=CVE-2008-4864 external
https://nvd.nist.gov/vuln/detail/CVE-2008-4864 external
https://access.redhat.com/security/cve/CVE-2008-5031 self
https://bugzilla.redhat.com/show_bug.cgi?id=470915 external
https://www.cve.org/CVERecord?id=CVE-2008-5031 external
https://nvd.nist.gov/vuln/detail/CVE-2008-5031 external
Acknowledgments
Apple Product Security team David Remahl

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Updated python packages that fix multiple security issues are now available\nfor Red Hat Enterprise Linux 5.\n\nThis update has been rated as having moderate security impact by the Red\nHat Security Response Team.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Python is an interpreted, interactive, object-oriented programming\nlanguage.\n\nWhen the assert() system call was disabled, an input sanitization flaw was\nrevealed in the Python string object implementation that led to a buffer\noverflow. The missing check for negative size values meant the Python\nmemory allocator could allocate less memory than expected. This could\nresult in arbitrary code execution with the Python interpreter\u0027s\nprivileges. (CVE-2008-1887)\n\nMultiple buffer and integer overflow flaws were found in the Python Unicode\nstring processing and in the Python Unicode and string object\nimplementations. An attacker could use these flaws to cause a denial of\nservice (Python application crash). (CVE-2008-3142, CVE-2008-5031)\n\nMultiple integer overflow flaws were found in the Python imageop module. If\na Python application used the imageop module to process untrusted images,\nit could cause the application to disclose sensitive information, crash or,\npotentially, execute arbitrary code with the Python interpreter\u0027s\nprivileges. (CVE-2007-4965, CVE-2008-4864)\n\nMultiple integer underflow and overflow flaws were found in the Python\nsnprintf() wrapper implementation. An attacker could use these flaws to\ncause a denial of service (memory corruption). (CVE-2008-3144)\n\nMultiple integer overflow flaws were found in various Python modules. An\nattacker could use these flaws to cause a denial of service (Python\napplication crash). (CVE-2008-2315, CVE-2008-3143)\n\nAn integer signedness error, leading to a buffer overflow, was found\nin the Python zlib extension module. If a Python application requested\nthe negative byte count be flushed for a decompression stream, it could\ncause the application to crash or, potentially, execute arbitrary code\nwith the Python interpreter\u0027s privileges. (CVE-2008-1721)\n\nA flaw was discovered in the strxfrm() function of the Python locale\nmodule. Strings generated by this function were not properly\nNULL-terminated, which could possibly cause disclosure of data stored in\nthe memory of a Python application using this function. (CVE-2007-2052)\n\nRed Hat would like to thank David Remahl of the Apple Product Security team\nfor responsibly reporting the CVE-2008-2315 issue.\n\nAll Python users should upgrade to these updated packages, which contain\nbackported patches to correct these issues.",
        "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-2009:1176",
        "url": "https://access.redhat.com/errata/RHSA-2009:1176"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "category": "external",
        "summary": "235093",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=235093"
      },
      {
        "category": "external",
        "summary": "295971",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=295971"
      },
      {
        "category": "external",
        "summary": "442005",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=442005"
      },
      {
        "category": "external",
        "summary": "443810",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=443810"
      },
      {
        "category": "external",
        "summary": "454990",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=454990"
      },
      {
        "category": "external",
        "summary": "455008",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=455008"
      },
      {
        "category": "external",
        "summary": "455013",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=455013"
      },
      {
        "category": "external",
        "summary": "455018",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=455018"
      },
      {
        "category": "external",
        "summary": "469656",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=469656"
      },
      {
        "category": "external",
        "summary": "470915",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=470915"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2009/rhsa-2009_1176.json"
      }
    ],
    "title": "Red Hat Security Advisory: python security update",
    "tracking": {
      "current_release_date": "2026-01-13T22:39:23+00:00",
      "generator": {
        "date": "2026-01-13T22:39:23+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.15"
        }
      },
      "id": "RHSA-2009:1176",
      "initial_release_date": "2009-07-27T09:22:00+00:00",
      "revision_history": [
        {
          "date": "2009-07-27T09:22:00+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2009-07-27T05:22:50+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-01-13T22:39:23+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Desktop (v. 5 client)",
                "product": {
                  "name": "Red Hat Enterprise Linux Desktop (v. 5 client)",
                  "product_id": "5Client",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:5::client"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
                "product": {
                  "name": "Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
                  "product_id": "5Client-Workstation",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:5::client_workstation"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux (v. 5 server)",
                "product": {
                  "name": "Red Hat Enterprise Linux (v. 5 server)",
                  "product_id": "5Server",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:5::server"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
                "product": {
                  "name": "python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
                  "product_id": "python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-debuginfo@2.4.3-24.el5_3.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-devel-0:2.4.3-24.el5_3.6.x86_64",
                "product": {
                  "name": "python-devel-0:2.4.3-24.el5_3.6.x86_64",
                  "product_id": "python-devel-0:2.4.3-24.el5_3.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-devel@2.4.3-24.el5_3.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tkinter-0:2.4.3-24.el5_3.6.x86_64",
                "product": {
                  "name": "tkinter-0:2.4.3-24.el5_3.6.x86_64",
                  "product_id": "tkinter-0:2.4.3-24.el5_3.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tkinter@2.4.3-24.el5_3.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-0:2.4.3-24.el5_3.6.x86_64",
                "product": {
                  "name": "python-0:2.4.3-24.el5_3.6.x86_64",
                  "product_id": "python-0:2.4.3-24.el5_3.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python@2.4.3-24.el5_3.6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-tools-0:2.4.3-24.el5_3.6.x86_64",
                "product": {
                  "name": "python-tools-0:2.4.3-24.el5_3.6.x86_64",
                  "product_id": "python-tools-0:2.4.3-24.el5_3.6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-tools@2.4.3-24.el5_3.6?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-debuginfo-0:2.4.3-24.el5_3.6.i386",
                "product": {
                  "name": "python-debuginfo-0:2.4.3-24.el5_3.6.i386",
                  "product_id": "python-debuginfo-0:2.4.3-24.el5_3.6.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-debuginfo@2.4.3-24.el5_3.6?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-devel-0:2.4.3-24.el5_3.6.i386",
                "product": {
                  "name": "python-devel-0:2.4.3-24.el5_3.6.i386",
                  "product_id": "python-devel-0:2.4.3-24.el5_3.6.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-devel@2.4.3-24.el5_3.6?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tkinter-0:2.4.3-24.el5_3.6.i386",
                "product": {
                  "name": "tkinter-0:2.4.3-24.el5_3.6.i386",
                  "product_id": "tkinter-0:2.4.3-24.el5_3.6.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tkinter@2.4.3-24.el5_3.6?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-0:2.4.3-24.el5_3.6.i386",
                "product": {
                  "name": "python-0:2.4.3-24.el5_3.6.i386",
                  "product_id": "python-0:2.4.3-24.el5_3.6.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python@2.4.3-24.el5_3.6?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-tools-0:2.4.3-24.el5_3.6.i386",
                "product": {
                  "name": "python-tools-0:2.4.3-24.el5_3.6.i386",
                  "product_id": "python-tools-0:2.4.3-24.el5_3.6.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-tools@2.4.3-24.el5_3.6?arch=i386"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "i386"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-0:2.4.3-24.el5_3.6.src",
                "product": {
                  "name": "python-0:2.4.3-24.el5_3.6.src",
                  "product_id": "python-0:2.4.3-24.el5_3.6.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python@2.4.3-24.el5_3.6?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
                "product": {
                  "name": "python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
                  "product_id": "python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-debuginfo@2.4.3-24.el5_3.6?arch=ia64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tkinter-0:2.4.3-24.el5_3.6.ia64",
                "product": {
                  "name": "tkinter-0:2.4.3-24.el5_3.6.ia64",
                  "product_id": "tkinter-0:2.4.3-24.el5_3.6.ia64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tkinter@2.4.3-24.el5_3.6?arch=ia64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-0:2.4.3-24.el5_3.6.ia64",
                "product": {
                  "name": "python-0:2.4.3-24.el5_3.6.ia64",
                  "product_id": "python-0:2.4.3-24.el5_3.6.ia64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python@2.4.3-24.el5_3.6?arch=ia64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-devel-0:2.4.3-24.el5_3.6.ia64",
                "product": {
                  "name": "python-devel-0:2.4.3-24.el5_3.6.ia64",
                  "product_id": "python-devel-0:2.4.3-24.el5_3.6.ia64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-devel@2.4.3-24.el5_3.6?arch=ia64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-tools-0:2.4.3-24.el5_3.6.ia64",
                "product": {
                  "name": "python-tools-0:2.4.3-24.el5_3.6.ia64",
                  "product_id": "python-tools-0:2.4.3-24.el5_3.6.ia64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-tools@2.4.3-24.el5_3.6?arch=ia64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ia64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
                "product": {
                  "name": "python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
                  "product_id": "python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-debuginfo@2.4.3-24.el5_3.6?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-devel-0:2.4.3-24.el5_3.6.ppc64",
                "product": {
                  "name": "python-devel-0:2.4.3-24.el5_3.6.ppc64",
                  "product_id": "python-devel-0:2.4.3-24.el5_3.6.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-devel@2.4.3-24.el5_3.6?arch=ppc64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
                "product": {
                  "name": "python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
                  "product_id": "python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-debuginfo@2.4.3-24.el5_3.6?arch=ppc"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tkinter-0:2.4.3-24.el5_3.6.ppc",
                "product": {
                  "name": "tkinter-0:2.4.3-24.el5_3.6.ppc",
                  "product_id": "tkinter-0:2.4.3-24.el5_3.6.ppc",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tkinter@2.4.3-24.el5_3.6?arch=ppc"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-0:2.4.3-24.el5_3.6.ppc",
                "product": {
                  "name": "python-0:2.4.3-24.el5_3.6.ppc",
                  "product_id": "python-0:2.4.3-24.el5_3.6.ppc",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python@2.4.3-24.el5_3.6?arch=ppc"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-devel-0:2.4.3-24.el5_3.6.ppc",
                "product": {
                  "name": "python-devel-0:2.4.3-24.el5_3.6.ppc",
                  "product_id": "python-devel-0:2.4.3-24.el5_3.6.ppc",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-devel@2.4.3-24.el5_3.6?arch=ppc"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-tools-0:2.4.3-24.el5_3.6.ppc",
                "product": {
                  "name": "python-tools-0:2.4.3-24.el5_3.6.ppc",
                  "product_id": "python-tools-0:2.4.3-24.el5_3.6.ppc",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-tools@2.4.3-24.el5_3.6?arch=ppc"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
                "product": {
                  "name": "python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
                  "product_id": "python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-debuginfo@2.4.3-24.el5_3.6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tkinter-0:2.4.3-24.el5_3.6.s390x",
                "product": {
                  "name": "tkinter-0:2.4.3-24.el5_3.6.s390x",
                  "product_id": "tkinter-0:2.4.3-24.el5_3.6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tkinter@2.4.3-24.el5_3.6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-0:2.4.3-24.el5_3.6.s390x",
                "product": {
                  "name": "python-0:2.4.3-24.el5_3.6.s390x",
                  "product_id": "python-0:2.4.3-24.el5_3.6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python@2.4.3-24.el5_3.6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-devel-0:2.4.3-24.el5_3.6.s390x",
                "product": {
                  "name": "python-devel-0:2.4.3-24.el5_3.6.s390x",
                  "product_id": "python-devel-0:2.4.3-24.el5_3.6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-devel@2.4.3-24.el5_3.6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-tools-0:2.4.3-24.el5_3.6.s390x",
                "product": {
                  "name": "python-tools-0:2.4.3-24.el5_3.6.s390x",
                  "product_id": "python-tools-0:2.4.3-24.el5_3.6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-tools@2.4.3-24.el5_3.6?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python-debuginfo-0:2.4.3-24.el5_3.6.s390",
                "product": {
                  "name": "python-debuginfo-0:2.4.3-24.el5_3.6.s390",
                  "product_id": "python-debuginfo-0:2.4.3-24.el5_3.6.s390",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-debuginfo@2.4.3-24.el5_3.6?arch=s390"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-devel-0:2.4.3-24.el5_3.6.s390",
                "product": {
                  "name": "python-devel-0:2.4.3-24.el5_3.6.s390",
                  "product_id": "python-devel-0:2.4.3-24.el5_3.6.s390",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-devel@2.4.3-24.el5_3.6?arch=s390"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.4.3-24.el5_3.6.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386"
        },
        "product_reference": "python-0:2.4.3-24.el5_3.6.i386",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.4.3-24.el5_3.6.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64"
        },
        "product_reference": "python-0:2.4.3-24.el5_3.6.ia64",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.4.3-24.el5_3.6.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc"
        },
        "product_reference": "python-0:2.4.3-24.el5_3.6.ppc",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.4.3-24.el5_3.6.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x"
        },
        "product_reference": "python-0:2.4.3-24.el5_3.6.s390x",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.4.3-24.el5_3.6.src as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src"
        },
        "product_reference": "python-0:2.4.3-24.el5_3.6.src",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.4.3-24.el5_3.6.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64"
        },
        "product_reference": "python-0:2.4.3-24.el5_3.6.x86_64",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.i386",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.ppc64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.s390 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.s390",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.i386",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.ia64",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.ppc",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.ppc64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.ppc64",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.s390 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.s390",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.s390x",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.x86_64",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.4.3-24.el5_3.6.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386"
        },
        "product_reference": "python-tools-0:2.4.3-24.el5_3.6.i386",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.4.3-24.el5_3.6.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64"
        },
        "product_reference": "python-tools-0:2.4.3-24.el5_3.6.ia64",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.4.3-24.el5_3.6.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc"
        },
        "product_reference": "python-tools-0:2.4.3-24.el5_3.6.ppc",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.4.3-24.el5_3.6.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x"
        },
        "product_reference": "python-tools-0:2.4.3-24.el5_3.6.s390x",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.4.3-24.el5_3.6.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64"
        },
        "product_reference": "python-tools-0:2.4.3-24.el5_3.6.x86_64",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.4.3-24.el5_3.6.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386"
        },
        "product_reference": "tkinter-0:2.4.3-24.el5_3.6.i386",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.4.3-24.el5_3.6.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64"
        },
        "product_reference": "tkinter-0:2.4.3-24.el5_3.6.ia64",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.4.3-24.el5_3.6.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc"
        },
        "product_reference": "tkinter-0:2.4.3-24.el5_3.6.ppc",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.4.3-24.el5_3.6.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x"
        },
        "product_reference": "tkinter-0:2.4.3-24.el5_3.6.s390x",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.4.3-24.el5_3.6.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)",
          "product_id": "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64"
        },
        "product_reference": "tkinter-0:2.4.3-24.el5_3.6.x86_64",
        "relates_to_product_reference": "5Client-Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.4.3-24.el5_3.6.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-0:2.4.3-24.el5_3.6.i386"
        },
        "product_reference": "python-0:2.4.3-24.el5_3.6.i386",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.4.3-24.el5_3.6.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-0:2.4.3-24.el5_3.6.ia64"
        },
        "product_reference": "python-0:2.4.3-24.el5_3.6.ia64",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.4.3-24.el5_3.6.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-0:2.4.3-24.el5_3.6.ppc"
        },
        "product_reference": "python-0:2.4.3-24.el5_3.6.ppc",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.4.3-24.el5_3.6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-0:2.4.3-24.el5_3.6.s390x"
        },
        "product_reference": "python-0:2.4.3-24.el5_3.6.s390x",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.4.3-24.el5_3.6.src as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-0:2.4.3-24.el5_3.6.src"
        },
        "product_reference": "python-0:2.4.3-24.el5_3.6.src",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.4.3-24.el5_3.6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-0:2.4.3-24.el5_3.6.x86_64"
        },
        "product_reference": "python-0:2.4.3-24.el5_3.6.x86_64",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.i386",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.s390 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.s390",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-devel-0:2.4.3-24.el5_3.6.i386"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.i386",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.ia64",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.ppc",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.ppc64",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.s390 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-devel-0:2.4.3-24.el5_3.6.s390"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.s390",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.s390x",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.x86_64",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.4.3-24.el5_3.6.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-tools-0:2.4.3-24.el5_3.6.i386"
        },
        "product_reference": "python-tools-0:2.4.3-24.el5_3.6.i386",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.4.3-24.el5_3.6.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64"
        },
        "product_reference": "python-tools-0:2.4.3-24.el5_3.6.ia64",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.4.3-24.el5_3.6.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc"
        },
        "product_reference": "python-tools-0:2.4.3-24.el5_3.6.ppc",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.4.3-24.el5_3.6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x"
        },
        "product_reference": "python-tools-0:2.4.3-24.el5_3.6.s390x",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.4.3-24.el5_3.6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64"
        },
        "product_reference": "python-tools-0:2.4.3-24.el5_3.6.x86_64",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.4.3-24.el5_3.6.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:tkinter-0:2.4.3-24.el5_3.6.i386"
        },
        "product_reference": "tkinter-0:2.4.3-24.el5_3.6.i386",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.4.3-24.el5_3.6.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64"
        },
        "product_reference": "tkinter-0:2.4.3-24.el5_3.6.ia64",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.4.3-24.el5_3.6.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc"
        },
        "product_reference": "tkinter-0:2.4.3-24.el5_3.6.ppc",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.4.3-24.el5_3.6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x"
        },
        "product_reference": "tkinter-0:2.4.3-24.el5_3.6.s390x",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.4.3-24.el5_3.6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64"
        },
        "product_reference": "tkinter-0:2.4.3-24.el5_3.6.x86_64",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.4.3-24.el5_3.6.i386 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-0:2.4.3-24.el5_3.6.i386"
        },
        "product_reference": "python-0:2.4.3-24.el5_3.6.i386",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.4.3-24.el5_3.6.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-0:2.4.3-24.el5_3.6.ia64"
        },
        "product_reference": "python-0:2.4.3-24.el5_3.6.ia64",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.4.3-24.el5_3.6.ppc as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-0:2.4.3-24.el5_3.6.ppc"
        },
        "product_reference": "python-0:2.4.3-24.el5_3.6.ppc",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.4.3-24.el5_3.6.s390x as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-0:2.4.3-24.el5_3.6.s390x"
        },
        "product_reference": "python-0:2.4.3-24.el5_3.6.s390x",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.4.3-24.el5_3.6.src as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-0:2.4.3-24.el5_3.6.src"
        },
        "product_reference": "python-0:2.4.3-24.el5_3.6.src",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-0:2.4.3-24.el5_3.6.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-0:2.4.3-24.el5_3.6.x86_64"
        },
        "product_reference": "python-0:2.4.3-24.el5_3.6.x86_64",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.i386 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.i386",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.ppc as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.ppc64 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.s390 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.s390",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.s390x as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-debuginfo-0:2.4.3-24.el5_3.6.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64"
        },
        "product_reference": "python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.i386 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-devel-0:2.4.3-24.el5_3.6.i386"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.i386",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.ia64",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.ppc as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.ppc",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.ppc64 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.ppc64",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.s390 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-devel-0:2.4.3-24.el5_3.6.s390"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.s390",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.s390x as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.s390x",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-devel-0:2.4.3-24.el5_3.6.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64"
        },
        "product_reference": "python-devel-0:2.4.3-24.el5_3.6.x86_64",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.4.3-24.el5_3.6.i386 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-tools-0:2.4.3-24.el5_3.6.i386"
        },
        "product_reference": "python-tools-0:2.4.3-24.el5_3.6.i386",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.4.3-24.el5_3.6.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64"
        },
        "product_reference": "python-tools-0:2.4.3-24.el5_3.6.ia64",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.4.3-24.el5_3.6.ppc as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc"
        },
        "product_reference": "python-tools-0:2.4.3-24.el5_3.6.ppc",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.4.3-24.el5_3.6.s390x as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x"
        },
        "product_reference": "python-tools-0:2.4.3-24.el5_3.6.s390x",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-tools-0:2.4.3-24.el5_3.6.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64"
        },
        "product_reference": "python-tools-0:2.4.3-24.el5_3.6.x86_64",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.4.3-24.el5_3.6.i386 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:tkinter-0:2.4.3-24.el5_3.6.i386"
        },
        "product_reference": "tkinter-0:2.4.3-24.el5_3.6.i386",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.4.3-24.el5_3.6.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64"
        },
        "product_reference": "tkinter-0:2.4.3-24.el5_3.6.ia64",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.4.3-24.el5_3.6.ppc as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc"
        },
        "product_reference": "tkinter-0:2.4.3-24.el5_3.6.ppc",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.4.3-24.el5_3.6.s390x as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x"
        },
        "product_reference": "tkinter-0:2.4.3-24.el5_3.6.s390x",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tkinter-0:2.4.3-24.el5_3.6.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
        },
        "product_reference": "tkinter-0:2.4.3-24.el5_3.6.x86_64",
        "relates_to_product_reference": "5Server"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2007-2052",
      "cwe": {
        "id": "CWE-193",
        "name": "Off-by-one Error"
      },
      "discovery_date": "2007-04-02T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "235093"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Off-by-one error in the PyLocale_strxfrm function in Modules/_localemodule.c for Python 2.4 and 2.5 causes an incorrect buffer size to be used for the strxfrm function, which allows context-dependent attackers to read portions of memory via unknown manipulations that trigger a buffer over-read due to missing null termination.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "python off-by-one locale.strxfrm() (possible memory disclosure)",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "The Red Hat Product Security has rated this issue as having low security impact, a future update may address this flaw. More information regarding issue severity can be found here:\nhttps://access.redhat.com/security/updates/classification/",
          "title": "Statement"
        }
      ],
      "product_status": {
        "fixed": [
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-0:2.4.3-24.el5_3.6.src",
          "5Client:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-0:2.4.3-24.el5_3.6.src",
          "5Server:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2007-2052"
        },
        {
          "category": "external",
          "summary": "RHBZ#235093",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=235093"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2007-2052",
          "url": "https://www.cve.org/CVERecord?id=CVE-2007-2052"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2007-2052",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2007-2052"
        }
      ],
      "release_date": "2007-04-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2009-07-27T09:22: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/docs/DOC-11259",
          "product_ids": [
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-0:2.4.3-24.el5_3.6.src",
            "5Client:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-0:2.4.3-24.el5_3.6.src",
            "5Server:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2009:1176"
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "python off-by-one locale.strxfrm() (possible memory disclosure)"
    },
    {
      "cve": "CVE-2007-4965",
      "discovery_date": "2007-09-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "295971"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple integer overflows in the imageop module in Python 2.5.1 and earlier allow context-dependent attackers to cause a denial of service (application crash) and possibly obtain sensitive information (memory contents) via crafted arguments to (1) the tovideo method, and unspecified other vectors related to (2) imageop.c, (3) rbgimgmodule.c, and other files, which trigger heap-based buffer overflows.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "python imageop module heap corruption",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat is aware of this issue and is tracking it via the following bug: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=295971\n\nThe Red Hat Product Security has rated this issue as having low security impact, a future update may address this flaw. More information regarding issue severity can be found here: https://access.redhat.com/security/updates/classification/",
          "title": "Statement"
        }
      ],
      "product_status": {
        "fixed": [
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-0:2.4.3-24.el5_3.6.src",
          "5Client:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-0:2.4.3-24.el5_3.6.src",
          "5Server:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2007-4965"
        },
        {
          "category": "external",
          "summary": "RHBZ#295971",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=295971"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2007-4965",
          "url": "https://www.cve.org/CVERecord?id=CVE-2007-4965"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2007-4965",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2007-4965"
        }
      ],
      "release_date": "2007-09-16T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2009-07-27T09:22: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/docs/DOC-11259",
          "product_ids": [
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-0:2.4.3-24.el5_3.6.src",
            "5Client:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-0:2.4.3-24.el5_3.6.src",
            "5Server:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2009:1176"
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "python imageop module heap corruption"
    },
    {
      "cve": "CVE-2008-1721",
      "discovery_date": "2008-04-09T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "442005"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Integer signedness error in the zlib extension module in Python 2.5.2 and earlier allows remote attackers to execute arbitrary code via a negative signed integer, which triggers insufficient memory allocation and a buffer overflow.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "python: integer signedness error in the zlib extension module",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat is aware of this issue and is tracking it via the following bug: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=442005\n\nThe Red Hat Product Security has rated this issue as having low security impact, a future update may address this flaw. More information regarding issue severity can be found here: https://access.redhat.com/security/updates/classification/",
          "title": "Statement"
        }
      ],
      "product_status": {
        "fixed": [
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-0:2.4.3-24.el5_3.6.src",
          "5Client:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-0:2.4.3-24.el5_3.6.src",
          "5Server:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2008-1721"
        },
        {
          "category": "external",
          "summary": "RHBZ#442005",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=442005"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2008-1721",
          "url": "https://www.cve.org/CVERecord?id=CVE-2008-1721"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2008-1721",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2008-1721"
        }
      ],
      "release_date": "2008-04-09T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2009-07-27T09:22: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/docs/DOC-11259",
          "product_ids": [
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-0:2.4.3-24.el5_3.6.src",
            "5Client:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-0:2.4.3-24.el5_3.6.src",
            "5Server:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2009:1176"
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "python: integer signedness error in the zlib extension module"
    },
    {
      "cve": "CVE-2008-1887",
      "discovery_date": "2008-04-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "443810"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Python 2.5.2 and earlier allows context-dependent attackers to execute arbitrary code via multiple vectors that cause a negative size value to be provided to the PyString_FromStringAndSize function, which allocates less memory than expected when assert() is disabled and triggers a buffer overflow.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "python: PyString_FromStringAndSize does not check for negative size values",
          "title": "Vulnerability summary"
        }
      ],
      "product_status": {
        "fixed": [
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-0:2.4.3-24.el5_3.6.src",
          "5Client:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-0:2.4.3-24.el5_3.6.src",
          "5Server:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2008-1887"
        },
        {
          "category": "external",
          "summary": "RHBZ#443810",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=443810"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2008-1887",
          "url": "https://www.cve.org/CVERecord?id=CVE-2008-1887"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2008-1887",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2008-1887"
        }
      ],
      "release_date": "2008-04-08T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2009-07-27T09:22: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/docs/DOC-11259",
          "product_ids": [
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-0:2.4.3-24.el5_3.6.src",
            "5Client:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-0:2.4.3-24.el5_3.6.src",
            "5Server:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2009:1176"
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "python: PyString_FromStringAndSize does not check for negative size values"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "David Remahl"
          ],
          "organization": "Apple Product Security team"
        }
      ],
      "cve": "CVE-2008-2315",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2008-07-02T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "455008"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple integer overflows in Python 2.5.2 and earlier allow context-dependent attackers to have an unknown impact via vectors related to the (1) stringobject, (2) unicodeobject, (3) bufferobject, (4) longobject, (5) tupleobject, (6) stropmodule, (7) gcmodule, and (8) mmapmodule modules.  NOTE: The expandtabs integer overflows in stringobject and unicodeobject in 2.5.2 are covered by CVE-2008-5031.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "python: Multiple integer overflows in python core",
          "title": "Vulnerability summary"
        }
      ],
      "product_status": {
        "fixed": [
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-0:2.4.3-24.el5_3.6.src",
          "5Client:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-0:2.4.3-24.el5_3.6.src",
          "5Server:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2008-2315"
        },
        {
          "category": "external",
          "summary": "RHBZ#455008",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=455008"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2008-2315",
          "url": "https://www.cve.org/CVERecord?id=CVE-2008-2315"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2008-2315",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2008-2315"
        }
      ],
      "release_date": "2008-07-31T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2009-07-27T09:22: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/docs/DOC-11259",
          "product_ids": [
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-0:2.4.3-24.el5_3.6.src",
            "5Client:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-0:2.4.3-24.el5_3.6.src",
            "5Server:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2009:1176"
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "python: Multiple integer overflows in python core"
    },
    {
      "cve": "CVE-2008-3142",
      "discovery_date": "2008-07-02T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "454990"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple buffer overflows in Python 2.5.2 and earlier on 32bit platforms allow context-dependent attackers to cause a denial of service (crash) or have unspecified other impact via a long string that leads to incorrect memory allocation during Unicode string processing, related to the unicode_resize function and the PyMem_RESIZE macro.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "python: Multiple buffer overflows in unicode processing",
          "title": "Vulnerability summary"
        }
      ],
      "product_status": {
        "fixed": [
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-0:2.4.3-24.el5_3.6.src",
          "5Client:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-0:2.4.3-24.el5_3.6.src",
          "5Server:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2008-3142"
        },
        {
          "category": "external",
          "summary": "RHBZ#454990",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=454990"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2008-3142",
          "url": "https://www.cve.org/CVERecord?id=CVE-2008-3142"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2008-3142",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2008-3142"
        }
      ],
      "release_date": "2008-04-11T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2009-07-27T09:22: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/docs/DOC-11259",
          "product_ids": [
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-0:2.4.3-24.el5_3.6.src",
            "5Client:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-0:2.4.3-24.el5_3.6.src",
            "5Server:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2009:1176"
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "python: Multiple buffer overflows in unicode processing"
    },
    {
      "cve": "CVE-2008-3143",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2008-07-03T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "455013"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple integer overflows in Python before 2.5.2 might allow context-dependent attackers to have an unknown impact via vectors related to (1) Include/pymem.h; (2) _csv.c, (3) _struct.c, (4) arraymodule.c, (5) audioop.c, (6) binascii.c, (7) cPickle.c, (8) cStringIO.c, (9) cjkcodecs/multibytecodec.c, (10) datetimemodule.c, (11) md5.c, (12) rgbimgmodule.c, and (13) stropmodule.c in Modules/; (14) bufferobject.c, (15) listobject.c, and (16) obmalloc.c in Objects/; (17) Parser/node.c; and (18) asdl.c, (19) ast.c, (20) bltinmodule.c, and (21) compile.c in Python/, as addressed by \"checks for integer overflows, contributed by Google.\"",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "python: Multiple integer overflows discovered by Google",
          "title": "Vulnerability summary"
        }
      ],
      "product_status": {
        "fixed": [
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-0:2.4.3-24.el5_3.6.src",
          "5Client:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-0:2.4.3-24.el5_3.6.src",
          "5Server:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2008-3143"
        },
        {
          "category": "external",
          "summary": "RHBZ#455013",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=455013"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2008-3143",
          "url": "https://www.cve.org/CVERecord?id=CVE-2008-3143"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2008-3143",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2008-3143"
        }
      ],
      "release_date": "2008-02-14T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2009-07-27T09:22: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/docs/DOC-11259",
          "product_ids": [
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-0:2.4.3-24.el5_3.6.src",
            "5Client:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-0:2.4.3-24.el5_3.6.src",
            "5Server:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2009:1176"
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "python: Multiple integer overflows discovered by Google"
    },
    {
      "cve": "CVE-2008-3144",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2008-07-03T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "455018"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple integer overflows in the PyOS_vsnprintf function in Python/mysnprintf.c in Python 2.5.2 and earlier allow context-dependent attackers to cause a denial of service (memory corruption) or have unspecified other impact via crafted input to string formatting operations.  NOTE: the handling of certain integer values is also affected by related integer underflows and an off-by-one error.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "python: Potential integer underflow and overflow in the PyOS_vsnprintf C API function",
          "title": "Vulnerability summary"
        }
      ],
      "product_status": {
        "fixed": [
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-0:2.4.3-24.el5_3.6.src",
          "5Client:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-0:2.4.3-24.el5_3.6.src",
          "5Server:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2008-3144"
        },
        {
          "category": "external",
          "summary": "RHBZ#455018",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=455018"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2008-3144",
          "url": "https://www.cve.org/CVERecord?id=CVE-2008-3144"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2008-3144",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2008-3144"
        }
      ],
      "release_date": "2008-06-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2009-07-27T09:22: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/docs/DOC-11259",
          "product_ids": [
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-0:2.4.3-24.el5_3.6.src",
            "5Client:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-0:2.4.3-24.el5_3.6.src",
            "5Server:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2009:1176"
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "python: Potential integer underflow and overflow in the PyOS_vsnprintf C API function"
    },
    {
      "cve": "CVE-2008-4864",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2008-10-19T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "469656"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple integer overflows in imageop.c in the imageop module in Python 1.5.2 through 2.5.1 allow context-dependent attackers to break out of the Python VM and execute arbitrary code via large integer values in certain arguments to the crop function, leading to a buffer overflow, a different vulnerability than CVE-2007-4965 and CVE-2008-1679.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "python: imageop module multiple integer overflows",
          "title": "Vulnerability summary"
        }
      ],
      "product_status": {
        "fixed": [
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-0:2.4.3-24.el5_3.6.src",
          "5Client:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-0:2.4.3-24.el5_3.6.src",
          "5Server:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2008-4864"
        },
        {
          "category": "external",
          "summary": "RHBZ#469656",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=469656"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2008-4864",
          "url": "https://www.cve.org/CVERecord?id=CVE-2008-4864"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2008-4864",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2008-4864"
        }
      ],
      "release_date": "2008-10-19T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2009-07-27T09:22: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/docs/DOC-11259",
          "product_ids": [
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-0:2.4.3-24.el5_3.6.src",
            "5Client:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-0:2.4.3-24.el5_3.6.src",
            "5Server:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2009:1176"
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "python: imageop module multiple integer overflows"
    },
    {
      "cve": "CVE-2008-5031",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2008-10-19T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "470915"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple integer overflows in Python 2.2.3 through 2.5.1, and 2.6, allow context-dependent attackers to have an unknown impact via a large integer value in the tabsize argument to the expandtabs method, as implemented by (1) the string_expandtabs function in Objects/stringobject.c and (2) the unicode_expandtabs function in Objects/unicodeobject.c.  NOTE: this vulnerability reportedly exists because of an incomplete fix for CVE-2008-2315.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "python: stringobject, unicodeobject integer overflows",
          "title": "Vulnerability summary"
        }
      ],
      "product_status": {
        "fixed": [
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src",
          "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-0:2.4.3-24.el5_3.6.src",
          "5Client:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-0:2.4.3-24.el5_3.6.src",
          "5Server:python-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.s390",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.i386",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x",
          "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.i386",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x",
          "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2008-5031"
        },
        {
          "category": "external",
          "summary": "RHBZ#470915",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=470915"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2008-5031",
          "url": "https://www.cve.org/CVERecord?id=CVE-2008-5031"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2008-5031",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2008-5031"
        }
      ],
      "release_date": "2008-10-19T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2009-07-27T09:22: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/docs/DOC-11259",
          "product_ids": [
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.src",
            "5Client-Workstation:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Client-Workstation:tkinter-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-0:2.4.3-24.el5_3.6.src",
            "5Client:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Client:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Client:tkinter-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-0:2.4.3-24.el5_3.6.src",
            "5Server:python-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.ppc64",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-debuginfo-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.ppc64",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.s390",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-devel-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.i386",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.ia64",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.ppc",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.s390x",
            "5Server:python-tools-0:2.4.3-24.el5_3.6.x86_64",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.i386",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.ia64",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.ppc",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.s390x",
            "5Server:tkinter-0:2.4.3-24.el5_3.6.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2009:1176"
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "python: stringobject, unicodeobject integer overflows"
    }
  ]
}


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 observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.


Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…