...
Integer overflow can lead to buffer overflows and the execution of arbitrary code by an attacker.
Risk Assesment
Integer overflows are among the most dangerous defects in software since it leads to exploitation, undefined and erroneous behavior
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
INT32-CPP | high | likely | high | P9 | L2 |
...