in reply to Re(2) (ichimunki): Security issues when allowing file upload via CGI
in thread Security issues when allowing file upload via CGI
my $file_cmd_output = `file $fn`;
$fn is tainted and doesn't this give them the chance to sneak a command in via $fn? Need to make sure $fn is clean.
Joe.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re(4) (ichimunki): Security issues when allowing file upload via CGI
by dmmiller2k (Chaplain) on Dec 07, 2001 at 01:50 UTC |