Home / Vulnerability Database / Kotlin : Division by zero
Kotlin
Kotlin : Division by zero
Classification
CWE
Overview
Division by zero may lead to malfunction or crash of the application.
Division by zero often occurs when calculating values of the variables that store length, width, height of some object. If the value of the argument that eventually causes division by zero is obtained from an untrusted source, an attacker can disrupt the normal operation of the application.
References
MEDIUM
DerScanner Severity Score
Do you want to fix Kotlin : Division by zero in your application?
See also
Kotlin
Kotlin : Missing required cryptographic step
Kotlin
Kotlin : Logging into system output
Kotlin
