This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Dhiraj_Mishra
Recipients Dhiraj_Mishra
Date 2016-07-12.19:09:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468350573.84.0.544949544506.issue27502@psf.upfronthosting.co.za>
In-reply-to
Content
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 SimpleHTTPServer  which is running on the Victim's system Generator’s a huge Line or Error where as Exception handling is not done Proper , as if the Server do not get crash ,  but if the fuzzing script is run again and again it gets Crashed , and Buffer Over Flow is been Taken place.
In our Scenario Kali Linux machine is victims system running the server module and Linux Mint is sending the fuzzing script.

Please have a look on the POC below.
I ll be happy to hear from the team.
Thank You
History
Date User Action Args
2016-07-12 19:09:33Dhiraj_Mishrasetrecipients: + Dhiraj_Mishra
2016-07-12 19:09:33Dhiraj_Mishrasetmessageid: <1468350573.84.0.544949544506.issue27502@psf.upfronthosting.co.za>
2016-07-12 19:09:33Dhiraj_Mishralinkissue27502 messages
2016-07-12 19:09:33Dhiraj_Mishracreate