CWE-154: Improper Neutralization of Variable Name Delimiters
The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could be interpreted as variable name delimiters when they are sent to a downstream component.
Last updated
Overview
As data is parsed, an injected delimiter may cause the process to take unexpected actions that result in an attack. Example: "$" for an environment variable.
Real-world CVEs
1 recorded CVEs are caused by CWE-154 (Improper Neutralization of Variable Name Delimiters). The highest-severity and most recent are shown first.
Common consequences
What can happen when CWE-154 is exploited.
Unexpected State
Affects: Integrity
How it happens
When it is introduced
Typically introduced during these phases of the software lifecycle.
How to prevent it
Practical mitigations for CWE-154, grouped by where in the lifecycle they apply.