#10 able to view arbitrary files
open-accepted
5
2004-05-29
2004-05-19
No
Discussion
Log in to post a comment.
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Logged In: YES
user_id=1009311
'../' shouldn't ever be in the $album, correct? blast it away?
$album = preg_replace('/..\//', '',
stripslashes($_GET['album']));
Logged In: YES
user_id=1009311
$album = preg_replace('/\.\.\//',
'',stripslashes($_GET['album']));
would work better..