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-47868 | Gradio 信息泄露漏洞 — gradio | 7.5AI | High AI | 2024-10-10 |
| CVE-2024-45134 | Adobe Commerce 信息泄露漏洞 — Adobe Commerce | 2.7 | Low | 2024-10-10 |
| CVE-2024-30118 | HCL Connections 安全漏洞 — Connections | 3.5 | Low | 2024-10-09 |
| CVE-2024-3656 | Red Hat Keycloak 安全漏洞 | 8.1 | High | 2024-10-09 |
| CVE-2024-43610 | Microsoft Copilot Studio 信息泄露漏洞 — Microsoft Copilot Studio | 7.4 | High | 2024-10-09 |
| CVE-2024-43609 | Microsoft Office 信息泄露漏洞 — Microsoft 365 Apps for Enterprise | 6.5 | Medium | 2024-10-08 |
| CVE-2024-33506 | Fortinet FortiManager 信息泄露漏洞 — FortiManager | 3.1 | Low | 2024-10-08 |
| CVE-2024-8884 | Schneider Electric System Monitor application 信息泄露漏洞 — System Monitor application in Harmony Industrial PC HMIBMO/HMIBMI/HMIPSO/HMIBMP/HMIBMU/HMIPSP/HMIPEP series | 9.8 | Critical | 2024-10-08 |
| CVE-2024-47344 | WordPress plugin uListing 信息泄露漏洞 — uListing | 5.3 | Medium | 2024-10-07 |
| CVE-2024-45250 | ZKteco iClock 信息泄露漏洞 — iClock v3.1-168 | 4.3 | Medium | 2024-10-06 |
| CVE-2024-45245 | Diebold Nixdorf Vynamic View Console 信息泄露漏洞 — Vynamic View prior | 7.8 | High | 2024-10-06 |
| CVE-2024-47848 | MediaWiki PageTriage 安全漏洞 — Mediawiki - PageTriage | 9.8 | - | 2024-10-04 |
| CVE-2024-20491 | Cisco Nexus Dashboard 安全漏洞 — Cisco Nexus Dashboard Insights | 6.3 | Medium | 2024-10-02 |
| CVE-2024-20490 | Cisco Nexus Dashboard 安全漏洞 — Cisco Data Center Network Manager | 6.3 | Medium | 2024-10-02 |
| CVE-2024-47532 | RestrictedPython 信息泄露漏洞 — RestrictedPython | 6.5 | - | 2024-09-30 |
| CVE-2024-45792 | Mantis Bug Tracker 信息泄露漏洞 — mantisbt | 6.5 | - | 2024-09-30 |
| CVE-2024-47197 | Apache Maven Archetype Plugin 安全漏洞 — Maven Archetype Plugin | 7.5AI | High AI | 2024-09-26 |
| CVE-2024-43237 | WordPress plugin WordPress Tag Cloud Plugin – Tag Groups 信息泄露漏洞 — WordPress Tag Cloud Plugin – Tag Groups | 5.3 | Medium | 2024-09-25 |
| CVE-2024-8516 | WordPress plugin Themesflat Addons For Elementor 安全漏洞 — Themesflat Addons For Elementor | 4.3 | Medium | 2024-09-25 |
| CVE-2024-8483 | WordPress plugin MAS Static Content 信息泄露漏洞 — MAS Static Content | 4.3 | Medium | 2024-09-25 |
| CVE-2024-7426 | WordPress plugin Community by PeepSo 信息泄露漏洞 — Community by PeepSo – Download from PeepSo.com | 5.3 | Medium | 2024-09-25 |
| CVE-2024-8801 | WordPress plugin Happy Addons 信息泄露漏洞 — Happy Addons for Elementor | 4.3 | Medium | 2024-09-24 |
| CVE-2023-5359 | WordPress plugin W3 Total Cache 信息泄露漏洞 — W3 Total Cache | 3.7 | Low | 2024-09-24 |
| CVE-2024-42351 | Galaxy 信息泄露漏洞 — galaxy | 6.5 | Medium | 2024-09-20 |
| CVE-2024-8612 | QEMU 信息泄露漏洞 | 3.8 | Low | 2024-09-20 |
| CVE-2024-47060 | ZITADEL 信息泄露漏洞 — zitadel | 4.3 | Medium | 2024-09-19 |
| CVE-2024-47059 | Mautic 安全漏洞 — Mautic | 4.3 | Medium | 2024-09-18 |
| CVE-2024-46979 | XWiki Platform 安全漏洞 — xwiki-platform | 5.3 | Medium | 2024-09-18 |
| CVE-2024-46987 | CamaleonCMS 信息泄露漏洞 — camaleon-cms | 7.7 | High | 2024-09-18 |
| CVE-2024-8969 | SYSCOM OMFLOW 信息泄露漏洞 — OMFLOW | 6.5 | Medium | 2024-09-18 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。