Php Nuke Blind Sql Injection 8.x.x Vulnerability
Posted on 09 August 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>Php Nuke Blind Sql Injection 8.x.x Vulnerability</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>================================================ Php Nuke Blind Sql Injection 8.x.x Vulnerability ================================================ #Title: Php Nuke Blind Sql Injection 8.x.x #Vendor: http://www.php-nuke.org/ ####################################################################### #AUTHOR: ITSecTeam #Email: Bug@ITSecTeam.com #Website: http://www.itsecteam.com #Forum : http://forum.ITSecTeam.com #Advisory:www.ITSecTeam.com/en/vulnerabilities/vulnerability58.htm #Thanks: M3hr@n$,r3dm0v3,am!rkh@n,Platen,Erfan.Blackhat and Dosib #Discovered By Amin Shokohi(Pejvak) ###################################################################### Poc :modulesWeb_Linksindex.php line:223 function Add($title, $url, $auth_name, $cat, $description, $email) { global $prefix, $db, $user; $url = filter($url, "nohtml"); $result = $db->sql_query("SELECT url from ".$prefix."_links_links where url='$url'"); $numrows = $db->sql_numrows($result); if ($numrows>0) {...... ###################################################################### #Bug : http://site.com/modules.php?name=Web_Links&l_op=Add&url=sql Injection ###################################################################### # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-08-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>