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

目标: 1000 元 · 已筹: 1336

100%

CWE-221 信息丢失或遗漏 类漏洞列表 1

CWE-221 信息丢失或遗漏 类弱点 1 条 CVE 漏洞汇总,含 AI 中文分析。

MITRE CWE 官方描述
The product does not record, or improperly records, security-relevant information that leads to an incorrect decision or hampers later analysis.
常见影响 (1)
Non-Repudiation Hide Activities
代码示例 (1)
This code logs suspicious multiple login attempts.
function login($userName,$password){ if(authenticate($userName,$password)){ return True; } else{ incrementLoginAttempts($userName); if(recentLoginAttempts($userName) > 5){ writeLog("Failed login attempt by User: " . $userName . " at " + date('r') ); } } }
Bad · PHP
CVE ID 标题 CVSS 风险等级 Published
CVE-2025-62306 HCL IntelliOps Event Management 存在多处安全漏洞 — IEM 5.0 Medium 2026-08-20

CWE-221(信息丢失或遗漏) 是常见的弱点类别,本平台收录该类弱点关联的 1 条 CVE 漏洞。