CWE-200 信息暴露 类弱点 2811 条 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-29106 | Siemens SIMATIC Cloud Connect 信息泄露漏洞 — SIMATIC Cloud Connect 7 CC712 | 5.3 | Medium | 2023-05-09 |
| CVE-2023-32113 | SAP GUI 信息泄露漏洞 — SAP GUI for Windows | 7.5 | High | 2023-05-09 |
| CVE-2023-31404 | SAP BusinessObjects Business Intelligence Platform 信息泄露漏洞 — SAP BusinessObjects Business Intelligence Platform (Central Management Service) | 5.0 | Medium | 2023-05-09 |
| CVE-2023-30740 | SAP BusinessObjects Business Intelligence Platform 信息泄露漏洞 — SAP BusinessObjects Business Intelligence Platform | 6.3 | Medium | 2023-05-09 |
| CVE-2023-28762 | SAP BusinessObjects Business Intelligence Platform 信息泄露漏洞 — SAP BusinessObjects Intelligence Platform | 9.1 | Critical | 2023-05-09 |
| CVE-2023-22813 | Western Digital My Cloud 安全漏洞 — My Cloud OS 5 Mobile App | 3.3 | Low | 2023-05-08 |
| CVE-2023-31133 | Ghost 信息泄露漏洞 — Ghost | 7.5 | High | 2023-05-08 |
| CVE-2023-24505 | Milesight NCR/camera 安全漏洞 — NCR/Camera | 5.3 | Medium | 2023-05-08 |
| CVE-2023-31413 | Elastic Filebeat 日志信息泄露漏洞 — Filebeat | 7.5 | - | 2023-05-04 |
| CVE-2023-26268 | Apache CouchDB 信息泄露漏洞 — Apache CouchDB | 4.4 | Medium | 2023-05-02 |
| CVE-2023-30853 | Gradle 信息泄露漏洞 — gradle-build-action | 7.6 | High | 2023-04-28 |
| CVE-2023-28770 | Zyxel DX5401-B0 安全漏洞 — DX5401-B0 firmware | 7.5 | High | 2023-04-27 |
| CVE-2023-30843 | Payload 信息泄露漏洞 — payload | 7.4 | High | 2023-04-26 |
| CVE-2023-30841 | Bare Metal Operator 信息泄露漏洞 — baremetal-operator | 6.0 | Medium | 2023-04-26 |
| CVE-2023-1387 | Grafana 安全漏洞 — Grafana | 4.2 | Medium | 2023-04-26 |
| 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 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 2811 条 CVE 漏洞。