Bug 470915 (CVE-2008-5031)
Summary: | CVE-2008-5031 python: stringobject, unicodeobject integer overflows | |||
---|---|---|---|---|
Product: | [Other] Security Response | Reporter: | Jan Lieskovsky <jlieskov> | |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> | |
Status: | CLOSED ERRATA | QA Contact: | ||
Severity: | low | Docs Contact: | ||
Priority: | low | |||
Version: | unspecified | CC: | ivazqueznet, james.antill, jonathansteffan, kreilly, psplicha | |
Target Milestone: | --- | Keywords: | Security | |
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 531760 (view as bug list) | Environment: | ||
Last Closed: | 2013-04-04 02:03:26 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 486114, 486329, 486330, 486351, 486352, 537915 | |||
Bug Blocks: |
Description
Jan Lieskovsky
2008-11-10 20:49:17 UTC
Other reproducers demonstrating this flaw: * string poc: s = 'AA\t\n\tAAAAAAAA' len(s.expandtabs(0x7ffffffe)) * unicode poc: s = u'AA\t\n\tAAAAAAAA' len(s.expandtabs(0x7ffffffe)) Affected python versions: 2.2.3 <= x <= 2.5.2 This issue affects all versions of the python package, as shipped with Red Hat Enterprise Linux 3, 4 and 5. This issue affects all versions of the python package, as shipped with Fedora releases of 8, 9 and 10. This issue has been addressed in following products: Red Hat Enterprise Linux 5 Via RHSA-2009:1176 https://rhn.redhat.com/errata/RHSA-2009-1176.html This issue has been addressed in following products: Red Hat Enterprise Linux 4 Via RHSA-2009:1177 https://rhn.redhat.com/errata/RHSA-2009-1177.html This issue has been addressed in following products: Red Hat Enterprise Linux 3 Via RHSA-2009:1178 https://rhn.redhat.com/errata/RHSA-2009-1178.html To address this issue in the F-10 branch, should I be updating to 2.5.4 which has addressed this CVE? Statement: (none) |