CWE-626

Null Byte Interaction Error (Poison Null Byte)

The product does not properly handle null bytes or NUL characters when passing data between different representations or components.

Mitigation

Phase: Implementation

Description:

  • Remove null bytes from all incoming strings.

No CAPEC attack patterns related to this CWE.

Back to CWE stats page