CWE-694Use of Multiple Resources with Duplicate Identifier

PUBLISHEDweakness record
released 2008-09-09 · last modified 2025-12-11

Metadata

CWE ID:
CWE-694
摘要:
Base
结构:
Simple
状态:
Incomplete
发布日期:
2008-09-09
更新日期:
2025-12-11

名称

Use of Multiple Resources with Duplicate Identifier

描述

The product uses multiple resources that can have the same identifier, in a context in which unique identifiers are required.

If the product assumes that each resource has a unique identifier, the product could operate on the wrong resource if attackers can cause multiple resources to be associated with the same identifier.

常见后果

范围:
Access Control
影响:
Bypass Protection Mechanism
注释:
If unique identifiers are assumed when protecting sensitive resources, then duplicate identifiers might allow attackers to bypass the protection.
范围:
Other
影响:
Quality Degradation

相关 CWE