...
Tool | Version | Checker | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Astrée |
| Supported via stubbing/taint analysis | |||||||||||||
| Axivion Bauhaus Suite |
| CertC-FIO30 | Partially implemented | ||||||||||||
| CodeSonar |
| IO.INJ.FMT | Format string injection | ||||||||||||
| Compass/ROSE | |||||||||||||||
| Coverity |
| TAINTED_STRING | Implemented | ||||||||||||
| GCC |
| Can detect violations of this rule when the | |||||||||||||
| Helix QAC |
| ||||||||||||||
| Klocwork |
| ||||||||||||||
| LDRA tool suite |
| 86 D | Partially Implemented | ||||||||||||
| Parasoft C/C++test |
| CERT_C-FIO30-a | Avoid calling functions printf/wprintf with only one argument other than string constant | ||||||||||||
| PC-lint Plus |
| 592 | Partially supported: reports non-literal format strings | ||||||||||||
| Polyspace Bug Finder |
| CERT C: Rule FIO30-C | Checks for tainted string format (rule partially covered) | ||||||||||||
| PRQA QA-C |
| 4916, 4917, 4918 | |||||||||||||
| PRQA QA-C++ |
| 4916, 4917, 4918 | |||||||||||||
| PVS-Studio |
| V618 | |||||||||||||
| Splint |
| Helix QAC | | Include Page | Helix QAC_V | Helix QAC
|
Related Vulnerabilities
Two examples of format-string vulnerabilities resulting from a violation of this rule include Ettercap and Samba.
...