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-4266 | WordPress plugin MetForm 安全漏洞 — MetForm – Contact Form, Survey, Quiz, & Custom Form Builder for Elementor | 5.3 | Medium | 2024-06-11 |
| CVE-2020-11843 | Micro Focus NetIQ Access Manager 信息泄露漏洞 — NetIQ Access Manager | 6.5 | Medium | 2024-06-11 |
| CVE-2024-34684 | SAP BusinessObjects Business Intelligence Platform 信息泄露漏洞 — SAP BusinessObjects Business Intelligence Platform | 3.7 | Low | 2024-06-11 |
| CVE-2024-28164 | SAP NetWeaver AS 信息泄露漏洞 — SAP NetWeaver AS Java | 5.3 | Medium | 2024-06-11 |
| CVE-2024-35682 | WordPress plugin Otter Blocks PRO 安全漏洞 — Otter Blocks PRO | 4.3 | Medium | 2024-06-08 |
| CVE-2024-35691 | WordPress plugin Widget Options - Extended 信息泄露漏洞 — Widget Options - Extended | 6.5 | Medium | 2024-06-08 |
| CVE-2024-35710 | WordPress plugin Podlove Web Player 信息泄露漏洞 — Podlove Web Player | 5.3 | Medium | 2024-06-08 |
| CVE-2024-5133 | Lunary 信息泄露漏洞 — lunary-ai/lunary | 8.0AI | High AI | 2024-06-06 |
| CVE-2024-35178 | Jupyter Server 安全漏洞 — jupyter_server | 7.5 | High | 2024-06-06 |
| CVE-2024-37150 | Deno 安全漏洞 — deno | 7.6 | High | 2024-06-06 |
| CVE-2024-5615 | WordPress plugin Open Graph 安全漏洞 — Open Graph | 5.3 | Medium | 2024-06-06 |
| CVE-2024-0910 | WordPress plugin Restrict for Elementor 安全漏洞 — Restrict for Elementor | 5.3 | Medium | 2024-06-06 |
| CVE-2024-3716 | foreman-installer 信息泄露漏洞 | 6.2 | Medium | 2024-06-05 |
| CVE-2024-5483 | WordPress plugin LearnPress 安全漏洞 — LearnPress – WordPress LMS Plugin for Create and Sell Online Courses | 5.3 | Medium | 2024-06-05 |
| CVE-2024-36121 | netty-incubator-codec-ohttp 安全漏洞 — netty-incubator-codec-ohttp | 5.9 | Medium | 2024-06-04 |
| CVE-2024-4220 | BeyondInsight 安全漏洞 — BeyondInsight | 4.3 | Medium | 2024-06-04 |
| CVE-2023-52147 | WordPress plugin All In One WP Security & Firewall 信息泄露漏洞 — All In One WP Security & Firewall | 3.7 | Low | 2024-06-04 |
| CVE-2023-49822 | WordPress plugin Ultimate Dashboard 信息泄露漏洞 — Ultimate Dashboard | 3.7 | Low | 2024-06-04 |
| CVE-2023-49774 | WordPress plugin WP Photo Album Plus 信息泄露漏洞 — WP Photo Album Plus | 5.3 | Medium | 2024-06-04 |
| CVE-2023-49748 | WordPress plugin WPS Hide Login 信息泄露漏洞 — WPS Hide Login | 3.7 | Low | 2024-06-04 |
| CVE-2023-48335 | WordPress plugin Hide login page 信息泄露漏洞 — Hide login page | 3.7 | Low | 2024-06-04 |
| CVE-2023-47818 | WordPress plugin LWS Hide Login 信息泄露漏洞 — LWS Hide Login | 3.7 | Low | 2024-06-04 |
| CVE-2024-34754 | WordPress plugin Contact Form Widget 安全漏洞 — Contact Form Widget | 5.3 | Medium | 2024-06-03 |
| CVE-2024-23107 | Fortinet FortiWeb 信息泄露漏洞 — FortiWeb | 5.2 | Medium | 2024-06-03 |
| CVE-2024-34005 | Moodle 安全漏洞 | 8.8 | - | 2024-05-31 |
| CVE-2024-34004 | Moodle 安全漏洞 | 8.8 | - | 2024-05-31 |
| CVE-2024-34003 | Moodle 安全漏洞 | 8.8 | - | 2024-05-31 |
| CVE-2024-34002 | Moodle 安全漏洞 | 8.1 | - | 2024-05-31 |
| CVE-2024-5524 | Astrotalks 信息泄露漏洞 — Astrotalks | 5.3 | Medium | 2024-05-31 |
| CVE-2024-36118 | MeterSphere 安全漏洞 — metersphere | 3.5 | Low | 2024-05-30 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。