Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the integer exhibiting modulo behavior contributes to the value of an integer not marked as exhibiting modulo behavior, the resulting integer must obey this rule.

Risk Assessment

Improper range checking can lead to buffer overflows and the execution of arbitary code by an attacker.

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

INT36-C

2 (medium)

2 (probable)

2 (medium)

P8

L2

References

A test program for this rule is available.

...