CWE-333Improper Handling of Insufficient Entropy in TRNG

PUBLISHEDweakness recordLow
released 2006-07-19 · last modified 2025-12-11

Metadata

CWE ID:
CWE-333
摘要:
Variant
结构:
Simple
状态:
Draft
发布日期:
2006-07-19
更新日期:
2025-12-11

名称

Improper Handling of Insufficient Entropy in TRNG

描述

True random number generators (TRNG) generally have a limited source of entropy and therefore can fail or block.

The rate at which true random numbers can be generated is limited. It is important that one uses them only when they are needed for security.

常见后果

范围:
Availability
影响:
DoS: Crash, Exit, or Restart
注释:
A program may crash or block if it runs out of random numbers.

相关 CWE