CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences
Also known as: ANSI injection
The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could be interpreted as escape, meta, or control character sequences when they are sent to a downstream component.
Overview
CWE-150 (Improper Neutralization of Escape, Meta, or Control Sequences) is a variant-level software weakness catalogued by MITRE in the Common Weakness Enumeration (CWE). It describes a recurring type of mistake that can lead to exploitable security vulnerabilities.