CWE-77—Improper Neutralization of Special Elements used in a Command ('Command Injection')
PUBLISHEDweakness recordHigh
released 2006-07-19 · last modified 2026-04-30
Metadata
名称
Improper Neutralization of Special Elements used in a Command ('Command Injection')
描述
The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.
Many protocols and products have their own custom command language. While OS or shell command strings are frequently discovered and targeted, developers may not realize that these other command languages might also be vulnerable to attacks.