CWE-1089 - Large Data Table with Excessive Number of Indices
- 摘要:Base
- 结构:Simple
- 状态:Incomplete
- 发布日期:2019-01-03
- 更新日期:2025-12-11
名称
Large Data Table with Excessive Number of Indices
描述
The product uses a large data table that contains an excessively large number of indices.
While the interpretation of "large data table" and "excessively large number of indices" may vary for each product or developer, CISQ recommends a default threshold of 1000000 rows for a "large" table and a default threshold of 3 indices.
常见后果
范围:Other
影响:Reduce Performance
注释:This issue can make the product perform more slowly. If the relevant code is reachable by an attacker, then this performance problem might introduce a vulnerability.