Divide By Zero
| Property | |
|---|---|
| Language | |
| Severity | |
| CWE | CWE-369: Divide By Zero |
| Confidence Level | Medium |
| Impact Level | Medium |
| Likelihood Level | Medium |
Description#
The code performs a division operation where the denominator could be zero. This can cause a ZeroDivisionError at runtime, leading to unexpected crashes or application instability.
Impact#
If exploited, this vulnerability could allow attackers or users to trigger application errors or service outages by providing input that results in division by zero. This can disrupt availability, potentially expose error details, and degrade user trust or system reliability.