New submission from Rustemzade Mehemmed:
I have tested this vulnerability on the Python 2.7 and it absolutely affected
:). Integer overflow produce in posix_fdopen function. If an attacker sent
fdopen mode value larger than max integer value (2*32) to fdopen after integer
overflow occurred
Changes by Rustemzade Mehemmed :
--
title: Heap overflow occurred due to the int overflow -> Heap overflow occurred
due to the int overflow (Python-2.7.11/Modules/posixmodule.c)
___
Python tracker
<http://bugs.python.org/issu
Changes by Rustemzade Mehemmed :
--
type: -> security
___
Python tracker
<http://bugs.python.org/issue27235>
___
___
Python-bugs-list mailing list
Unsubscrib
Changes by Rustemzade Mehemmed :
--
components: +Interpreter Core
versions: +Python 2.7
___
Python tracker
<http://bugs.python.org/issue27235>
___
___
Python-bug