CWE-366 - Race Condition within a Thread

  • 摘要:Base
  • 结构:Simple
  • 状态:Draft
  • 发布日期:2006-07-19
  • 更新日期:2025-12-11

名称

Race Condition within a Thread

描述

If two threads of execution use a resource simultaneously, there exists the possibility that resources may be used while invalid, in turn making the state of execution undefined.

常见后果

范围:Integrity, Other

影响:Alter Execution Logic, Unexpected State

注释:The main problem is that -- if a lock is overcome -- data could be altered in a bad state.

相关 CWE