CWE-200 信息暴露 类弱点 3396 条 CVE 漏洞汇总,含 AI 中文分析。
CWE-200 指产品向未授权主体暴露敏感信息,属于信息泄露类漏洞。攻击者常通过未加密通信、错误日志记录或调试接口获取密钥、用户数据等机密内容。开发者应避免在日志中记录敏感字段,实施最小权限原则,对传输数据进行加密,并严格限制调试模式的访问权限,从而有效防止信息被非法窃取。
my $username=param('username'); my $password=param('password'); if (IsValidUsername($username) == 1) { if (IsValidPassword($username, $password) == 1) { print "Login Successful"; } else { print "Login Failed - incorrect password"; } } else { print "Login Failed - unknown username"; }
"Login Failed - incorrect username or password"
try { openDbConnection(); } //print exception message that includes exception message and configuration file location catch (Exception $e) { echo 'Caught exception: ', $e->getMessage(), '\n'; echo 'Check credentials in config file at: ', $Mysql_config_location, '\n'; }
| CVE ID | 标题 | CVSS | 风险等级 | Published |
|---|---|---|---|---|
| CVE-2025-22607 | Coolify 安全漏洞 — coolify | 6.5 | - | 2025-01-24 |
| CVE-2024-52975 | Elastic Fleet Server 信息泄露漏洞 — Fleet Server | 9.0 | Critical | 2025-01-23 |
| CVE-2024-43707 | Elastic Kibana 信息泄露漏洞 — Kibana | 7.7 | High | 2025-01-23 |
| CVE-2025-23047 | Cilium 信息泄露漏洞 — cilium | 6.5 | Medium | 2025-01-22 |
| CVE-2025-24011 | Umbraco 信息泄露漏洞 — Umbraco-CMS | 5.3 | Medium | 2025-01-21 |
| CVE-2025-0318 | WordPress plugin Ultimate Member 信息泄露漏洞 — Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin | 5.3 | Medium | 2025-01-18 |
| CVE-2024-12142 | Schneider Electric Modicon M340 信息泄露漏洞 — Modicon M340 processors (part numbers BMXP34*) | 8.6 | High | 2025-01-17 |
| CVE-2024-12637 | WordPress plugin Moving Users 信息泄露漏洞 — Moving Users | 5.3 | Medium | 2025-01-17 |
| CVE-2024-56136 | Zulip server 信息泄露漏洞 — zulip | 5.3 | - | 2025-01-16 |
| CVE-2025-0472 | PMB platform 信息泄露漏洞 — PMB platform | 7.5 | High | 2025-01-16 |
| CVE-2025-0481 | D-Link DIR-878 安全漏洞 — DIR-878 | 5.3 | Medium | 2025-01-15 |
| CVE-2025-23074 | MediaWiki 信息泄露漏洞 — Mediawiki - SocialProfile Extension | 9.1 | - | 2025-01-14 |
| CVE-2025-23073 | Mediawiki GlobalBlocking Extension 信息泄露漏洞 — Mediawiki - GlobalBlocking Extension | 7.5 | - | 2025-01-14 |
| CVE-2024-50338 | Git Credential Manager 信息泄露漏洞 — git-credential-manager | 7.4 | High | 2025-01-14 |
| CVE-2025-21308 | Microsoft Windows 信息泄露漏洞 — Windows 10 Version 1507 | 6.5 | Medium | 2025-01-14 |
| CVE-2025-21242 | Microsoft Windows Kerberos 信息泄露漏洞 — Windows 10 Version 1507 | 5.9 | Medium | 2025-01-14 |
| CVE-2025-21214 | Microsoft Windows BitLocker 信息泄露漏洞 — Windows 10 Version 1507 | 4.2 | Medium | 2025-01-14 |
| CVE-2024-12008 | WordPress plugin W3 Total Cache 信息泄露漏洞 — W3 Total Cache | 5.3 | Medium | 2025-01-14 |
| CVE-2025-22138 | QPixel 信息泄露漏洞 — qpixel | 4.3 | - | 2025-01-13 |
| CVE-2025-22828 | Apache CloudStack 安全漏洞 — Apache CloudStack | 4.2 | - | 2025-01-13 |
| CVE-2025-0403 | reggie 路径遍历漏洞 — reggie | 5.3 | Medium | 2025-01-13 |
| CVE-2024-42179 | HCL DRYiCE MyXalytics 安全漏洞 — DRYiCE MyXalytics | 2.0 | Low | 2025-01-12 |
| CVE-2025-21592 | Juniper Networks Junos OS SRX 信息泄露漏洞 — Junos OS | 5.5 | Medium | 2025-01-09 |
| CVE-2023-24012 | SROS 2 安全漏洞 — DDS | 8.2 | High | 2025-01-09 |
| CVE-2023-24011 | SROS 2 安全漏洞 — DDS | 8.2 | High | 2025-01-09 |
| CVE-2023-24010 | SROS 2 安全漏洞 — DDS | 8.2 | High | 2025-01-09 |
| CVE-2024-12584 | WordPress plugin Xpro Addons For Elementor 信息泄露漏洞 — Xpro Addons — 140+ Widgets for Elementor | 4.3 | Medium | 2025-01-08 |
| CVE-2024-56443 | Huawei HarmonyOS 信息泄露漏洞 — HarmonyOS | 6.2 | Medium | 2025-01-08 |
| CVE-2024-12426 | LibreOffice 信息泄露漏洞 — LibreOffice | 6.5 | - | 2025-01-07 |
| CVE-2024-12532 | WordPress plugin BWD Elementor Addons 信息泄露漏洞 — BWD Elementor Addons | 4.3 | Medium | 2025-01-07 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。