CWE-1094 - Excessive Index Range Scan for a Data Resource

  • 摘要:Base
  • 结构:Simple
  • 状态:Incomplete
  • 发布日期:2019-01-03
  • 更新日期:2025-12-11

名称

Excessive Index Range Scan for a Data Resource

描述

The product contains an index range scan for a large data table, but the scan can cover a large number of rows.

While the interpretation of "large data table" and "excessive index range" may vary for each product or developer, CISQ recommends a threshold of 1000000 table rows and a threshold of 10 for the index range.

常见后果

范围: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.

相关 CWE