Command injection

Command injection

TL;DR: User input concatenated into shell invocation; metacharacters break out of the intended command.

Stub — to be filled in.

What it is

TODO

Preconditions / where it applies

TODO

Technique

TODO

Detection and defence

TODO

References