CWE-923Improper Restriction of Communication Channel to Intended Endpoints

PUBLISHEDweakness record
released 2013-07-17 · last modified 2025-12-11

Metadata

CWE ID:
CWE-923
摘要:
Class
结构:
Simple
状态:
Incomplete
发布日期:
2013-07-17
更新日期:
2025-12-11

名称

Improper Restriction of Communication Channel to Intended Endpoints

描述

The product establishes a communication channel to (or from) an endpoint for privileged or protected operations, but it does not properly ensure that it is communicating with the correct endpoint.

Attackers might be able to spoof the intended endpoint from a different system or process, thus gaining the same level of access as the intended endpoint. While this issue frequently involves authentication between network-based clients and servers, other types of communication channels and endpoints can have this weakness.

常见后果

范围:
Integrity, Confidentiality
影响:
Gain Privileges or Assume Identity
注释:
If an attacker can spoof the endpoint, the attacker gains all the privileges that were intended for the original endpoint.

相关 CWE