...
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
CTR53-CPP | High | Probable | High | P6 | L2 |
Automated Detection
Tool | Version | Checker | Description | |||||||
---|---|---|---|---|---|---|---|---|---|---|
Astrée |
| overflow_upon_dereference | ||||||||
CodeSonar |
| LANG.MEM.BO | Buffer Overrun | |||||||
Helix QAC |
| C++3802 | ||||||||
Parasoft C/C++test |
| CERT_CPP-CTR53-a | Do not use an iterator range that isn't really a range | |||||||
Polyspace Bug Finder |
| CERT C++_V: CTR53-CPP | Checks for invalid iterator range (rule partially covered). | |||||||
PVS-Studio3802 |
| V539, V662, V789 |
Related Vulnerabilities
In Fun with erase(), Chris Rohlf discusses the exploit potential of a program that calls vector::erase()
with invalid iterator ranges [Rohlf 2009].
...