CWE-1038Insecure Automated Optimizations

PUBLISHEDweakness recordLow
released 2018-03-29 · last modified 2025-12-11

Metadata

CWE ID:
CWE-1038
摘要:
Class
结构:
Simple
状态:
Draft
发布日期:
2018-03-29
更新日期:
2025-12-11

名称

Insecure Automated Optimizations

描述

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.

常见后果

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

相关 CWE