Versions Compared

Key

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

...

Code Block
j = i;
j++;
func(i, j);

Priority: P8 Level: L2

Risk Assessment

Failure to properly null terminate null-terminated byte strings can result in buffer overflows and the execution of arbitrary code with the permissions of the vulnerable process by an attacker.

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

EXP30-C

2 (mediium)

Component

Value

Severity

2 (medium)

Likelihood

2 (probable) Remediation cost

2 (medium)

P8

L2

References