Home / Vulnerability Database / C or C++ : Division by zero
C/C++

C or C++ : Division by zero

Classification

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.

MEDIUM

DerScanner Severity Score

Do you want to fix C or C++ : Division by zero in your application?

See also

C/C++

C or C++ : Dead store

C/C++

C or C++ : Use after free

C/C++

C or C++ : va_list uninitialized