CWE-454External Initialization of Trusted Variables or Data Stores

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

Metadata

CWE ID:
CWE-454
摘要:
Base
结构:
Simple
状态:
Draft
发布日期:
2006-07-19
更新日期:
2025-12-11

名称

External Initialization of Trusted Variables or Data Stores

描述

The product initializes critical internal variables or data stores using inputs that can be modified by untrusted actors.

A product system should be reluctant to trust variables that have been initialized outside of its trust boundary, especially if they are initialized by users. The variables may have been initialized incorrectly. If an attacker can initialize the variable, then they can influence what the vulnerable system will do.

常见后果

范围:
Integrity
影响:
Modify Application Data
注释:
An attacker could gain access to and modify sensitive data or system information.

相关 CWE