CWE-831: Signal Handler Function Associated with Multiple Signals

Variant Incomplete Simple

CWE版本: 4.18

更新日期: 2025-09-09

弱点描述

The product defines a function that is used as a handler for more than one signal.

常见后果

影响范围: Availability Integrity Confidentiality Access Control Other

技术影响: DoS: Crash, Exit, or Restart Execute Unauthorized Code or Commands Read Application Data Gain Privileges or Assume Identity Bypass Protection Mechanism Varies by Context

说明: The most common consequence will be a corruption of the state of the product, possibly leading to a crash or exit. However, if the signal handler is operating on state variables for security relevant libraries or protection mechanisms, the consequences can be far more severe, including protection mechanism bypass, privilege escalation, or information exposure.

关键信息

CWE ID: CWE-831

抽象级别: Variant

结构: Simple

状态: Incomplete

相关弱点