CWE一覧に戻る
CWE-694

識別子が重複する複数のリソースの使用

Use of Multiple Resources with Duplicate Identifier
脆弱性 作成中
JA

この製品は、一意な識別子が要求される状況で、同じ識別子を持ちうる複数のリソースを使用する。

製品が各リソースに一意な識別子があると仮定している場合、攻撃者が複数のリソースを同じ識別子に関連付けさせることができれば、製品は誤ったリソースで動作する可能性がある。

EN

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.

Scope: Access Control / Impact: Bypass Protection Mechanism
Scope: Other / Impact: Quality Degradation
Where possible, use unique identifiers. If non-unique identifiers are detected, then do not operate any resource with a non-unique identifier and report the error appropriately.
MITRE公式ページ — CWE-694