CWE-1038 不安全的自动优化

Insecure Automated Optimizations

结构: Simple

Abstraction: Class

状态: Draft

被利用可能性: Low

基本描述

The product uses a mechanism that automatically optimizes code, e.g. to improve a characteristic such as performance, but the optimizations can have an unintended side effect that might violate an intended security assumption.

相关缺陷

  • cwe_Nature: ChildOf cwe_CWE_ID: 435 cwe_View_ID: 1000 cwe_Ordinal: Primary

  • cwe_Nature: ChildOf cwe_CWE_ID: 758 cwe_View_ID: 1000

适用平台

Language: {'cwe_Class': 'Language-Independent', 'cwe_Prevalence': 'Undetermined'}

常见的影响

范围 影响 注释
Integrity Alter Execution Logic The optimizations alter the order of execution resulting in side effects that were not intended by the original developer.