...
Note that the calls to fprintf()
and printf()
are C99 standard functions and not managed string functions.
Priority: P6 Level:
...
L2
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 (mediumhigh) |
Likelihood | 2 (probable) |
Remediation cost | 1 (high) |
...