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

PUBLISHEDweakness record
released 2008-04-11 · last modified 2025-12-11

Metadata

CWE ID:
CWE-663
摘要:
Base
结构:
Simple
状态:
Draft
发布日期:
2008-04-11
更新日期:
2025-12-11

名称

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.

常见后果

范围:
Integrity, Confidentiality, Other
影响:
Modify Memory, Read Memory, Modify Application Data, Read Application Data, Alter Execution Logic

相关 CWE