...
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
CTR50-CPP | High | Likely | High | P9 | L2 |
Automated Detection
Tool | Version | Checker | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Astrée |
| overflow_upon_dereference | |||||||||||||||||||
CodeSonar |
| LANG.MEM.BO | Buffer overrun | ||||||||||||||||||
Helix QAC |
| C++3139, C++3140 DF2891 | |||||||||||||||||||
Klocwork |
| ABV.ANY_SIZE_ARRAY ABV.GENERAL ABV.GENERAL.MULTIDIMENSION ABV.STACK STACK ABV.TAINTED SV.TAINTED.ALLOC_SIZE SV.TAINTED.CALL.INDEX_ACCESS SV.TAINTED.CALL.LOOP_BOUND SV.TAINTED.INDEX_ACCESS | |||||||||||||||||||
LDRA tool suite |
| 45 D, 47 S, 476 S, 489 S, 64 X, 66 X, 68 X, 69 X, 70 X, 71 X, 79 X | Partially implemented | ||||||||||||||||||
Parasoft C/C++test |
| STL-36 | CERT_CPP-CTR50-a | Guarantee that container indices are within the valid range | |||||||||||||||||
Polyspace Bug Finder |
| CERT C++: CTR50-CPP | Checks for:
Rule partially covered. | ||||||||||||||||||
PVS-Studio |
| PRQA QA-C | 4.1 | 3705, 3706, 3707 | PRQA QA-C++ | ||||||||||||||||
Include Page | PRQA QA-C++_V | PRQA QA-C++_V | 2891, 3051, 3139, 3140 | PVS-Studio | 6.22 | V781 |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...