CWE-1158: SEI CERT C Coding Standard - Guidelines 04. Integers (INT)

ID CWE-1158
Status Stable
Weaknesses in this category are related to the rules and recommendations in the Integers (INT) section of the SEI CERT C Coding Standard.

Relationships

View Weakness
# ID Name # ID Name Abstraction Structure Status
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-190 Integer Overflow or Wraparound Base Simple Stable
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-131 Incorrect Calculation of Buffer Size Base Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-191 Integer Underflow (Wrap or Wraparound) Base Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-680 Integer Overflow to Buffer Overflow Compound Chain Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-192 Integer Coercion Error Variant Simple Incomplete
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-197 Numeric Truncation Error Base Simple Incomplete
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-681 Incorrect Conversion between Numeric Types Base Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-704 Incorrect Type Conversion or Cast Class Simple Incomplete
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-194 Unexpected Sign Extension Variant Simple Incomplete
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-195 Signed to Unsigned Conversion Error Variant Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-369 Divide By Zero Base Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-682 Incorrect Calculation Pillar Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-758 Reliance on Undefined, Unspecified, or Implementation-Defined Behavior Class Simple Incomplete
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-587 Assignment of a Fixed Address to a Pointer Variant Simple Draft
Loading...
Loading...