CWE-511: Logic/Time Bomb

Base Incomplete Simple

CWE版本: 4.18

更新日期: 2025-09-09

弱点描述

The product contains code that is designed to disrupt the legitimate operation of the product (or its environment) when a certain time passes, or when a certain logical condition is met.

扩展描述

When the time bomb or logic bomb is detonated, it may perform a denial of service such as crashing the system, deleting critical data, or degrading system response time. This bomb might be placed within either a replicating or non-replicating Trojan horse.

常见后果

影响范围: Other Integrity

技术影响: Varies by Context Alter Execution Logic

潜在缓解措施

阶段: Installation

描述: Always verify the integrity of the product that is being installed.

阶段: Testing

描述: Conduct a code coverage analysis using live testing, then closely inspect any code that is not covered.

引入模式

阶段 说明
Architecture and Design -
Implementation -

适用平台

编程语言
Not Language-Specific (Undetermined)
技术
Mobile (Undetermined)

分类映射

分类名称 条目ID 条目名称 映射适配度
Landwehr - Logic/Time Bomb -
关键信息

CWE ID: CWE-511

抽象级别: Base

结构: Simple

状态: Incomplete

相关弱点