Category-738: CERT C Secure Coding Standard (2008) Chapter 5 - Integers (INT)

ID: 738 Status: Obsolete

Summary

Weaknesses in this category are related to the rules and recommendations in the Integers (INT) chapter of the CERT C Secure Coding Standard (2008).

Membership

ID NAME
CWE-129 对数组索引的验证不恰当
CWE-190 整数溢出或超界折返
CWE-192 整数强制转换错误
CWE-197 数值截断错误
CWE-20 输入验证不恰当
CWE-369 除零错误
CWE-466 在预期范围外返回指针值
CWE-587 将一个固定地址复制给指针
CWE-606 循环条件输入未经检查
CWE-676 潜在危险函数的使用
CWE-681 数值类型间的不正确转换
CWE-682 数值计算不正确

Notes

Relationship

References

REF-597 The CERT C Secure Coding Standard