CWE-496Public Data Assigned to Private Array-Typed Field

PUBLISHEDweakness record
released 2006-07-19 · last modified 2025-12-11

Metadata

CWE ID:
CWE-496
摘要:
Variant
结构:
Simple
状态:
Incomplete
发布日期:
2006-07-19
更新日期:
2025-12-11

名称

Public Data Assigned to Private Array-Typed Field

描述

Assigning public data to a private array is equivalent to giving public access to the array.

常见后果

范围:
Integrity
影响:
Modify Application Data
注释:
The contents of the array can be modified from outside the intended scope.

相关 CWE