Versions Compared

Key

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

...

The managed string library also provides a mechanism for dealing with data sanitization by (optionally) checking that all characters in a string belong to a predefined set of "safe" characters.

Priority: P6 Level: L1

String handling functions defined in C99 Section 7.21 and elsewhere are susceptible to common programming errors that can lead to serious, exploitable vulnerabilities. Managed strings, when used properly, can eliminate many of these errors--particularly in new development.

Component

Value

Severity

3 (medium)

Likelihood

2 (probable)

Remediation cost

1 (high)

References