CWE-767Access to Critical Private Variable via Public Method

PUBLISHEDweakness record
released 2009-05-27 · last modified 2025-12-11

Metadata

CWE ID:
CWE-767
摘要:
Base
结构:
Simple
状态:
Incomplete
发布日期:
2009-05-27
更新日期:
2025-12-11

名称

Access to Critical Private Variable via Public Method

描述

The product defines a public method that reads or modifies a private variable.

If an attacker modifies the variable to contain unexpected values, this could violate assumptions from other parts of the code. Additionally, if an attacker can read the private variable, it may expose sensitive information or make it easier to launch further attacks.

常见后果

范围:
Integrity, Other
影响:
Modify Application Data, Other

相关 CWE