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-2023-2281 | Mattermost 信息泄露漏洞 — Mattermost | 3.1 | Low | 2023-04-25 |
| CVE-2023-23839 | SolarWinds Platform 信息泄露漏洞 — SolarWinds Platform | 6.5 | Medium | 2023-04-25 |
| CVE-2023-22577 | White Rabbit Switch 安全漏洞 — White Rabbit Switch | 9.8 | Critical | 2023-04-24 |
| CVE-2023-30611 | Discourse 信息泄露漏洞 — discourse-reactions | 4.3 | Medium | 2023-04-19 |
| CVE-2023-29517 | XWiki Platform 信息泄露漏洞 — xwiki-platform | 7.5 | High | 2023-04-18 |
| CVE-2023-26049 | Eclipse Jetty 信息泄露漏洞 — jetty.project | 2.4 | Low | 2023-04-18 |
| CVE-2023-22307 | Checkmk 安全漏洞 — Checkmk Appliance | 5.5 | Medium | 2023-04-18 |
| CVE-2023-30540 | Nextcloud 信息泄露漏洞 — security-advisories | 3.5 | Low | 2023-04-17 |
| CVE-2023-1831 | Mattermost 安全漏洞 — Mattermost | 7.2 | High | 2023-04-17 |
| CVE-2023-20866 | Spring Session 安全漏洞 — Spring Session | 6.5 | - | 2023-04-13 |
| CVE-2023-28271 | Microsoft Windows Kernel 安全漏洞 — Windows 10 Version 1809 | 5.5 | Medium | 2023-04-11 |
| CVE-2023-28221 | Microsoft Windows Error Reporting 安全漏洞 — Windows 10 Version 1809 | 7.0 | High | 2023-04-11 |
| CVE-2022-43951 | FortiNAC 安全漏洞 — FortiNAC | 4.8 | Medium | 2023-04-11 |
| CVE-2023-23588 | Siemens SIMATIC IPC DiagMonitor 信任管理问题漏洞 — SIMATIC IPC1047 | 6.2 | Medium | 2023-04-11 |
| CVE-2023-29111 | SAP Application Interface Framework 信息泄露漏洞 — Application Interface Framework (ODATA service) | 3.1 | Low | 2023-04-11 |
| CVE-2023-28765 | SAP BusinessObjects Business Intelligence Platform 信息泄露漏洞 — BusinessObjects Business Intelligence Platform (Promotion Management) | 9.8 | Critical | 2023-04-11 |
| CVE-2013-10024 | WordPress Plugin Exit Strategy 信息泄露漏洞 — Exit Strategy Plugin | 3.5 | Low | 2023-04-08 |
| CVE-2023-1858 | Earnings and Expense Tracker App 信息泄露漏洞 — Earnings and Expense Tracker App | 4.3 | Medium | 2023-04-05 |
| CVE-2023-0614 | samba 安全漏洞 — Samba | 6.5 | - | 2023-04-03 |
| CVE-2023-1790 | Simple Task Allocation System 安全漏洞 — Simple Task Allocation System | 4.3 | Medium | 2023-04-01 |
| CVE-2023-1777 | Mattermost 信息泄露漏洞 — Mattermost | 6.5 | Medium | 2023-03-31 |
| CVE-2023-1775 | Mattermost 信息泄露漏洞 — Mattermost | 4.3 | Medium | 2023-03-31 |
| CVE-2023-1769 | Grade Point Average GPA Calculator 安全漏洞 — Grade Point Average GPA Calculator | 4.3 | Medium | 2023-03-31 |
| CVE-2023-1258 | ABB Flow-X 信息泄露漏洞 — Flow-X | 5.3 | Medium | 2023-03-31 |
| CVE-2023-1680 | XunRuiCMS 安全漏洞 — CMS | 4.3 | Medium | 2023-03-29 |
| CVE-2022-48430 | JetBrains IntelliJ IDEA 安全漏洞 — IntelliJ IDEA | 5.5 | Medium | 2023-03-29 |
| CVE-2023-1683 | XunRuiCMS 安全漏洞 — CMS | 4.3 | Medium | 2023-03-29 |
| CVE-2023-0836 | HAProxy 安全漏洞 — HAProxy | 7.5 | - | 2023-03-29 |
| CVE-2023-1681 | Xunrui CMS 安全漏洞 — CMS | 4.3 | Medium | 2023-03-28 |
| CVE-2021-3923 | Linux kernel 安全漏洞 — kernel | 2.3 | - | 2023-03-27 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。