SYM_RB_0031 - SymbioticSec/Symbiotic-Vulnerability-Database GitHub Wiki

Divide By Zero

Property Value
Language ruby
Severity medium
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.