CWE一覧に戻る
CWE-288

代替パスまたはチャネルを使用した認証バイパス

Authentication Bypass Using an Alternate Path or Channel
脆弱性 作成中
JA

製品は認証を必要とするが、製品には認証を必要としない代替パスまたはチャネルがある。

EN

The product requires authentication, but the product has an alternate path or channel that does not require authentication.

Scope: Access Control / Impact: Bypass Protection Mechanism
Funnel all access through a single choke point to simplify how users can access a resource. For every access, perform a check to determine if the user has permissions to access the resource.
MITRE公式ページ — CWE-288