
...
Incorrectly using a variadic function can result in abnormal program termination, unintended information disclosure, or execution of arbitrary code.
Rule | Severity | Likelihood | Detectable | RepairableRemediation Cost | Priority | Level |
---|---|---|---|---|---|---|
DCL50-CPP | High | Probable | Yes | MediumNo | P12 | L1 |
Automated Detection
Tool | Version | Checker | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Astrée |
| function-ellipsis | Fully checked | |||||||||||
Axivion Bauhaus Suite |
| CertC++-DCL50 | ||||||||||||
Clang |
| cert-dcl50-cpp | Checked by clang-tidy . | |||||||||||
CodeSonar |
| LANG.STRUCT.ELLIPSIS
| Ellipsis | |||||||||||
Helix QAC |
| C++2012, C++2625 | ||||||||||||
Klocwork |
| MISRA.FUNC.VARARG | ||||||||||||
LDRA tool suite |
| 41 S | Fully Implemented | |||||||||||
Parasoft C/C++test |
| CERT_CPP-DCL50-a | Functions shall not be defined with a variable number of arguments | |||||||||||
Polyspace Bug Finder |
| CERT C++: DCL50-CPP | Checks for function definition with ellipsis notation (rule fully covered) | |||||||||||
RuleChecker |
| function-ellipsis | Fully checked | |||||||||||
Security Reviewer - Static Reviewer |
| UNSAFE_09 | Fully implemented | PRQA QA-C++ | Include Page | | PRQA QA-C++_V | PRQA QA-C++_V | 2012, 2625||||||
SonarQube C/C++ Plugin |
| FunctionEllipsis |
Related Vulnerabilities
Search for other vulnerabilities resulting from the violation of this rule on the CERT website.
...