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-2026-1307 | WordPress plugin Ninja Forms 信息泄露漏洞 — Ninja Forms – The Contact Form Builder That Grows With You | 6.5 | Medium | 2026-03-28 |
| CVE-2026-33981 | changedetection.io 信息泄露漏洞 — changedetection.io | 7.5 | - | 2026-03-27 |
| CVE-2026-33886 | Statamic 信息泄露漏洞 — cms | 6.5 | Medium | 2026-03-27 |
| CVE-2026-31951 | LibreChat 信息泄露漏洞 — LibreChat | 6.8 | Medium | 2026-03-27 |
| CVE-2025-15381 | MLflow 信息泄露漏洞 — mlflow/mlflow | 5.4 | - | 2026-03-27 |
| CVE-2025-59031 | Open-Xchange OX Dovecot Pro 安全漏洞 — OX Dovecot Pro | 4.3 | Medium | 2026-03-27 |
| CVE-2026-33745 | cpp-httplib 信息泄露漏洞 — cpp-httplib | 7.4 | High | 2026-03-27 |
| CVE-2026-1556 | Drupal File Field Paths 安全漏洞 — Drupal File (Field) Paths | 6.5 | - | 2026-03-26 |
| CVE-2025-55265 | HCL Aftermarket DPC 安全漏洞 — Aftermarket DPC | 6.5 | Medium | 2026-03-26 |
| CVE-2025-55272 | HCL Aftermarket DPC 安全漏洞 — Aftermarket DPC | 3.1 | Low | 2026-03-26 |
| CVE-2025-55276 | HCL Aftermarket DPC 安全漏洞 — Aftermarket DPC | 3.1 | Low | 2026-03-26 |
| CVE-2026-4823 | Iperius Backup 访问控制错误漏洞 — Iperius Backup | 2.5 | Low | 2026-03-25 |
| CVE-2025-14915 | IBM WebSphere Application Server Liberty 信息泄露漏洞 — WebSphere Application Server - Liberty | 6.5 | Medium | 2026-03-25 |
| CVE-2026-33353 | Soft Serve 安全漏洞 — soft-serve | 8.1 | - | 2026-03-24 |
| CVE-2026-33627 | Parse Server 信息泄露漏洞 — parse-server | 8.1 | - | 2026-03-24 |
| CVE-2026-33161 | Craft CMS 安全漏洞 — cms | 5.4 | - | 2026-03-24 |
| CVE-2026-33677 | Vikunja 信息泄露漏洞 — vikunja | 6.5 | Medium | 2026-03-24 |
| CVE-2026-4733 | IX-Ray Engine 安全漏洞 — ixray-1.6-stcop | 5.3 | Medium | 2026-03-24 |
| CVE-2025-60949 | CSPro Users CSWeb 安全漏洞 — CSWeb | 9.1 | Critical | 2026-03-23 |
| CVE-2026-23486 | Blinko 信息泄露漏洞 — blinko | 5.3 | - | 2026-03-23 |
| CVE-2026-27131 | PutYourLightsOn Sprig Plugin for Craft CMS 安全漏洞 — craft-sprig | 5.5 | Medium | 2026-03-23 |
| CVE-2025-13997 | WordPress plugin King Addons for Elementor 信息泄露漏洞 — King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder | 5.3 | Medium | 2026-03-23 |
| CVE-2026-33422 | Discourse 信息泄露漏洞 — discourse | 3.5 | Low | 2026-03-20 |
| CVE-2026-33180 | HAPI FHIR 信息泄露漏洞 — org.hl7.fhir.core | 7.5 | High | 2026-03-20 |
| CVE-2026-33041 | WWBN AVideo 信息泄露漏洞 — AVideo | 5.3 | Medium | 2026-03-20 |
| CVE-2026-31869 | Discourse 安全漏洞 — discourse | 4.3 | - | 2026-03-20 |
| CVE-2026-30891 | Discourse 信息泄露漏洞 — discourse | 6.5 | - | 2026-03-20 |
| CVE-2026-29108 | SuiteCRM 信息泄露漏洞 — SuiteCRM-Core | 6.5 | Medium | 2026-03-19 |
| CVE-2026-32002 | OpenClaw 信息泄露漏洞 — OpenClaw | 5.3 | Medium | 2026-03-19 |
| CVE-2026-33394 | Discourse 信息泄露漏洞 — discourse | 2.7 | Low | 2026-03-19 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。