CWE-200 信息暴露 类弱点 2886 条 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-2026-47176 | Quest Bot 信息泄露漏洞 — quest-bot | - | - | 2026-06-11 |
| CVE-2026-44486 | Axios 信息泄露漏洞 — axios | 7.5 | High | 2026-06-11 |
| CVE-2026-53912 | Cerebrate 信息泄露漏洞 — cerebrate | - | - | 2026-06-11 |
| CVE-2026-47165 | ImageMagick 信息泄露漏洞 — ImageMagick | 4.1 | Medium | 2026-06-10 |
| CVE-2026-48855 | Erlang/OTP 信息泄露漏洞 — OTP | - | - | 2026-06-10 |
| CVE-2026-42973 | Microsoft Windows Push Notifications 信息泄露漏洞 — Windows 10 Version 1607 | 5.5 | Medium | 2026-06-09 |
| CVE-2026-42970 | Microsoft Windows Push Notifications 信息泄露漏洞 — Windows 10 Version 1607 | 5.5 | Medium | 2026-06-09 |
| CVE-2026-42971 | Microsoft Windows Push Notifications 信息泄露漏洞 — Windows 10 Version 1607 | 5.5 | Medium | 2026-06-09 |
| CVE-2026-42972 | Microsoft Hyper-V 信息泄露漏洞 — Windows 10 Version 1607 | 5.5 | Medium | 2026-06-09 |
| CVE-2026-42907 | Microsoft Windows Shell 信息泄露漏洞 — Windows 10 Version 1809 | 6.5 | Medium | 2026-06-09 |
| CVE-2026-42906 | Microsoft Windows Shell 信息泄露漏洞 — Windows 10 Version 21H2 | 5.5 | Medium | 2026-06-09 |
| CVE-2026-47284 | Microsoft Visual Studio Code 信息泄露漏洞 — Visual Studio Code | 6.5 | Medium | 2026-06-09 |
| CVE-2026-45594 | Microsoft Windows 信息泄露漏洞 — Windows 10 Version 1607 | 5.5 | Medium | 2026-06-09 |
| CVE-2026-50508 | Microsoft Windows 信息泄露漏洞 — Windows 10 Version 1607 | 6.5 | Medium | 2026-06-09 |
| CVE-2026-0411 | NETGEAR Routers 信息泄露漏洞 — RBE970 | - | - | 2026-06-09 |
| CVE-2026-7542 | WordPress plugin Slider Revolution 信息泄露漏洞 — Slider Revolution | 6.5 | Medium | 2026-06-09 |
| CVE-2026-34905 | Apache Answer 信息泄露漏洞 — Apache Answer | - | - | 2026-06-09 |
| CVE-2026-41980 | Huawei HarmonyOS 信息泄露漏洞 — HarmonyOS | 5.5 | Medium | 2026-06-09 |
| CVE-2026-46443 | Flowise 信息泄露漏洞 — Flowise | - | - | 2026-06-08 |
| CVE-2026-11464 | JeecgBoot 访问控制错误漏洞 — JeecgBoot | 3.1 | Low | 2026-06-07 |
| CVE-2026-11459 | SecureAge CatchPulse 访问控制错误漏洞 — CatchPulse | 3.3 | Low | 2026-06-07 |
| CVE-2026-11458 | JeeWMS 访问控制错误漏洞 — JeeWMS | 5.3 | Medium | 2026-06-07 |
| CVE-2026-45300 | Async Http Client 信息泄露漏洞 — async-http-client | 7.4 | High | 2026-06-05 |
| CVE-2026-46395 | HAXCMS 安全漏洞 — haxcms-nodejs | - | - | 2026-06-05 |
| CVE-2026-47655 | Microsoft Graph 信息泄露漏洞 — Microsoft Graph | 6.5 | Medium | 2026-06-04 |
| CVE-2026-45739 | Strawberry GraphQL 安全漏洞 — strawberry | 3.1 | Low | 2026-06-04 |
| CVE-2026-10864 | MISP 安全漏洞 — misp | - | - | 2026-06-04 |
| CVE-2026-10854 | MISP 安全漏洞 — misp | - | - | 2026-06-04 |
| CVE-2026-50224 | Acer M6E 安全漏洞 — Connect M6E 5G Portable WiFi Router | - | - | 2026-06-04 |
| CVE-2026-50210 | Acer M6E 安全漏洞 — Connect M6E 5G Portable WiFi Router | - | - | 2026-06-04 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 2886 条 CVE 漏洞。