Common Weakness Enumeration

    CWE Definition / CWE-1265

    CWE-1265: Unintended Reentrant Invocation of Non-reentrant Code Via Nested Calls

    The product invokes code that is believed to be reentrant, but the code performs a call that unintentionally produces a nested invocation of the non-reentrant code.

    Published:20 Dec 2018
    Organization:MITRE
    Modified:11 Dec 2025

    Related Weakness

    CWE-662: Improper Synchronization

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

    CWE-416: Use After Free