CWE-147: Improper Neutralization of Input Terminators
The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could be interpreted as input terminators when they are sent to a downstream component.
Last updated
Overview
For example, a "." in SMTP signifies the end of mail message data, whereas a null character can be used for the end of a string.
Real-world CVEs
2 recorded CVEs are caused by CWE-147 (Improper Neutralization of Input Terminators). The highest-severity and most recent are shown first. 0 new CWE-147 CVEs have been recorded so far in 2026 (1 in 2025).
Common consequences
What can happen when CWE-147 is exploited.
Unexpected State
Affects: Integrity
How it happens
When it is introduced
Typically introduced during these phases of the software lifecycle.