in reply to The importance of avoiding the shell
Note that "the shell" in this case is only problematic if your system default shell is bash. If your system default shell (/bin/sh) is something other than bash (for example, ash, dash, ksh, some vendor sh), in the case of this CVE you are likely safe.
Still, it's a good idea to use Perl built-ins instead of shelling out.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: The importance of avoiding the shell
by jhourcle (Prior) on Sep 25, 2014 at 11:53 UTC | |
by mr_mischief (Monsignor) on Sep 26, 2014 at 13:51 UTC | |
Re^2: The importance of avoiding the shell
by LanX (Saint) on Sep 27, 2014 at 10:25 UTC | |
by ikegami (Patriarch) on Sep 29, 2014 at 06:36 UTC | |
by LanX (Saint) on Sep 29, 2014 at 13:36 UTC | |
by ikegami (Patriarch) on Sep 29, 2014 at 13:43 UTC | |
by parv (Parson) on Sep 27, 2014 at 12:04 UTC | |
by Corion (Patriarch) on Sep 27, 2014 at 12:09 UTC | |
by BrowserUk (Patriarch) on Sep 27, 2014 at 12:50 UTC | |
by Corion (Patriarch) on Sep 27, 2014 at 13:12 UTC | |
| |
by parv (Parson) on Sep 27, 2014 at 12:12 UTC |