CWE一覧に戻る
CWE-1049

大きなデータテーブルにおける過剰なデータクエリー操作

Excessive Data Query Operations in a Large Data Table
脆弱性 作成中
JA

この製品は、大規模なデータ・テーブルに対して、多数の結合とサブクエリを含むデータ・クエリ
クエリを実行します。

大規模データテーブル」と「多数の結合またはサブクエリ」の解釈は製品や開発者によって異なるかもしれないが、CISQは「大規模」データテーブルのデフォルトを100万行、デフォルトの最小結合数を5回、デフォルトの最小サブクエリ数を3回とすることを推奨している。

EN

The product performs a data query with a large number of joins
and sub-queries on a large data table.

While the interpretation of "large data table" and "large number of joins or sub-queries" may vary for each product or developer, CISQ recommends a default of 1 million rows for a "large" data table, a default minimum of 5 joins, and a default minimum of 3 sub-queries.

Scope: Other / Impact: Reduce Performance
MITRE公式ページ — CWE-1049