dash/ash
dash/ash
Posted Oct 3, 2014 11:23 UTC (Fri) by dskoll (subscriber, #1630)In reply to: dash/ash by flussence
Parent article: Bash gets shellshocked
2-arg open() will happily interpret any filename passed to it containing a "|" prefix or suffix
That's a little different from the bash bug. It requires the programmer to write a script that doesn't handle user-input safely. It's also stopped in taint mode.
The Bash bug doesn't require any action on the part of the script writer; it happens before your script even has a chance to do anything.