CWE-663βUse of a Non-reentrant Function in a Concurrent Context
PUBLISHEDweakness record
released 2008-04-11 Β· last modified 2025-12-11
Metadata
Weakness Name
Use of a Non-reentrant Function in a Concurrent Context
Description
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.