Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')
description
The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
1
cwe_id
88
name
Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
description
The product constructs a string for a command to be executed by a separate component in another control sphere, but it does not properly delimit the intended arguments, options, or switches within that command string.