CWE-369Divide By Zero

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

Metadata

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

名称

Divide By Zero

描述

The product divides a value by zero.

This weakness typically occurs when an unexpected value is provided to the product, or if an error occurs that is not properly detected. It frequently occurs in calculations involving physical dimensions such as size, length, width, and height.

常见后果

范围:
Availability
影响:
DoS: Crash, Exit, or Restart
注释:
A Divide by Zero results in a crash.

相关 CWE