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-13567 | WordPress plugin Awesome Support 信息泄露漏洞 — Awesome Support – WordPress HelpDesk & Support Plugin | 7.5 | High | 2025-04-01 |
| CVE-2025-31125 | Vite 安全漏洞 — vite | 5.3 | Medium | 2025-03-31 |
| CVE-2025-2840 | WordPress plugin DAP to Autoresponders Email Syncing 信息泄露漏洞 — DAP to Autoresponders Email Syncing | 5.3 | Medium | 2025-03-29 |
| CVE-2025-2860 | Arteche saTECH BCU 信息泄露漏洞 — saTECH BCU | 6.5 | - | 2025-03-28 |
| CVE-2021-24008 | Fortinet多款产品 信息泄露漏洞 — FortiDDoS | 5.0 | Medium | 2025-03-28 |
| CVE-2025-2578 | WordPress plugin Booking for Appointments and Events Calendar Amelia 信息泄露漏洞 — Booking for Appointments and Events Calendar – Amelia | 5.3 | Medium | 2025-03-28 |
| CVE-2025-20232 | Splunk Cloud Platform和Splunk Enterprise 信息泄露漏洞 — Splunk Enterprise | 5.7 | Medium | 2025-03-26 |
| CVE-2025-20226 | Splunk Cloud Platform和Splunk Enterprise 信息泄露漏洞 — Splunk Enterprise | 5.7 | Medium | 2025-03-26 |
| CVE-2025-30353 | Directus 信息泄露漏洞 — directus | 8.6 | High | 2025-03-26 |
| CVE-2025-30352 | Directus 信息泄露漏洞 — directus | 5.3 | Medium | 2025-03-26 |
| CVE-2025-23203 | Icinga Director 访问控制错误漏洞 — icingaweb2-module-director | 5.5 | Medium | 2025-03-26 |
| CVE-2025-2228 | WordPress plugin Responsive Addons for Elementor 信息泄露漏洞 — Responsive Addons for Elementor – Free Elementor Addons, Kits and Elementor Templates | 5.7 | Medium | 2025-03-26 |
| CVE-2025-30222 | Shescape 信息泄露漏洞 — shescape | 7.5AI | High AI | 2025-03-25 |
| CVE-2025-30214 | Frappe Technologies Frappe Framework 信息泄露漏洞 — frappe | 8.1AI | High AI | 2025-03-25 |
| CVE-2025-2252 | WordPress plugin Easy Digital Downloads 信息泄露漏洞 — Easy Digital Downloads – eCommerce Payments and Subscriptions made easy | 5.3 | Medium | 2025-03-25 |
| CVE-2025-30208 | Vite 访问控制错误漏洞 — vite | 5.3 | Medium | 2025-03-24 |
| CVE-2025-30474 | Apache Commons VFS 安全漏洞 — Apache Commons VFS | 7.5 | - | 2025-03-23 |
| CVE-2025-2331 | WordPress plugin GiveWP 信息泄露漏洞 — GiveWP – Donation Plugin and Fundraising Platform | 5.3 | Medium | 2025-03-22 |
| CVE-2025-27784 | Applio 信息泄露漏洞 — Applio | 7.5 | - | 2025-03-19 |
| CVE-2025-27785 | Applio 信息泄露漏洞 — Applio | 7.5 | - | 2025-03-19 |
| CVE-2025-26485 | Beta80 Life 1st 安全漏洞 — Life 1st | 5.8 | Medium | 2025-03-19 |
| CVE-2025-29781 | Bare Metal Operator 安全漏洞 — baremetal-operator | 6.5 | Medium | 2025-03-17 |
| CVE-2020-29010 | FortiGate 安全漏洞 — FortiOS | 4.9 | Medium | 2025-03-17 |
| CVE-2025-2348 | IROAD FX2 访问控制错误漏洞 — Dash Cam FX2 | 4.3 | Medium | 2025-03-16 |
| CVE-2025-1636 | Devolutions Remote Desktop Manager 安全漏洞 — Remote Desktop Manager | 6.5 | - | 2025-03-13 |
| CVE-2025-1635 | Devolutions Remote Desktop Manager 安全漏洞 — Remote Desktop Manager | 6.5 | - | 2025-03-13 |
| CVE-2025-2277 | Devolutions Server 安全漏洞 — Server | 6.5 | - | 2025-03-13 |
| CVE-2024-13498 | WordPress plugin NEX-Forms – Ultimate Form Builder – Contact forms and much more 信息泄露漏洞 — NEX-Forms – Ultimate Forms Plugin for WordPress | 5.3 | Medium | 2025-03-12 |
| CVE-2025-24071 | Microsoft Windows File Explorer 信息泄露漏洞 — Windows 10 Version 1507 | 6.5 | Medium | 2025-03-11 |
| CVE-2023-40723 | Fortinet FortiSIEM 信息泄露漏洞 — FortiSIEM | 7.7 | High | 2025-03-11 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。