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-6757 | IceCMS 信息泄露漏洞 — IceCMS | 5.3 | Medium | 2023-12-13 |
| CVE-2023-45725 | Apache CouchDB 信息泄露漏洞 — Apache CouchDB | 7.5AI | High AI | 2023-12-13 |
| CVE-2023-50263 | Nautobot 安全漏洞 — nautobot | 3.7 | Low | 2023-12-12 |
| CVE-2023-48225 | Laf 信息泄露漏洞 — laf | 8.9 | High | 2023-12-12 |
| CVE-2023-49278 | Umbraco 安全漏洞 — Umbraco-CMS | 5.3 | Medium | 2023-12-12 |
| CVE-2023-49274 | Umbraco 信息泄露漏洞 — Umbraco-CMS | 3.7 | Low | 2023-12-12 |
| CVE-2023-35636 | Microsoft Outlook 安全漏洞 — Microsoft Office 2019 | 6.5 | Medium | 2023-12-12 |
| CVE-2023-35625 | Microsoft Azure Machine Learning 安全漏洞 — Azure Machine Learning | 4.7 | Medium | 2023-12-12 |
| CVE-2023-6727 | Mattermost 其他漏洞 — Mattermost | 3.1 | Low | 2023-12-12 |
| CVE-2023-46701 | Mattermost 其他漏洞 — Mattermost | 6.5 | Medium | 2023-12-12 |
| CVE-2023-6615 | typecho 信息泄露漏洞 — Typecho | 3.5 | Low | 2023-12-08 |
| CVE-2023-6393 | Quarkus 安全漏洞 — Red Hat build of Quarkus 2.13.9.Final | 5.3 | Medium | 2023-12-06 |
| CVE-2023-6459 | Mattermost 安全漏洞 — Mattermost | 5.3 | Medium | 2023-12-06 |
| CVE-2023-49283 | Microsoft Graphics Component 信息泄露漏洞 — msgraph-sdk-php-core | 5.4 | Medium | 2023-12-05 |
| CVE-2023-49282 | Microsoft Graphics Component 信息泄露漏洞 — msgraph-sdk-php | 5.4 | Medium | 2023-12-05 |
| CVE-2023-49292 | eciesgo 信息泄露漏洞 — go | 4.9 | Medium | 2023-12-04 |
| CVE-2023-25057 | WordPress Plugin Libsyn Publisher Hub 信息泄露漏洞 — Libsyn Publisher Hub | 5.3 | Medium | 2023-11-30 |
| CVE-2023-26533 | WordPress Plugin Zippy 信息泄露漏洞 — Zippy | 6.5 | Medium | 2023-11-30 |
| CVE-2023-36507 | WordPress Plugin BookingPress 信息泄露漏洞 — BookingPress – Appointment Booking Calendar Plugin and Online Scheduling Plugin | 5.3 | Medium | 2023-11-30 |
| CVE-2023-36523 | WordPress Plugin Email download link 信息泄露漏洞 — Email download link | 5.3 | Medium | 2023-11-30 |
| CVE-2023-37868 | WordPress Plugin Premium Addons for Elementor 信息泄露漏洞 — Premium Addons PRO | 6.5 | Medium | 2023-11-30 |
| CVE-2023-37972 | WordPress Plugin Product Stock Manager & Notifier for WooCommerce 信息泄露漏洞 — Product Stock Manager & Notifier for WooCommerce | 5.3 | Medium | 2023-11-30 |
| CVE-2023-40211 | WordPress Plugin Post Grid Combo 信息泄露漏洞 — Post Grid Combo – 36+ Gutenberg Blocks | 7.5 | High | 2023-11-30 |
| CVE-2023-40600 | WordPress Plugin EWWW Image Optimizer 信息泄露漏洞 — EWWW Image Optimizer | 5.3 | Medium | 2023-11-30 |
| CVE-2023-40662 | WordPress Plugin Cookies and Content Security Policy 信息泄露漏洞 — Cookies and Content Security Policy | 5.3 | Medium | 2023-11-30 |
| CVE-2023-41735 | WordPress Plugin Email posts to subscribers 信息泄露漏洞 — Email posts to subscribers | 5.3 | Medium | 2023-11-30 |
| CVE-2023-44150 | WordPress Plugin ProfilePress 信息泄露漏洞 — Paid Membership Plugin, Ecommerce, Registration Form, Login Form, User Profile & Restrict Content – ProfilePress | 7.5 | High | 2023-11-30 |
| CVE-2023-45066 | WordPress Plugin Export All Posts, Products, Orders, Refunds & Users 信息泄露漏洞 — Export All Posts, Products, Orders, Refunds & Users | 5.9 | Medium | 2023-11-30 |
| CVE-2023-45834 | WordPress Plugin Libsyn Publisher Hub 信息泄露漏洞 — Libsyn Publisher Hub | 5.3 | Medium | 2023-11-30 |
| CVE-2023-46820 | WordPress Plugin Image Regenerate & Select Crop 信息泄露漏洞 — Image Regenerate & Select Crop | 5.3 | Medium | 2023-11-30 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。