Common Weakness Enumeration

    CWE Definition / CWE-1322

    CWE-1322: Use of Blocking Code in Single-threaded, Non-blocking Context

    The product uses a non-blocking model that relies on a single threaded process for features such as scalability, but it contains code that can block when it is invoked.

    Published:25 Oct 2019
    Organization:MITRE
    Modified:11 Dec 2025

    Related Weakness

    CWE-834: Excessive Iteration

    CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop')