Versions Compared

Key

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

...

Code Block
static char fname[] = "/tmp/edXXXXXX";

mktemp(fname);

Consequences

Priority: P9 Level: L1

Modifying string literals and lead to abnormal program termination and can be used in denialAbnormal program termination.
Denial-of-service attack.attacks.

Component

Value

Severity

1 (low)

Likelihood

3 (likely)

Remediation cost

3 (low)

References