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-34235 | Strapi 信息泄露漏洞 — strapi | 8.6 | High | 2023-07-25 |
| CVE-2023-34093 | Strapi 信息泄露漏洞 — strapi | 4.8 | Medium | 2023-07-25 |
| CVE-2023-37916 | KubePi 信息泄露漏洞 — KubePi | 6.5 | Medium | 2023-07-21 |
| CVE-2023-3819 | Pimcore 信息泄露漏洞 — pimcore/pimcore | 7.5 | - | 2023-07-21 |
| CVE-2023-32476 | Dell Hybrid Client 信息泄露漏洞 — Dell Hybrid Client (DHC) | 6.4 | Medium | 2023-07-20 |
| CVE-2023-3779 | WordPress plugin Essential Addons For Elementor 信息泄露漏洞 — Essential Addons for Elementor – Popular Elementor Templates & Widgets | 5.3 | Medium | 2023-07-20 |
| CVE-2023-26026 | IBM Planning Analytics 日志信息泄露漏洞 — Planning Analytics Cartridge for Cloud Pak for Data | 5.3 | Medium | 2023-07-19 |
| CVE-2023-27877 | IBM Planning Analytics 授权问题漏洞 — Planning Analytics Cartridge for Cloud Pak for Data | 5.3 | Medium | 2023-07-19 |
| CVE-2023-35900 | IBM Robotic Process Automation 安全漏洞 — Robotic Process Automation | 4.3 | Medium | 2023-07-19 |
| CVE-2023-35898 | IBM InfoSphere Information Server 信息泄露漏洞 — InfoSphere Information Server | 4.3 | Medium | 2023-07-19 |
| CVE-2021-4428 | WordPress Plugin What3words Autosuggest 信息泄露漏洞 — Autosuggest Plugin | 2.7 | Low | 2023-07-18 |
| CVE-2023-3709 | WordPress plugin Royal Elementor Addons 信息泄露漏洞 — Royal Addons for Elementor – Addons and Templates Kit for Elementor | 5.3 | Medium | 2023-07-18 |
| CVE-2023-33857 | IBM InfoSphere Information Server 安全漏洞 — InfoSphere Information Server | 5.3 | Medium | 2023-07-16 |
| CVE-2023-34236 | Weave GitOps 信息泄露漏洞 — tf-controller | 8.5 | High | 2023-07-14 |
| CVE-2023-29450 | Zabbix 安全漏洞 — Zabbix | 8.5 | High | 2023-07-13 |
| CVE-2023-34134 | SonicWALL Analytics和GMS 安全漏洞 — GMS | 6.5 | - | 2023-07-13 |
| CVE-2023-34131 | SonicWALL Analytics和GMS 安全漏洞 — GMS | 5.3 | - | 2023-07-13 |
| CVE-2023-38062 | JetBrains TeamCity 信息泄露漏洞 — TeamCity | 4.3 | Medium | 2023-07-12 |
| CVE-2022-46651 | Apache Airflow 信息泄露漏洞 — Apache Airflow | 6.5 | - | 2023-07-12 |
| CVE-2023-34090 | Decidim 信息泄露漏洞 — decidim | 7.5 | High | 2023-07-11 |
| CVE-2023-33174 | Microsoft Windows Cryptographic Services 安全漏洞 — Windows 10 Version 1809 | 5.5 | Medium | 2023-07-11 |
| CVE-2023-33165 | Microsoft SharePoint 安全漏洞 — Microsoft SharePoint Server 2019 | 4.3 | Medium | 2023-07-11 |
| CVE-2023-24881 | Microsoft Teams 安全漏洞 — Microsoft Teams | 6.5 | Medium | 2023-07-11 |
| CVE-2023-34442 | Apache Camel 信息泄露漏洞 — Apache Camel JIRA | 7.5 | - | 2023-07-10 |
| CVE-2023-3553 | TeamPass 信息泄露漏洞 — nilsteampassnet/teampass | 7.5 | - | 2023-07-08 |
| CVE-2023-35934 | yt-dlp 信息泄露漏洞 — yt-dlp | 6.1 | Medium | 2023-07-06 |
| CVE-2022-48520 | Huawei HarmonyOS 安全漏洞 — HarmonyOS | 7.5 | - | 2023-07-06 |
| CVE-2022-48519 | Huawei HarmonyOS 安全漏洞 — HarmonyOS | 7.5 | - | 2023-07-06 |
| CVE-2022-48516 | Huawei HarmonyOS 安全漏洞 — HarmonyOS | 7.5 | - | 2023-07-06 |
| CVE-2022-48514 | Huawei HarmonyOS 安全漏洞 — HarmonyOS | 5.3 | - | 2023-07-06 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 2811 条 CVE 漏洞。