Share

PHP Helpdesk

Code

Programming Languages: PHP

License: GNU General Public License (GPL)

Repositories

browse code, statistics cvs -d:pserver:anonymous@phphelpdesk.cvs.sourceforge.net:/cvsroot/phphelpdesk login

cvs -z3 -d:pserver:anonymous@phphelpdesk.cvs.sourceforge.net:/cvsroot/phphelpdesk co -P modulename

Show:

What's happening?

  • MySQL INJECTION ATTACK

    THE BUG IS IN: /includes/checkuser.inc.php $query = "SELECT * FROM security "; // query checks if user is in DB and if the passwords suit $query .= "WHERE s_user='$txtUsername' AND s_password='$txtPassword';"; $mysql_result = query($query); $row = mysql_fetch_row($mysql_result); if ($row)

    2009-10-30 05:04:23 UTC by tavezbadalov

Our Numbers