Bug 187901 - CVE-2006-1542 Python buffer overflow
Summary: CVE-2006-1542 Python buffer overflow
Keywords:
Status: CLOSED DUPLICATE of bug 169046
Alias: None
Product: Fedora
Classification: Fedora
Component: python
Version: 5
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Mihai Ibanescu
QA Contact: Brock Organ
URL:
Whiteboard: public=20050922,reported=20060330,sou...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-04-04 11:57 UTC by Josh Bressers
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-04-04 12:27:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Josh Bressers 2006-04-04 11:57:38 UTC
Python buffer overflow

A bug was found in the way python determines the realpath() of the
current script.  The realpath() function is broken by design and
should not be used.

http://www.gotfault.net/research/exploit/gexp-python.py
http://www.gotfault.net/research/advisory/gadv-python.txt

I can crash FC4 and RHEL4 with this exploit.  Need to look at the
source.  It should have a low impact as you have to run a python
program from within a direcotory which is part of an insanely long
path.  The other distributions are likely not crashing as the maximum
path length returned by realpath() can differ.

Further testing has shown that this issue ONLY affects a python
program which resides inside the very long path (realpath, so you
can't use symlinks to fake it, a hardlink will work though).  Simply
running a python program with your CWD very long does nothing.

We don't allow suid python scripts, which means the only real path of
exploitation would be to trick another user into doing something
silly.  consolehelper adds quite a lot of sanity to how we run python
programs as root.



This issue also affects FC4

Comment 1 Josh Bressers 2006-04-04 12:27:38 UTC

*** This bug has been marked as a duplicate of 169046 ***


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