Home / Vulnerability Database / Java : Division by zero
Java
Java : 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 Java : Division by zero in your application?
See also
Java
Java : Race condition
Java
Java : Text4Shell Vulnerability
Java
