Questions tagged [cgi]
The cgi tag has no summary.
1 question
0 votes
2 answers
64 views
Are the stream editing coreutils secure against malicious standard in?
Standard scripting utilities such as sed, tr, grep, cat (etc.) can process a stream via standard in and transform it according to some arguments, outputting to STDOUT. I wonder if there are any attack ...