目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CWE-532 通过日志文件的信息暴露 类漏洞列表 660

CWE-532 通过日志文件的信息暴露 类弱点 660 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-532指将敏感信息写入日志文件的漏洞,属于信息泄露类安全风险。攻击者常通过读取服务器日志或访问日志存储位置,窃取密码、密钥或个人隐私数据,进而实施身份冒充或横向移动。开发者应避免在日志中记录明文凭证、会话令牌或敏感业务数据,采用数据脱敏、加密存储及严格的日志访问控制机制,确保仅记录必要的非敏感审计信息,从而降低数据泄露风险。

MITRE CWE 官方描述
CWE:CWE-532 将敏感信息写入日志文件 英文:The product writes sensitive information to a log file.
常见影响 (1)
ConfidentialityRead Application Data
Logging sensitive user data, full path names, or system information often provides attackers with an additional, less-protected path to acquiring the information.
缓解措施 (4)
Architecture and Design, ImplementationConsider seriously the sensitivity of the information written into log files. Do not write secrets into the log files.
DistributionRemove debug log files before deploying the application into production.
OperationProtect log files against unauthorized read/write.
ImplementationAdjust configurations appropriately when software is transitioned from a debug state to production.
代码示例 (2)
In the following code snippet, a user's full name and credit card number are written to a log file.
logger.info("Username: " + usernme + ", CCN: " + ccn);
Bad · Java
This code stores location information about the current user:
locationClient = new LocationClient(this, this, this); locationClient.connect(); currentUser.setLocation(locationClient.getLastLocation()); ... catch (Exception e) { AlertDialog.Builder builder = new AlertDialog.Builder(this); builder.setMessage("Sorry, this application has experienced an error."); AlertDialog alert = builder.create(); alert.show(); Log.e("ExampleActivity", "Caught exception: " + e + " While on User:" + User.toString()); }
Bad · Java
CVE ID标题CVSS风险等级Published
CVE-2026-46358 OpenBao 内联认证头部错误脱敏漏洞 — openbao 5.4 Medium2026-08-07
CVE-2026-0637 WSO2 API Manager 日志信息泄露漏洞 — WSO2 API Manager 4.4 Medium2026-08-06
CVE-2026-20289 Cisco RoomOS Software 日志信息泄露漏洞 — Cisco RoomOS Software 5.7 Medium2026-08-05
CVE-2026-12947 IBM App Connect Enterprise 日志信息泄露漏洞 — App Connect Enterprise 7.5 High2026-07-30
CVE-2026-44105 PHOENIX CONTACT CHARX SEC-3150 日志信息泄露漏洞 — CHARX SEC-3150 6.6 Medium2026-07-30
CVE-2026-14528 IBM WebSphere Application Server 日志信息泄露漏洞 — WebSphere Application Server 7.4 High2026-07-28
CVE-2026-1918 IBM Sterling B2B Integrator 日志信息泄露漏洞 — Sterling B2B Integrator 4.9 Medium2026-07-28
CVE-2026-64800 JetBrains GoLand 日志信息泄露漏洞 — GoLand 3.5 Low2026-07-23
CVE-2026-65589 n8n 日志信息泄露漏洞 — n8n 5.1 Medium2026-07-22
CVE-2026-62211 OpenClaw 日志信息泄露漏洞 — OpenClaw 5.0 Medium2026-07-17
CVE-2026-46514 Michael White Frogman 日志信息泄露漏洞 — frogman 6.5 Medium2026-07-16
CVE-2026-44969 dbt-labs dbt-mcp 日志信息泄露漏洞 — dbt-mcp 2.5 Low2026-07-16
CVE-2026-15737 Amazon Bedrock AgentCore SDK 日志信息泄露漏洞 — bedrock-agentcore 5.7 Medium2026-07-16
CVE-2026-40633 Dell PowerScale OneFS 日志信息泄露漏洞 — PowerScale OneFS 7.8 High2026-07-15
CVE-2026-50316 Microsoft Windows Kernel 日志信息泄露漏洞 — Windows 10 Version 21H2 5.5 Medium2026-07-14
CVE-2026-22098 EVbee DC-80 日志信息泄露漏洞 — DC-80--2026-07-13
CVE-2026-56459 HCL DevOps Deploy 日志信息泄露漏洞 — HCL DevOps Deploy / HCL Launch 6.2 Medium2026-07-09
CVE-2026-59947 Composer 日志信息泄露漏洞 — composer 4.7 Medium2026-07-08
CVE-2026-46467 Dell PowerProtect Data Domain 日志信息泄露漏洞 — PowerProtect Data Domain 5.8 Medium2026-07-03
CVE-2026-8482 Stormshield Network Security 日志信息泄露漏洞 — Stormshield Network Security 4.3 Medium2026-07-02
CVE-2026-54704 open-telemetry opentelemetry-java-instrumentation 日志信息泄露漏洞 — opentelemetry-java-instrumentation 6.5 Medium2026-07-01
CVE-2026-49088 Elastic Kibana 日志信息泄露漏洞 — Kibana 4.4 Medium2026-07-01
CVE-2026-12086 IBM UrbanCode Deploy 日志信息泄露漏洞 — UCD - IBM UrbanCode Deploy 6.2 Medium2026-06-30
CVE-2026-13750 Snowflake CLI 日志信息泄露漏洞 — Snowflake CLI 5.5 Medium2026-06-29
CVE-2026-56457 HCL DevOps Deploy 日志信息泄露漏洞 — HCL DevOps Deploy / HCL Launch 4.3 Medium2026-06-29
CVE-2025-59868 HCLSoftware Traveler for Microsoft Outlook 信息泄露漏洞 — Traveler for Microsoft Outlook 5.5 Medium2026-06-27
CVE-2026-9699 Mattermost 信息泄露漏洞 — Mattermost 6.8 Medium2026-06-26
CVE-2026-8330 GitLab 信息泄露漏洞 — GitLab 4.4 Medium2026-06-25
CVE-2026-12053 GitLab 信息泄露漏洞 — GitLab 8.6 High2026-06-25
CVE-2026-11820 Red Hat Enterprise Linux 10 日志信息泄露漏洞 — Red Hat Enterprise Linux 10 6.5 Medium2026-06-23

CWE-532(通过日志文件的信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 660 条 CVE 漏洞。