Bug 469656 (CVE-2008-4864) - CVE-2008-4864 python: imageop module multiple integer overflows
Summary: CVE-2008-4864 python: imageop module multiple integer overflows
Keywords:
Status: CLOSED ERRATA
Alias: CVE-2008-4864
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: http://nvd.nist.gov/nvd.cfm?cvename=C...
Whiteboard:
Depends On: 486114 486329 486330 486351 486352 537915
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-11-03 09:36 UTC by Tomas Hoger
Modified: 2019-09-29 12:26 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-08-22 15:31:22 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 Tomas Hoger 2008-11-03 09:36:58 UTC
Common Vulnerabilities and Exposures assigned an identifier CVE-2008-4864 to the following vulnerability:

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.

References:
http://scary.beasts.org/security/CESA-2008-008.html
http://svn.python.org/view?rev=66689&view=rev
http://www.securityfocus.com/bid/31976
http://www.openwall.com/lists/oss-security/2008/10/27/2
http://www.openwall.com/lists/oss-security/2008/10/29/3

Comment 1 Jan Lieskovsky 2008-11-10 20:58:46 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 6 Jan Lieskovsky 2009-04-02 16:41:17 UTC
Reproducer: 

import imageop
s = ''
imageop.crop(s, 1, 65536, 65536, 0, 0, 65536, 65536)

from http://scary.beasts.org/security/CESA-2008-008.html

Comment 15 errata-xmlrpc 2009-07-27 09:23:20 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 16 errata-xmlrpc 2009-07-27 09:35:44 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 17 errata-xmlrpc 2009-07-27 09:37:38 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

Comment 18 Jonathan Steffan 2009-09-07 22:03:01 UTC
Has this been addressed everywhere? The only python 2.5 we actively ship in Fedora is 2.5.2 in the F-10 branch, which looks to have addressed this CVE.


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