1 vulnerabilities classified as CWE-221 (信息丢失或遗漏). AI Chinese analysis included.
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') ); } } }
| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2025-62306 | HCL IntelliOps Event Management is affected by multiple security vulnerabilities. — IEM | 5.0 | Medium | 2026-08-20 |
Vulnerabilities classified as CWE-221 (信息丢失或遗漏) represent 1 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.