CWE一覧に戻る
CWE-407

非効率的なアルゴリズムの複雑さ

Inefficient Algorithmic Complexity
脆弱性 作成中
JA

製品に含まれるアルゴリズムには、非効率的なワーストケースの計算複雑度があり、システム性能に悪影響を及ぼす可能性があります。また、攻撃者は、通常、ワーストケースに確実に到達するように細工した操作を使ってトリガーすることができます。

EN

An algorithm in a product has an inefficient worst-case computational complexity that may be detrimental to system performance and can be triggered by an attacker, typically using crafted manipulations that ensure that the worst case is being reached.

Scope: Availability / Impact: DoS: Resource Consumption (CPU); DoS: Resource Consumption (Memory); DoS: Resource Consumption (Other)
MITRE公式ページ — CWE-407