CWE•Variant•Draft•3 recent CVEs
CWE-626Null Byte Interaction Error (Poison Null Byte)
Description
The product does not properly handle null bytes or NUL characters when passing data between different representations or components.
[object Object]
Common consequences
- Integrity→Unexpected State
Potential mitigations
- ImplementationRemove null bytes from all incoming strings.