CWE-466 在预期范围外返回指针值

Return of Pointer Value Outside of Expected Range

结构: Simple

Abstraction: Base

状态: Draft

被利用可能性: unkown

基本描述

A function can return a pointer to memory that is outside of the buffer that the pointer is expected to reference.

相关缺陷

  • cwe_Nature: ChildOf cwe_CWE_ID: 119 cwe_View_ID: 1000 cwe_Ordinal: Primary

  • cwe_Nature: ChildOf cwe_CWE_ID: 20 cwe_View_ID: 700 cwe_Ordinal: Primary

适用平台

Language: [{'cwe_Name': 'C', 'cwe_Prevalence': 'Undetermined'}, {'cwe_Name': 'C++', 'cwe_Prevalence': 'Undetermined'}]

常见的影响

范围 影响 注释
['Confidentiality', 'Integrity'] ['Read Memory', 'Modify Memory']

Notes

分类映射

映射的分类名 ImNode ID Fit Mapped Node Name
7 Pernicious Kingdoms Illegal Pointer Value
Software Fault Patterns SFP1 Glitch in computation

引用