[issue27502] Python -m Module Vulnerable to Buffer Over Flow.

2016-08-11 Thread Stefan Krah
Stefan Krah added the comment: Your "buffer overflow" png shows the regular "414 request-uri too large" traceback. A traceback is not a crash (I wonder if we need an faq for this). -- nosy: +skrah resolution: -> not a bug stage: -> resolved status: open -> closed ___

[issue27502] Python -m Module Vulnerable to Buffer Over Flow.

2016-08-10 Thread R. David Murray
R. David Murray added the comment: A python traceback is not in and of itself a security issue. Based on your program name, I am guessing you are trying to "break" python. That's fine, but if you want us to take action on a bug report like this you are going to have to do more work in charact

[issue27502] Python -m Module Vulnerable to Buffer Over Flow.

2016-08-10 Thread Dhiraj
Dhiraj added the comment: Sorry , for replying to late , But yes if the script is run , again and again the application throws the python error and the Server gets crashed. I request to have a look on it. -- ___ Python tracker

[issue27502] Python -m Module Vulnerable to Buffer Over Flow.

2016-07-12 Thread R. David Murray
R. David Murray added the comment: Your screenshots don't show any evidence of a crash. I don't see any buffer overflow here, just normal python error messages. -- nosy: +r.david.murray ___ Python tracker ___

[issue27502] Python -m Module Vulnerable to Buffer Over Flow.

2016-07-12 Thread Dhiraj
New submission from Dhiraj: Hello Sir , The Module of Python " -m SimpleHTTPServer " is vulnerable to Buffer Over Flow. Step : I have prepared a python script which is sending more than 5000+ Values to the Module in GET Method , and as soon as , I run that Script , the Python -m SimpleHTTPServ