CWE-369
Overview
- CWE ID
- 369
- CWE Name
- Divide By Zero
- CWE Abstraction
- Base
- CWE structure
- Simple
- CWE Status
- Draft
Description
The product divides a value by zero.
Extended Description
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.