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-48333 | WordPress Plugin Booster for WooCommerce 信息泄露漏洞 — Booster for WooCommerce | 6.5 | Medium | 2023-11-30 |
| CVE-2023-6136 | WordPress Plugin Debug Log Manager 安全漏洞 — Debug Log Manager | 5.3 | Medium | 2023-11-30 |
| CVE-2023-42505 | Apache Superset 信息泄露漏洞 — Apache Superset | 4.3 | Medium | 2023-11-28 |
| CVE-2023-49068 | Apache DolphinScheduler 安全漏洞 — Apache DolphinScheduler | 7.5 | - | 2023-11-27 |
| CVE-2023-43754 | Mattermost 安全漏洞 — Mattermost | 4.3 | Medium | 2023-11-27 |
| CVE-2023-45223 | Mattermost 安全漏洞 — Mattermost | 4.3 | Medium | 2023-11-27 |
| CVE-2023-48796 | Apache DolphinScheduler 信息泄露漏洞 — Apache DolphinScheduler | 7.5 | - | 2023-11-24 |
| CVE-2021-39008 | IBM QRadar WinCollect Agent 信息泄露漏洞 — QRadar WinCollect Agent | 2.7 | Low | 2023-11-23 |
| CVE-2023-47244 | WordPress Plugin Omnisend Email Marketing for WooCommerce 信息泄露漏洞 — Email Marketing for WooCommerce by Omnisend | 5.3 | Medium | 2023-11-23 |
| CVE-2023-47529 | WordPress Plugin ThemeIsle Cloud Templates & Patterns collection 信息泄露漏洞 — Cloud Templates & Patterns collection | 5.3 | Medium | 2023-11-23 |
| CVE-2023-41786 | Artica Pandora FMS 安全漏洞 — Pandora FMS | 6.8 | Medium | 2023-11-23 |
| CVE-2023-43123 | Apache Storm 信息泄露漏洞 — Apache Storm | 5.5 | - | 2023-11-23 |
| CVE-2023-47668 | WordPress Plugin Membership Plugin – Restrict Content 信息泄露漏洞 — Membership Plugin – Restrict Content | 5.3 | Medium | 2023-11-23 |
| CVE-2023-40002 | WordPress Plugin Booster for WooCommerce 信息泄露漏洞 — Booster for WooCommerce | 6.5 | Medium | 2023-11-22 |
| CVE-2023-23978 | WordPress Plugin WP Client Reports 信息泄露漏洞 — WP Client Reports | 4.3 | Medium | 2023-11-22 |
| CVE-2022-36777 | IBM Cloud Pak for Security 信息泄露漏洞 — Cloud Pak for Security | 4.3 | Medium | 2023-11-22 |
| CVE-2023-2446 | WordPress Plugin UserPro 安全漏洞 — UserPro - Community and User Profile WordPress Plugin | 6.5 | Medium | 2023-11-22 |
| CVE-2021-22143 | Elastic APM 安全漏洞 — Elastic APM .NET Agent | 2.1 | Low | 2023-11-22 |
| CVE-2023-47643 | SalesAgility SuiteCRM 安全漏洞 — SuiteCRM-Core | 3.1 | Low | 2023-11-21 |
| CVE-2023-48294 | LibreNMS 安全漏洞 — librenms | 4.3 | Medium | 2023-11-17 |
| CVE-2023-47642 | Zulip 安全漏洞 — zulip | 4.3 | Medium | 2023-11-16 |
| CVE-2023-6105 | ManageEngine 多款产品安全漏洞 — Service Desk Plus | 5.5 | Medium | 2023-11-15 |
| CVE-2023-47126 | TYPO3 安全漏洞 — typo3 | 3.7 | Low | 2023-11-14 |
| CVE-2023-41676 | Fortinet FortiSIEM 安全漏洞 — FortiSIEM | 4.2 | Medium | 2023-11-14 |
| CVE-2023-36043 | Microsoft Open Management Infrastructure 安全漏洞 — System Center Operations Manager (SCOM) 2022 | 6.5 | Medium | 2023-11-14 |
| CVE-2023-47117 | Label Studio 安全漏洞 — label-studio | 7.5 | High | 2023-11-13 |
| CVE-2023-6101 | Maiwei Safety Production Control Platform 安全漏洞 — Safety Production Control Platform | 5.3 | Medium | 2023-11-13 |
| CVE-2023-6100 | Maiwei Safety Production Control Platform 安全漏洞 — Safety Production Control Platform | 5.3 | Medium | 2023-11-13 |
| CVE-2023-42781 | Apache Airflow 安全漏洞 — Apache Airflow | 4.3 | - | 2023-11-12 |
| CVE-2023-47614 | Telit多款产品安全漏洞 — BGS5 | 3.3 | Low | 2023-11-10 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。