CWE一覧に戻る
CWE-1280

資産へのアクセス後に実施されるアクセス・コントロール・チェック

Access Control Check Implemented After Asset is Accessed
脆弱性 作成中
JA

製品のハードウェアベースのアクセス・コントロール・チェックは、資産にアクセスした後に行われる。

本製品は、ハードウェアベースのアクセス・コントロール・チェックを実装している。アセットへのアクセスは、チェックが成功した後でなければなりません。しかし、この操作が原子的ではなく、チェックが完了する前に資産にアクセスされた場合、システムのセキュリティが損なわれる可能性があります。

EN

A product's hardware-based access control check occurs after the asset has been accessed.

The product implements a hardware-based access control check. The asset should be accessible only after the check is successful. If, however, this operation is not atomic and the asset is accessed before the check is complete, the security of the system may be compromised.

Scope: Access Control, Confidentiality, Integrity / Impact: Modify Memory; Read Memory; Modify Application Data; Read Application Data; Gain Privileges or Assume Identity; Bypass Protection Mechanism
Implement the access control check first. Access should only be given to asset if agent is authorized.
MITRE公式ページ — CWE-1280