Home / os / win7

aradBlog Multiple Remote Vulnerabilities

Posted on 09 September 2010

<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'><html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1251'><title>aradBlog Multiple Remote Vulnerabilities</title><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss'></head><body><pre>======================================== aradBlog Multiple Remote Vulnerabilities ======================================== Title : aradBlog Multiple Remote Vulnerabilities Affected Version : &lt;= 1.2.8 Discovery : www.abysssec.com Vendor : http://www.arad-itc.com/ Impact : Critial Download Links : http://aradblog.codeplex.com/ Admin Page : http://Example.com/login.aspx Remotely Exploitable Yes Locally Exploitable No Description : =========================================================================================== 1- Remote Admin Access: In this latest of aradBlog you can access to Admin's dashboard with this virtual Path The value 'mainadmin' is a virtual path that defines in this DLL: App_Web_eqzheiif.dll and FastObjectFactory_app_web_eqzheiif class. Vulnerable code: ... public mainadmin_main_aspx() { this.AppRelativeVirtualPath = &quot;~/mainadmin/Main.aspx&quot;; ... } ... PoC: http://Exapmle.com/mainadmin/Main.aspx 2- Arbitrary File Upload you can upload any malicious file using this path: http://Example.com/mainadmin/downloads.aspx if you upload a shell.aspx for example,it will be in this path: shell.aspx ---&gt; http://Example.com/downloads/uploads/2010_7_25_shell.aspx Note that : the value 2010_7_25 is the exact date of server. =========================================================================================== # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-09-09]</pre><script type='text/javascript'>var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type='text/javascript'>try{var pageTracker = _gat._getTracker("UA-12725838-1");pageTracker._setDomainName("none");pageTracker._setAllowLinker(true);pageTracker._trackPageview();}catch(err){}</script></body></html>

 

TOP