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-2025-12585 | WordPress plugin MxChat 信息泄露漏洞 — MxChat – AI Chatbot & Content Generation for WordPress | 5.3 | Medium | 2025-12-03 |
| CVE-2025-41066 | Horde Groupware 信息泄露漏洞 — Groupware | 5.3AI | Medium AI | 2025-12-02 |
| CVE-2025-41015 | TCMAN GIM 信息泄露漏洞 — GIM | 5.3AI | Medium AI | 2025-12-02 |
| CVE-2025-41014 | TCMAN GIM 信息泄露漏洞 — GIM | 5.3AI | Medium AI | 2025-12-02 |
| CVE-2025-13696 | WordPress plugin Zigaform 信息泄露漏洞 — Zigaform – Price Calculator & Cost Estimation Form Builder Lite | 5.3 | Medium | 2025-12-02 |
| CVE-2025-66304 | Grav 安全漏洞 — grav | 6.2 | Medium | 2025-12-01 |
| CVE-2025-13653 | Search Guard FLX 安全漏洞 — Search Guard FLX | 4.3 | Medium | 2025-12-01 |
| CVE-2025-2879 | ARM Valhall GPU Kernel Driver和ARM 5th Gen GPU Architecture Kernel Driver 安全漏洞 — Valhall GPU Kernel Driver | 5.5AI | Medium AI | 2025-12-01 |
| CVE-2025-13804 | NutzBoot 访问控制错误漏洞 — NutzBoot | 4.3 | Medium | 2025-12-01 |
| CVE-2025-13785 | Skuul school management system 访问控制错误漏洞 — Skuul School Management System | 4.3 | Medium | 2025-11-30 |
| CVE-2025-66027 | Rallly 安全漏洞 — rallly | 4.3 | - | 2025-11-29 |
| CVE-2025-13683 | Devolutions Server 安全漏洞 — Server | 8.1 | - | 2025-11-28 |
| CVE-2025-64312 | Huawei HarmonyOS 安全漏洞 — HarmonyOS | 4.9 | Medium | 2025-11-28 |
| CVE-2025-58305 | Huawei HarmonyOS 安全漏洞 — HarmonyOS | 6.2 | Medium | 2025-11-28 |
| CVE-2025-64311 | Huawei HarmonyOS 安全漏洞 — HarmonyOS | 5.1 | Medium | 2025-11-28 |
| CVE-2025-12559 | Mattermost 安全漏洞 — Mattermost | 4.3 | Medium | 2025-11-27 |
| CVE-2025-13758 | Devolutions Server 安全漏洞 — Server | 6.5 | - | 2025-11-27 |
| CVE-2025-13765 | Devolutions Server 安全漏洞 — Server | 6.5 | - | 2025-11-27 |
| CVE-2025-59454 | Apache CloudStack 安全漏洞 — Apache CloudStack | 4.3 | - | 2025-11-27 |
| CVE-2025-12584 | WordPress plugin Quick View for WooCommerce 信息泄露漏洞 — Quick View for WooCommerce | 5.3 | Medium | 2025-11-27 |
| CVE-2025-65957 | Core-Bot 信息泄露漏洞 — Core-Bot | 7.5AI | High AI | 2025-11-25 |
| CVE-2025-12525 | WordPress plugin Locker Content 信息泄露漏洞 — Locker Content | 5.3 | Medium | 2025-11-25 |
| CVE-2025-65951 | Inside Track 加密问题漏洞 — entropy-derby | 8.7 | High | 2025-11-25 |
| CVE-2025-13526 | WordPress plugin OneClick Chat to Order 信息泄露漏洞 — OneClick Chat to Order | 7.5 | High | 2025-11-22 |
| CVE-2025-12039 | WordPress plugin BigBuy Dropshipping Connector for WooCommerce 信息泄露漏洞 — BigBuy Dropshipping Connector for WooCommerce | 5.3 | Medium | 2025-11-21 |
| CVE-2025-11368 | WordPress plugin LearnPress 信息泄露漏洞 — LearnPress – WordPress LMS Plugin for Create and Sell Online Courses | 5.3 | Medium | 2025-11-21 |
| CVE-2025-12426 | WordPress plugin Quiz Maker 信息泄露漏洞 — Quiz Maker | 5.3 | Medium | 2025-11-19 |
| CVE-2025-12770 | WordPress plugin New User Approve 信息泄露漏洞 — New User Approve | 5.3 | Medium | 2025-11-19 |
| CVE-2025-64324 | Kubevirt 安全漏洞 — kubevirt | 9.6AI | Critical AI | 2025-11-18 |
| CVE-2025-54971 | Fortinet FortiADC 信息泄露漏洞 — FortiADC | 3.9 | Medium | 2025-11-18 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。