Common Weakness Enumeration

    CWE Definition / CWE-670

    CWE-670: Always-Incorrect Control Flow Implementation

    The code contains a control flow path that does not reflect the algorithm that the path is intended to implement, leading to incorrect behavior any time this path is navigated.

    Published:11 Apr 2008
    Organization:MITRE
    Modified:11 Dec 2025

    Related Weakness

    CWE-691: Insufficient Control Flow Management