View Single Post
Old 01-04-2005, 08:34 AM   #8
JunkMale
Green Mole
 
Join Date: Jan 2005
Posts: 1
Quote:
Originally Posted by zaartix
<input type='hidden' name='path' value='Dep2/%'>

this is dangerous string. What if "hacker" add into this string code:

<input type='hidden' name='path' value='Dep2/%"; drop table ha-ha; "'> or something else
I would expect the PhpDig code to contain an AddSlashes to avoid such a problem.
JunkMale is offline   Reply With Quote