...
CERT C++ Secure Coding Standard | STR31-CPP. Guarantee that storage for character arrays has sufficient space for character data and the null terminator | ||
ISO/IEC TR 1796124772 | String termination [CJM] Buffer overflow in heap [XYB] Buffer overflow in stack [XYW] | ||
ISO/IEC TS 17961 (Draft) | Using a tainted value to write to an object using a formatted input or output function [taintformatio] | ISO/IEC TR 24772 | String termination [CJM] Buffer overflow in heap [XYB] Buffer overflow in stack [XYW] |
MITRE CWE | CWE-119, Failure to constrain operations within the bounds of an allocated memory buffer CWE-120, Buffer copy without checking size of input ("classic buffer overflow") CWE-193, Off-by-one error |
...