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-2024-22421 | JupyterLab 安全漏洞 — jupyterlab | 7.6 | High | 2024-01-19 |
| CVE-2024-0717 | D-Link多款产品信息泄露漏洞 — DAP-1360 | 5.3 | Medium | 2024-01-19 |
| CVE-2024-0716 | Beijing Baichuo Smart S150 信息泄露漏洞 — Smart S150 Management Platform | 3.1 | Low | 2024-01-19 |
| CVE-2022-47160 | 编号已被CVE保留 — Wp Social Login and Register Social Counter | 6.5 | Medium | 2024-01-19 |
| CVE-2023-28901 | Skoda 安全漏洞 — Skoda Connect | 5.3 | Medium | 2024-01-18 |
| CVE-2023-28900 | Skoda 安全漏洞 — Škoda Connect | 5.3 | Medium | 2024-01-18 |
| CVE-2023-7031 | Avaya Aura Experience Portal 信息泄露漏洞 — Experience Portal Manager | 5.7 | Medium | 2024-01-17 |
| CVE-2023-50950 | IBM QRadar SIEM 信息泄露漏洞 — QRadar SIEM | 3.7 | Low | 2024-01-17 |
| CVE-2023-45236 | EDK2 安全特征问题漏洞 — edk2 | 5.8 | Medium | 2024-01-16 |
| CVE-2024-0569 | TOTOLINK T8 信息泄露漏洞 — T8 | 4.3 | Medium | 2024-01-16 |
| CVE-2023-44112 | Huawei HarmonyOS 安全漏洞 — HarmonyOS | 7.5AI | High AI | 2024-01-16 |
| CVE-2023-50290 | Apache Solr 信息泄露漏洞 — Apache Solr | 7.5 | - | 2024-01-15 |
| CVE-2024-0490 | Huaxia ERP 信息泄露漏洞 — ERP | 5.3 | Medium | 2024-01-13 |
| CVE-2024-0472 | Dormitory Management System 信息泄露漏洞 — Dormitory Management System | 3.5 | Low | 2024-01-12 |
| CVE-2023-6266 | WordPress Plugin Backup Migration 安全漏洞 — BackupBliss – Backup & Migration with Free Cloud Storage | 7.5 | High | 2024-01-11 |
| CVE-2024-21320 | Microsoft Windows Themes 安全漏洞 — Windows 10 Version 1809 | 6.5 | Medium | 2024-01-09 |
| CVE-2024-0340 | Linux kernel 安全漏洞 | 4.4 | Medium | 2024-01-09 |
| CVE-2022-40696 | WordPress Plugin Advanced Custom Fields 信息泄露漏洞 — Advanced Custom Fields (ACF) | 3.7 | Low | 2024-01-08 |
| CVE-2022-45354 | WordPress Plugin Download Monitor 信息泄露漏洞 — Download Monitor | 5.3 | Medium | 2024-01-08 |
| CVE-2023-51406 | WordPress Plugin FastDup 信息泄露漏洞 — FastDup – Fastest WordPress Migration & Duplicator | 5.3 | Medium | 2024-01-08 |
| CVE-2023-52190 | WordPress Plugin Coupon Referral Program 安全漏洞 — Coupon Referral Program | 7.5 | High | 2024-01-08 |
| CVE-2023-52208 | WordPress Plugin Constant Contact Forms 信息泄露漏洞 — Constant Contact Forms | 5.3 | Medium | 2024-01-08 |
| CVE-2024-0305 | Guangzhou Yingke Electronic Technology Ncast 信息泄露漏洞 — Ncast | 5.3 | Medium | 2024-01-08 |
| CVE-2023-52126 | WordPress Plugin Send Users Email 信息泄露漏洞 — Send Users Email | 5.3 | Medium | 2024-01-05 |
| CVE-2023-52148 | WordPress Plugin Affiliates Manager 信息泄露漏洞 — Affiliates Manager | 5.3 | Medium | 2024-01-05 |
| CVE-2023-52151 | WordPress Plugin Uncanny Automator 信息泄露漏洞 — Uncanny Automator – Automate everything with the #1 no-code automation and integration plugin | 5.3 | Medium | 2024-01-05 |
| CVE-2023-50253 | Laf 信息泄露漏洞 — laf | 9.7 | Critical | 2024-01-03 |
| CVE-2023-46741 | CubeFS 安全漏洞 — cubefs | 4.8 | Medium | 2024-01-03 |
| CVE-2023-4164 | Google Pixel Watch 安全漏洞 — Pixel Watch | 8.4 | High | 2024-01-02 |
| CVE-2023-48732 | Mattermost 安全漏洞 — Mattermost | 4.3 | Medium | 2024-01-02 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。