CWE-160: Improper Neutralization of Leading Special Elements
The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes leading special elements that could be interpreted in unexpected ways when they are sent to a downstream component.
Last updated
Overview
As data is parsed, improperly handled leading special elements may cause the process to take unexpected actions that result in an attack.
Real-world CVEs
1 recorded CVEs are caused by CWE-160 (Improper Neutralization of Leading Special Elements). The highest-severity and most recent are shown first.
Common consequences
What can happen when CWE-160 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-160, grouped by where in the lifecycle they apply.