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-10050 | WordPress plugin Elementor Header & Footer Builder 信息泄露漏洞 — Ultimate Addons for Elementor | 4.3 | Medium | 2024-10-24 |
| CVE-2024-10290 | ZZCMS 信息泄露漏洞 — ZZCMS | 5.3 | Medium | 2024-10-23 |
| CVE-2024-9530 | WordPress plugin Qi Addons For Elementor 信息泄露漏洞 — Qi Addons For Elementor | 4.3 | Medium | 2024-10-23 |
| CVE-2024-50312 | Red Hat OpenShift 信息泄露漏洞 — Red Hat OpenShift Container Platform 4.16 | 5.3 | Medium | 2024-10-22 |
| CVE-2024-9541 | WordPress plugin News Kit Elementor Addons 信息泄露漏洞 — News Kit Addons For Elementor | 4.3 | Medium | 2024-10-22 |
| CVE-2024-9627 | WordPress plugin TeploBot - Telegram Bot for WP 信息泄露漏洞 — TeploBot – Telegram Bot for WP | 8.6 | High | 2024-10-22 |
| CVE-2024-8852 | WordPress plugin All-in-One WP Migration and Backup 信息泄露漏洞 — All-in-One WP Migration and Backup | 5.3 | Medium | 2024-10-22 |
| CVE-2024-45309 | OneDev 安全漏洞 — onedev | 7.5AI | High AI | 2024-10-21 |
| CVE-2024-9889 | WordPress plugin ElementInvader Addons for Elementor 信息泄露漏洞 — ElementInvader Addons for Elementor | 4.3 | Medium | 2024-10-19 |
| CVE-2024-42508 | Hewlett Packard Enterprise OneView 安全漏洞 — HPE OneView | 6.5 | - | 2024-10-18 |
| CVE-2024-49284 | WordPress plugin WP SendFox 信息泄露漏洞 — WP SendFox | 5.3 | Medium | 2024-10-17 |
| CVE-2024-7417 | WordPress plugin Royal Elementor Addons and Templates 信息泄露漏洞 — Royal Addons for Elementor – Addons and Templates Kit for Elementor | 4.3 | Medium | 2024-10-17 |
| CVE-2024-22032 | Rancher 信息泄露漏洞 — rancher | 6.5 | Medium | 2024-10-16 |
| CVE-2017-20194 | WordPress plugin Formidable Form Builder 信息泄露漏洞 — Formidable Forms – Contact Form Plugin, Survey, Quiz, Payment, Calculator Form & Custom Form Builder | 5.3 | Medium | 2024-10-16 |
| CVE-2024-9540 | WordPress plugin Sina Extension for Elementor 信息泄露漏洞 — Sina Extension for Elementor | 4.3 | Medium | 2024-10-16 |
| CVE-2020-36835 | WordPress plugin Migration, Backup, Staging – WPvivid 信息泄露漏洞 — WPvivid — Backup, Migration & Staging | 4.9 | Medium | 2024-10-16 |
| CVE-2024-47824 | matrix-react-sdk 信息泄露漏洞 — matrix-react-sdk | 6.5 | - | 2024-10-15 |
| CVE-2024-47779 | Element 安全漏洞 — element-web | 7.5 | - | 2024-10-15 |
| CVE-2024-47771 | Element 信息泄露漏洞 — element-desktop | 7.5 | - | 2024-10-15 |
| CVE-2024-47080 | matrix-js-sdk 信息泄露漏洞 — matrix-js-sdk | 7.5 | - | 2024-10-15 |
| CVE-2024-6757 | WordPress plugin Elementor 信息泄露漏洞 — Elementor Website Builder – more than just a page builder | 4.3 | Medium | 2024-10-15 |
| CVE-2024-9546 | WordPress plugin WPIDE 信息泄露漏洞 — WPIDE – File Manager & Code Editor | 5.3 | Medium | 2024-10-14 |
| CVE-2024-45739 | Splunk Enterprise 安全漏洞 — Splunk Enterprise | 4.9 | Medium | 2024-10-14 |
| CVE-2024-45738 | Splunk Enterprise 安全漏洞 — Splunk Enterprise | 4.9 | Medium | 2024-10-14 |
| CVE-2024-8902 | WordPress plugin Elementor Addon Elements 信息泄露漏洞 — Addon Elements for Elementor (formerly Elementor Addon Elements) | 4.3 | Medium | 2024-10-12 |
| CVE-2024-9821 | WordPress plugin Bot for Telegram on WooCommerce 信息泄露漏洞 — Bot for Telegram on WooCommerce | 8.8 | High | 2024-10-12 |
| CVE-2024-9539 | GitHub Enterprise Server 安全漏洞 — GitHub Enterprise Server | 4.3AI | Medium AI | 2024-10-11 |
| CVE-2024-39527 | Juniper Networks Junos OS 信息泄露漏洞 — Junos OS | 5.5 | Medium | 2024-10-11 |
| CVE-2024-9538 | WordPress plugin ShopLentor 信息泄露漏洞 — ShopLentor – All-in-One WooCommerce Growth & Store Enhancement Plugin | 4.3 | Medium | 2024-10-11 |
| CVE-2024-8913 | WordPress plugin The Plus Addons for Elementor 信息泄露漏洞 — The Plus Addons for Elementor – Addons for Elementor, Page Templates, Widgets, Mega Menu, WooCommerce | 4.3 | Medium | 2024-10-11 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。