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-2026-49288 | Statamic cms 信息泄露漏洞 — cms | 4.3 | Medium | 2026-06-19 |
| CVE-2026-12620 | Microchip GridTime 3000 信息泄露漏洞 — GridTime 3000 | - | - | 2026-06-19 |
| CVE-2026-47633 | Microsoft Cost Management 信息泄露漏洞 — Microsoft Cost Management | 7.5 | High | 2026-06-18 |
| CVE-2026-12111 | codepeople Appointment Booking Calendar 信息泄露漏洞 — Appointment Booking Calendar | 4.3 | Medium | 2026-06-18 |
| CVE-2026-11357 | Nexcess Kadence Blocks — Gutenberg 信息泄露漏洞 — Kadence Blocks — Page Builder Toolkit for Gutenberg Editor | 4.3 | Medium | 2026-06-18 |
| CVE-2026-12120 | FirePlugins FireBox Popups – Increase Sales and Grow Your Email List 信息泄露漏洞 — FireBox Popups – Increase Sales and Grow Your Email List | 5.3 | Medium | 2026-06-18 |
| CVE-2026-50200 | SteeltoeOSS Steeltoe.Management.Endpoint 信息泄露漏洞 — Steeltoe.Management.Endpoint | 7.5 | High | 2026-06-17 |
| CVE-2026-47340 | Apache dolphinscheduler 信息泄露漏洞 — Apache DolphinScheduler | - | - | 2026-06-17 |
| CVE-2026-12117 | Devolutions Server 信息泄露漏洞 — Devolutions Server | - | - | 2026-06-16 |
| CVE-2026-12203 | HKUDS AI-Trader 信息泄露漏洞 — AI-Trader | 5.3 | Medium | 2026-06-15 |
| CVE-2026-49397 | Nezha Monitoring 信息泄露漏洞 — nezha | 5.3 | Medium | 2026-06-12 |
| CVE-2026-47124 | nezhahq nezha 信息泄露漏洞 — nezha | 6.5 | Medium | 2026-06-12 |
| CVE-2026-54396 | MISP 信息泄露漏洞 — misp | - | - | 2026-06-12 |
| CVE-2026-47264 | Discourse 信息泄露漏洞 — discourse | 5.3 | Medium | 2026-06-12 |
| CVE-2026-47263 | Discourse 信息泄露漏洞 — discourse | 4.3 | Medium | 2026-06-12 |
| CVE-2026-44785 | Discourse 信息泄露漏洞 — discourse | 4.3 | Medium | 2026-06-12 |
| CVE-2026-44784 | Discourse 信息泄露漏洞 — discourse | 6.5 | Medium | 2026-06-12 |
| CVE-2026-44782 | Discourse 信息泄露漏洞 — discourse | 4.3 | Medium | 2026-06-12 |
| CVE-2026-44780 | Discourse 信息泄露漏洞 — discourse | 4.3 | Medium | 2026-06-12 |
| CVE-2026-44779 | Discourse 信息泄露漏洞 — discourse | 4.3 | Medium | 2026-06-12 |
| CVE-2026-44786 | Discourse 信息泄露漏洞 — discourse | 7.5 | High | 2026-06-12 |
| CVE-2026-53725 | Parse Platform Parse Server 信息泄露漏洞 — parse-server | - | - | 2026-06-12 |
| CVE-2026-6046 | Mattermost 信息泄露漏洞 — Mattermost | 5.3 | Medium | 2026-06-12 |
| CVE-2026-3433 | Mattermost 信息泄露漏洞 — Mattermost | 4.3 | Medium | 2026-06-12 |
| CVE-2026-50009 | Netty 信息泄露漏洞 — netty | 4.8 | Medium | 2026-06-12 |
| CVE-2026-44206 | Frappe 信息泄露漏洞 — frappe | - | - | 2026-06-12 |
| CVE-2026-45536 | Netty 信息泄露漏洞 — netty | 4.0 | Medium | 2026-06-12 |
| CVE-2026-47177 | Quest Bot 信息泄露漏洞 — quest-bot | - | - | 2026-06-11 |
| CVE-2026-47176 | Quest Bot 信息泄露漏洞 — quest-bot | - | - | 2026-06-11 |
| CVE-2026-44486 | Axios 信息泄露漏洞 — axios | 7.5 | High | 2026-06-11 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。