Recentl a new fix has been pushed to official python source code repository which fixes (http://hg.python.org/cpython/rev/5dabc2d2f776
) a memory corruption vulnerability in python interpreter's strop module. The vulnerability lies in expandtabs() functions.
This is due to a missing check in line 626,627 of /Modules/stropmodule.c.
more here.......https://github.com/debasishm89/RandomCodes/blob/master/dissect-python-strop-vuln.txt
) a memory corruption vulnerability in python interpreter's strop module. The vulnerability lies in expandtabs() functions.
This is due to a missing check in line 626,627 of /Modules/stropmodule.c.
more here.......https://github.com/debasishm89/RandomCodes/blob/master/dissect-python-strop-vuln.txt