CWE-360Trust of System Event Data

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

Metadata

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

名称

Trust of System Event Data

描述

Security based on event locations are insecure and can be spoofed.

Events are a messaging system which may provide control data to programs listening for events. Events often do not have any type of authentication framework to allow them to be verified from a trusted source. Any application, in Windows, on a given desktop can send a message to any window on the same desktop. There is no authentication framework for these messages. Therefore, any message can be used to manipulate any process on the desktop if the process does not check the validity and safeness of those messages.

常见后果

范围:
Integrity, Confidentiality, Availability, Access Control
影响:
Gain Privileges or Assume Identity, Execute Unauthorized Code or Commands
注释:
If one trusts the system-event information and executes commands based on it, one could potentially take actions based on a spoofed identity.

相关 CWE