Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: cgi redirect

by mitchreward (Acolyte)
on Sep 30, 2014 at 09:05 UTC ( [id://1102420]=note: print w/replies, xml ) Need Help??


in reply to Re: cgi redirect
in thread cgi redirect

I'm the only one to use this web page, that is not accessible from the internet. But yeah you're right otherwise, I'd have protected it.

Replies are listed 'Best First'.
Re^3: cgi redirect
by Anonymous Monk on Oct 01, 2014 at 01:34 UTC

    This is how security holes get born... maybe someday you'll open the script up for others to use, or you'll be working on something for a client and remember that time you wrote this script, and just copy it over since that's the easiest solution, or ...

    Better to protect it from the start. And it's not hard to do, at least throwing this in as the first line of the foreach already helps against some of the bad stuff: tr{a-zA-Z0-9_/-}{}cd (still doesn't protect against symlinks into other directories, and if you add the dot to that list, it won't protect against "..", etc.)

Re^3: cgi redirect
by Anonymous Monk on Oct 01, 2014 at 21:08 UTC
    Capture::Tiny
    use Capture::Tiny qw/ capture /; my($stdout, $stderr, $exit) = capture { system( 'rm', '-rf', @paths ); };

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1102420]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2025-06-13 07:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.