The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could be interpreted as control elements or syntactic markers when they are sent to a downstream component.
Most languages and protocols have their own special elements such as characters and reserved words. These special elements can carry control implications. If product does not prevent external control or influence over the inclusion of such special elements, the control flow of the program may be altered from what was intended. For example, both Unix and Windows interpret the symbol < ("less than") as meaning "read input from a file".
Impact: Execute Unauthorized Code or CommandsAlter Execution LogicDoS: Crash, Exit, or Restart
Strategy: Input Validation
Strategy: Input Validation
Strategy: Output Encoding