CWE-200 信息暴露 类弱点 2799 条 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-2022-39856 | SAMSUNG Mobile devices 安全漏洞 — Samsung Mobile Devices | 4.0 | Medium | 2022-10-07 |
| CVE-2022-39859 | SAMSUNG Mobile devices 安全漏洞 — UPHelper | 4.0 | Medium | 2022-10-07 |
| CVE-2022-39222 | Dexidp Dex 信息泄露漏洞 — dex | 9.3 | Critical | 2022-10-06 |
| CVE-2022-32540 | Bosch BVMS 信息泄露漏洞 — BVMS | 5.9 | - | 2022-09-30 |
| CVE-2022-23726 | Ping Identity PingCentral 安全漏洞 — PingCentral | 5.4 | Medium | 2022-09-30 |
| CVE-2022-3348 | ToolJet 信息泄露漏洞 — tooljet/tooljet | 6.8 | - | 2022-09-28 |
| CVE-2022-39031 | Smart eVision 安全漏洞 — Smart eVision | 5.3 | Medium | 2022-09-28 |
| CVE-2022-39030 | Smart eVision 安全漏洞 — Smart eVision | 7.5 | High | 2022-09-28 |
| CVE-2022-39029 | Smart eVision 安全漏洞 — Smart eVision | 6.5 | Medium | 2022-09-28 |
| CVE-2022-32219 | Rocket.Chat 信息泄露漏洞 — Rocket.Chat | 4.3 | - | 2022-09-23 |
| CVE-2022-32220 | Rocket.Chat 信息泄露漏洞 — Rocket.Chat | 6.5 | - | 2022-09-23 |
| CVE-2022-32218 | Rocket.Chat 信息泄露漏洞 — Rocket.chat | 4.3 | - | 2022-09-23 |
| CVE-2022-32228 | Rocket.Chat 安全漏洞 — Rocket.Chat | 4.3 | - | 2022-09-23 |
| CVE-2022-32229 | Rocket.Chat 安全漏洞 — Rocket.Chat | 4.3 | - | 2022-09-23 |
| CVE-2022-35247 | Rocket.Chat 安全漏洞 — Rocket.Chat | 4.3 | - | 2022-09-23 |
| CVE-2022-35246 | Rocket.Chat 安全漏洞 — Rocket.Chat | 4.3 | - | 2022-09-23 |
| CVE-2022-35249 | Rocket.Chat 信息泄露漏洞 — Rocket.Chat | 6.5 | - | 2022-09-23 |
| CVE-2022-40629 | Tacitine EN6200 安全漏洞 — Firewall | 7.5 | High | 2022-09-23 |
| CVE-2022-40194 | WordPress plugin Customer Reviews for WooCommerce 信息泄露漏洞 — Customer Reviews for WooCommerce (WordPress plugin) | 5.3 | Medium | 2022-09-23 |
| CVE-2022-39230 | fhir-works-on-aws-authz-smart 信息泄露漏洞 — fhir-works-on-aws-authz-smart | 6.5 | Medium | 2022-09-23 |
| CVE-2021-39190 | GLPI 信息泄露漏洞 — sccm | 5.3 | Medium | 2022-09-22 |
| CVE-2022-23952 | Keylime 安全漏洞 — keylime | 7.5 | - | 2022-09-21 |
| CVE-2022-23948 | Keylime 安全漏洞 — keylime | 7.5 | - | 2022-09-21 |
| CVE-2019-5641 | Rapid7 InsightVM 代码问题漏洞 — InsightVM | 3.3 | Low | 2022-09-21 |
| CVE-2022-39212 | Nextcloud Talk 信息泄露漏洞 — security-advisories | 4.3 | Medium | 2022-09-16 |
| CVE-2022-36074 | Nextcloud 信息泄露漏洞 — security-advisories | 6.4 | Medium | 2022-09-15 |
| CVE-2022-36075 | Nextcloud 信息泄露漏洞 — security-advisories | 2.6 | Low | 2022-09-15 |
| CVE-2022-31143 | GLPI 信息泄露漏洞 — glpi | 5.3 | Medium | 2022-09-14 |
| CVE-2022-32244 | SAP BusinessObjects Business Intelligence Platform 信息泄露漏洞 — SAP BusinessObjects Business Intelligence Platform (Commentary DB) | 5.2 | - | 2022-09-13 |
| CVE-2022-36101 | Shopware 安全漏洞 — shopware | 5.4 | Medium | 2022-09-12 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 2799 条 CVE 漏洞。