CWE一覧に戻る
CWE-1230

メタデータによる機密情報の暴露

Exposure of Sensitive Information Through Metadata
脆弱性 作成中
JA

この製品は、機密情報を含むリソースへの直接アクセスを防止するが、元の機密情報から派生したメタデータへのアクセスを十分に制限しない。

開発者は、機密情報を含むデータベースやその他のリソースへの不正アクセスを正しく防止するかもしれないが、元の情報の一部がメタデータ、検索インデックス、統計レポート、その他のリソースにも記録されているかもしれないことを考慮していないかもしれない。 これらのリソースも制限されていない場合、攻撃者は元の情報の一部または全部を抽出できるかもしれないし、そうでなければ一部の詳細を推測できるかもしれない。 例えば、攻撃者は特定の人物に固有であることが分かっている検索語を指定したり、利用パターンを特定するためにアクティビティや作成日などのメタデータを閲覧したりすることができる。

EN

The product prevents direct access to a resource containing sensitive information, but it does not sufficiently limit access to metadata that is derived from the original, sensitive information.

Developers might correctly prevent unauthorized access to a database or other resource containing sensitive information, but they might not consider that portions of the original information might also be recorded in metadata, search indices, statistical reports, or other resources. If these resources are not also restricted, then attackers might be able to extract some or all of the original information, or otherwise infer some details. For example, an attacker could specify search terms that are known to be unique to a particular person, or view metadata such as activity or creation dates in order to identify usage patterns.

Scope: Confidentiality / Impact: Read Application Data
MITRE公式ページ — CWE-1230