CWE一覧に戻る
CWE-207

同等製品との観察可能な行動の不一致

Observable Behavioral Discrepancy With Equivalent Products
脆弱性 レビュー中
JA

その製品は、その存在や特定の身元が知られてはならない環境で動作するが、攻撃者が観察可能な方法で、同等の機能を持つ他の製品とは異なる動作をする。

多くの種類の製品では、ウェブ・サーバー、ネットワーク・インターフェイス、侵入検知システムなど、同じ機能を実行する複数の製品が利用可能な場合がある。 攻撃者はしばしば「フィンガープリンティング」を行い、どの特定の製品が使用されているかを特定するために不一致を利用する。 特定の製品が特定されると、攻撃はよりカスタマイズされた効率的なものになる。 多くの場合、組織は意図的に特定の製品を特定できるようにしているかもしれない。 しかし、環境によっては、特定の製品を識別することは許されず、すべての製品がまったく同じように動作することが期待される場合もある。 このような制限の多い環境では、製品のベンダー、モデル、コンフィギュレーション、バージョンなどの特定が容易になるのであれば、挙動の違いは容認できないリスクをもたらすかもしれない。

EN

The product operates in an environment in which its existence or specific identity should not be known, but it behaves differently than other products with equivalent functionality, in a way that is observable to an attacker.

For many kinds of products, multiple products may be available that perform the same functionality, such as a web server, network interface, or intrusion detection system. Attackers often perform "fingerprinting," which uses discrepancies in order to identify which specific product is in use. Once the specific product has been identified, the attacks can be made more customized and efficient. Often, an organization might intentionally allow the specific product to be identifiable. However, in some environments, the ability to identify a distinct product is unacceptable, and it is expected that every product would behave in exactly the same way. In these more restricted environments, a behavioral difference might pose an unacceptable risk if it makes it easier to identify the product's vendor, model, configuration, version, etc.

Scope: Confidentiality, Access Control / Impact: Read Application Data; Bypass Protection Mechanism
MITRE公式ページ — CWE-207