Category-875: CERT C++ Secure Coding Section 07 - Characters and Strings (STR)

ID: 875 Status: Incomplete

Summary

Weaknesses in this category are related to rules in the Characters and Strings (STR) section of the CERT C++ Secure Coding Standard. Since not all rules map to specific weaknesses, this category may be incomplete.

Membership

ID NAME
CWE-119 内存缓冲区边界内操作的限制不恰当
CWE-120 未进行输入大小检查的缓冲区拷贝(传统缓冲区溢出)
CWE-170 不恰当的空终结符
CWE-193 Off-by-one错误
CWE-464 对数据结构哨兵域的增加
CWE-686 使用不正确参数类型的函数调用
CWE-704 不正确的类型转换
CWE-78 OS命令中使用的特殊元素转义处理不恰当(OS命令注入)
CWE-88 参数注入或修改

References

REF-854 07. Characters and Strings (STR)