Menu

#3 Hexafind.php Non-Persistent XSS (<=v1.0.7.2) Patch

open
nobody
None
5
2010-06-05
2010-06-05
hexon
No

In the File Connect4.php

Line 23:
echo "Admin Page = ",$url , "<br \&gt;";

Change it to :

echo "Admin Page = ",htmlspecialchars($url,ENT_QUOTES) , "<br \&gt;";

Line 31 :
echo htmlspecialchars($url,ENT_QUOTES)," Failed" , "<br \&gt;";

Discussion


Log in to post a comment.