CWE-200 信息暴露 Information Exposure 结构: Simple Abstraction: Class 状态: Draft 被利用可能性: High 基本描述 An infor...
CWE-202 通过数据查询的敏感数据暴露
CWE-202 通过数据查询的敏感数据暴露 Exposure of Sensitive Data Through Data Queries 结构: Simple Abstraction: Varian...
CWE-190 整数溢出或超界折返
CWE-190 整数溢出或超界折返 Integer Overflow or Wraparound 结构: Simple Abstraction: Base 状态: Stable 被利用可能性: Med...
CWE-192 整数强制转换错误
CWE-192 整数强制转换错误 Integer Coercion Error 结构: Simple Abstraction: Variant 状态: Incomplete 被利用可能性: Mediu...
CWE-194 未预期的符号扩展
CWE-194 未预期的符号扩展 Unexpected Sign Extension 结构: Simple Abstraction: Variant 状态: Incomplete 被利用可能性: Hi...
CWE-196 无符号至有符号转换错误
CWE-196 无符号至有符号转换错误 Unsigned to Signed Conversion Error 结构: Simple Abstraction: Variant 状态: Draft 被利...
CWE-474 使用具有不一致性实现的函数
CWE-474 使用具有不一致性实现的函数 Use of Function with Inconsistent Implementations 结构: Simple Abstraction: Base...
CWE-476 空指针解引用
CWE-476 空指针解引用 NULL Pointer Dereference 结构: Simple Abstraction: Base 状态: Stable 被利用可能性: Medium 基本描述 ...
CWE-478 在Switch语句中缺失缺省条件
CWE-478 在Switch语句中缺失缺省条件 Missing Default Case in Switch Statement 结构: Simple Abstraction: Variant 状态...
CWE-467 在指针类型上使用sizeof()
CWE-467 在指针类型上使用sizeof() Use of sizeof() on a Pointer Type 结构: Simple Abstraction: Variant 状态: Draft...
CWE-469 使用指针的减法来确定大小
CWE-469 使用指针的减法来确定大小 Use of Pointer Subtraction to Determine Size 结构: Simple Abstraction: Base 状态: D...
CWE-470 使用外部可控制的输入来选择类或代码(不安全的反射)
CWE-470 使用外部可控制的输入来选择类或代码(不安全的反射) Use of Externally-Controlled Input to Select Classes or Code ('Uns...
98