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-10971 | Devolutions DVLS 安全漏洞 — DVLS (Devolutions Server) | 6.5AI | Medium AI | 2024-11-12 |
| CVE-2024-46894 | Siemens SINEC INS 安全漏洞 — SINEC INS | 6.3 | Medium | 2024-11-12 |
| CVE-2024-52032 | Mattermost 安全漏洞 — Mattermost | 4.3 | Medium | 2024-11-09 |
| CVE-2024-10352 | WordPress plugin Magical Addons For Elementor 信息泄露漏洞 — Magical Addons For Elementor ( Header Footer Builder, Free Elementor Widgets, Elementor Templates Library ) | 4.3 | Medium | 2024-11-09 |
| CVE-2024-8756 | WordPress plugin Quform 信息泄露漏洞 — Quform - WordPress Form Builder | 5.3 | Medium | 2024-11-09 |
| CVE-2024-10285 | WordPress plugin CE21 Suite 信息泄露漏洞 — CE21 Suite | 9.8 | Critical | 2024-11-09 |
| CVE-2024-52001 | Combodo iTop 信息泄露漏洞 — iTop | 4.3 | - | 2024-11-08 |
| CVE-2024-48011 | Dell PowerProtect DD 信息泄露漏洞 — PowerProtect DD | 3.1 | Low | 2024-11-08 |
| CVE-2024-10965 | Neuron 访问控制错误漏洞 — neuron | 4.3 | Medium | 2024-11-07 |
| CVE-2024-50342 | Symfony 信息泄露漏洞 — symfony | 3.1 | Low | 2024-11-06 |
| CVE-2024-20507 | Cisco Meeting Server 信息泄露漏洞 — Cisco Meeting Management | 4.3 | Medium | 2024-11-06 |
| CVE-2024-20457 | Cisco Unified Communications Manager 信息泄露漏洞 — Cisco Unified Communications Manager IM and Presence Service | 6.5 | Medium | 2024-11-06 |
| CVE-2024-20445 | Cisco IP Phone 信息泄露漏洞 — Cisco Session Initiation Protocol (SIP) Software | 5.3 | Medium | 2024-11-06 |
| CVE-2024-10916 | D-Link DNS-320 访问控制错误漏洞 — DNS-320 | 5.3 | Medium | 2024-11-06 |
| CVE-2024-6861 | Foreman 安全漏洞 | 7.5 | High | 2024-11-06 |
| CVE-2024-10084 | WordPress plugin Contact Form 7 – Dynamic Text Extension 信息泄露漏洞 — Contact Form 7 – Dynamic Text Extension | 4.3 | Medium | 2024-11-05 |
| CVE-2024-51739 | Combodo iTop 信息泄露漏洞 — iTop | 7.5 | High | 2024-11-05 |
| CVE-2023-29116 | Enel X Waybox 安全漏洞 — JuiceBox Pro 3.0 22kW Cellular | 4.3 | Medium | 2024-11-05 |
| CVE-2023-29114 | Enel X Waybox 安全漏洞 — JuiceBox Pro 3.0 22kW Cellular | 5.7 | Medium | 2024-11-05 |
| CVE-2024-10329 | WordPress plugin Ultimate Bootstrap Elements for Elementor 信息泄露漏洞 — Ultimate Bootstrap Elements for Elementor | 4.3 | Medium | 2024-11-05 |
| CVE-2024-10319 | WordPress plugin 140+ Widgets | Xpro Addons For Elementor – FREE 信息泄露漏洞 — Xpro Addons — 140+ Widgets for Elementor | 4.3 | Medium | 2024-11-05 |
| CVE-2024-32870 | Combodo iTop 信息泄露漏洞 — iTop | 5.8 | Medium | 2024-11-04 |
| CVE-2024-8553 | Foreman 信息泄露漏洞 | 6.3 | Medium | 2024-10-31 |
| CVE-2024-33603 | LevelOne WBR-6012 信息泄露漏洞 — WBR-6012 | 5.3 | Medium | 2024-10-30 |
| CVE-2024-33626 | LevelOne WBR-6012 信息泄露漏洞 — WBR-6012 | 5.3 | Medium | 2024-10-30 |
| CVE-2024-10360 | WordPress plugin Move Addons for Elementor 安全漏洞 — Move Addons for Elementor | 4.3 | Medium | 2024-10-29 |
| CVE-2024-10312 | WordPress plugin Exclusive Addons for Elementor 信息泄露漏洞 — Exclusive Addons for Elementor | 4.3 | Medium | 2024-10-29 |
| CVE-2024-30106 | HCL Connections 安全漏洞 — Connections | 3.5 | Low | 2024-10-28 |
| CVE-2024-10357 | WordPress plugin Clever Addons for Elementor 信息泄露漏洞 — Clever Addons for Elementor | 4.3 | Medium | 2024-10-26 |
| CVE-2024-49357 | ZimaOS 信息泄露漏洞 — ZimaOS | 7.5 | High | 2024-10-24 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。