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-33979 | gpt_academic 信息泄露漏洞 — gpt_academic | 6.5 | Medium | 2023-05-31 |
| CVE-2023-2749 | ASUSTOR Data Master 安全漏洞 — Download Center | 8.6 | High | 2023-05-31 |
| CVE-2023-33955 | MinIO 安全漏洞 — console | 4.3 | Medium | 2023-05-30 |
| CVE-2023-31185 | ROZCOM client 安全漏洞 — server framework | 7.5 | High | 2023-05-30 |
| CVE-2014-125102 | WordPress Plugin Bestwebsoft Relevant 信息泄露漏洞 — Relevant Plugin | 4.3 | Medium | 2023-05-29 |
| CVE-2023-32681 | Requests 信息泄露漏洞 — requests | 6.1 | Medium | 2023-05-26 |
| CVE-2022-39335 | Matrix Synapse 信息泄露漏洞 — synapse | 5.0 | Medium | 2023-05-26 |
| CVE-2023-28322 | libcurl 安全漏洞 — https://github.com/curl/curl | 9.1 | - | 2023-05-26 |
| CVE-2023-2025 | Johnson Controls OpenBlue Enterprise Manager Data Collector 安全漏洞 — OpenBlue Enterprise Manager Data Collector | 5.0 | Medium | 2023-05-18 |
| CVE-2022-45459 | Acronis Agent和Acronis Cyber Protect 安全漏洞 — Acronis Agent | 6.5 | - | 2023-05-18 |
| CVE-2023-27863 | IBM Spectrum Protect Plus 信息泄露漏洞 — Spectrum Protect Plus Server | 4.4 | Medium | 2023-05-12 |
| CVE-2023-2514 | Mattermost 日志信息泄露漏洞 — Mattermost | 6.7 | Medium | 2023-05-12 |
| CVE-2023-27870 | IBM Spectrum Virtualize 信息泄露漏洞 — Spectrum Virtualize | 5.9 | Medium | 2023-05-11 |
| CVE-2023-32082 | etcd 信息泄露漏洞 — etcd | 3.1 | Low | 2023-05-11 |
| CVE-2023-28357 | Rocket.Chat 信息泄露漏洞 — Rocket.Chat | 4.3 | - | 2023-05-11 |
| 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 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。