CWE-1320Improper Protection for Outbound Error Messages and Alert Signals

PUBLISHEDweakness record
released 2020-12-10 · last modified 2025-12-11

Metadata

CWE ID:
CWE-1320
摘要:
Base
结构:
Simple
状态:
Draft
发布日期:
2020-12-10
更新日期:
2025-12-11

名称

Improper Protection for Outbound Error Messages and Alert Signals

描述

Untrusted agents can disable alerts about signal conditions exceeding limits or the response mechanism that handles such alerts.

Hardware sensors are used to detect whether a device is operating within design limits. The threshold values for these limits are set by hardware fuses or trusted software such as a BIOS. Modification of these limits may be protected by hardware mechanisms. When device sensors detect out of bound conditions, alert signals may be generated for remedial action, which may take the form of device shutdown or throttling. Warning signals that are not properly secured may be disabled or used to generate spurious alerts, causing degraded performance or denial-of-service (DoS). These alerts may be masked by untrusted software. Examples of these alerts involve thermal and power sensor alerts.

常见后果

范围:
Availability
影响:
DoS: Instability, DoS: Crash, Exit, or Restart, Reduce Reliability, Unexpected State

相关 CWE