Bug 454990 (CVE-2008-3142) - CVE-2008-3142 python: Multiple buffer overflows in unicode processing
Summary: CVE-2008-3142 python: Multiple buffer overflows in unicode processing
Keywords:
Status: CLOSED ERRATA
Alias: CVE-2008-3142
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 486114 486329 486330 486351 486352 537915 540518
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-07-11 10:44 UTC by Jan Lieskovsky
Modified: 2019-09-29 12:25 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 540518 (view as bug list)
Environment:
Last Closed: 2015-08-22 16:14:49 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2009:1176 0 normal SHIPPED_LIVE Moderate: python security update 2009-07-27 09:22:50 UTC
Red Hat Product Errata RHSA-2009:1177 0 normal SHIPPED_LIVE Moderate: python security update 2009-07-27 09:35:19 UTC
Red Hat Product Errata RHSA-2009:1178 0 normal SHIPPED_LIVE Moderate: python security update 2009-07-27 09:36:40 UTC

Description Jan Lieskovsky 2008-07-11 10:44:48 UTC
Description of problem:

Justin Ferguson has reported the following python issue:

The unicode_resize() function acts essentially as a wrapper to
realloc(), it accomplishes this via the PyMem_RESIZE() macro which
factors the size with the size of the type, in this case it multiplies
by two as Py_UNICODE is typedef'd to a wchar_t. When resizing large
strings, this results in an incorrect allocation that in turn leads to
buffer overflow.

Public mention of this issue:

http://bugs.python.org/issue2620

Proposed upstream patch:  

http://bugs.python.org/file10825/issue2620-gps02-patch.txt

Comment 3 Jan Lieskovsky 2008-10-30 14:44:15 UTC
The Red Hat Security Response Team 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:
http://www.redhat.com/security/updates/classification/

Comment 11 errata-xmlrpc 2009-07-27 09:23:02 UTC
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

Comment 12 errata-xmlrpc 2009-07-27 09:35:30 UTC
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

Comment 13 errata-xmlrpc 2009-07-27 09:37:23 UTC
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


Note You need to log in before you can comment on or make changes to this bug.