ID: 1161 Status: Stable
Weaknesses in this category are related to the rules and recommendations in the Characters and Strings (STR) section of the SEI CERT C Coding Standard.
ID | NAME |
---|---|
CWE-120 | 未进行输入大小检查的缓冲区拷贝(传统缓冲区溢出) |
CWE-119 | 内存缓冲区边界内操作的限制不恰当 |
CWE-121 | 栈缓冲区溢出 |
CWE-122 | 堆缓冲区溢出 |
CWE-123 | 任意地址可写任意内容条件 |
CWE-125 | 跨界内存读 |
CWE-676 | 潜在危险函数的使用 |
CWE-170 | 不恰当的空终结符 |
CWE-704 | 不正确的类型转换 |
REF-605 SEI CERT C Coding Standard : Rule 07. Characters and Strings (STR) REF-985 SEI CERT C Coding Standard : Rec 07. Characters and Strings (STR)