Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: [waraxe-2007-SA#053] - Critical Sql Injection in NukeSentinel 2.5.11 |
|---|---|
| Date: | 28 Sep 2007 07:20:59 -0000 |
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-5125 Same as mine: http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-1171 [me] # +nsbypass.php # 16. $tid = intval($tid); # 17. if(isset($_COOKIE['admin']) && !empty($_COOKIE['admin'])) { # 18. $abadmin = base64_decode($_COOKIE['admin']); # 19. $abadmin = explode(":", $abadmin); # 20. $a_aid = "$abadmin[0]"; # 21. $a_pas = "$abadmin[1]"; # 22. } #.... # +nsbypass.php # 24. $num = $db->sql_numrows($db->sql_query("SELECT * FROM ".$prefix."_authors WHERE `aid`='$a_aid' AND `pwd`='$a_pas'")); # 25. $tum = $db->sql_numrows($db->sql_query("SELECT * FROM ".$prefix."_nsnst_tracked_ips WHERE `tid`='$tid'")); # [you] ----------->[source code]<------------ if(isset($_COOKIE['admin']) && !empty($_COOKIE['admin'])) { $abadmin = base64_decode($_COOKIE['admin']); $abadmin = explode(":", $abadmin); $a_aid = "$abadmin[0]"; $a_pas = "$abadmin[1]"; } $num = $db->sql_numrows($db->sql_query("SELECT * FROM ".$prefix."_authors WHERE `aid`='$a_aid' AND `pwd`='$a_pas'")); ------------>[/source code]<-----------
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [ MDKSA-2007:190 ] - Updated kdebase packages fix KDM vulnerability, security |
|---|---|
| Next by Date: | Owning Big Brother: How to Crack into Axis IP cameras, research |
| Previous by Thread: | [waraxe-2007-SA#053] - Critical Sql Injection in NukeSentinel 2.5.11, come2waraxe |
| Next by Thread: | [waraxe-2007-SA#054] - Local File Inclusion in Dance Music module for phpNuke, come2waraxe |
| Indexes: | [Date] [Thread] [Top] [All Lists] |