CWE-779Logging of Excessive Data

PUBLISHEDweakness recordLow
released 2009-07-27 · last modified 2025-12-11

Metadata

CWE ID:
CWE-779
摘要:
Base
结构:
Simple
状态:
Draft
发布日期:
2009-07-27
更新日期:
2025-12-11

名称

Logging of Excessive Data

描述

The product logs too much information, making log files hard to process and possibly hindering recovery efforts or forensic analysis after an attack.

While logging is a good practice in general, and very high levels of logging are appropriate for debugging stages of development, too much logging in a production environment might hinder a system administrator's ability to detect anomalous conditions. This can provide cover for an attacker while attempting to penetrate a system, clutter the audit trail for forensic analysis, or make it more difficult to debug problems in a production environment.

常见后果

范围:
Availability
影响:
DoS: Resource Consumption (CPU), DoS: Resource Consumption (Other)
注释:
Log files can become so large that they consume excessive resources, such as disk and CPU, which can hinder the performance of the system.
范围:
Non-Repudiation
影响:
Hide Activities
注释:
Logging too much information can make the log files of less use to forensics analysts and developers when trying to diagnose a problem or recover from an attack.
范围:
Non-Repudiation
影响:
Hide Activities
注释:
If system administrators are unable to effectively process log files, attempted attacks may go undetected, possibly leading to eventual system compromise.

相关 CWE