Common Weakness Enumeration

    CWE Definition / CWE-663

    CWE-663: Use of a Non-reentrant Function in a Concurrent Context

    The product calls a non-reentrant function in a concurrent context in which a competing code sequence (e.g. thread or signal handler) may have an opportunity to call the same function or otherwise influence its state.

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

    Related Weakness

    CWE-662: Improper Synchronization