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-13641 | WordPress plugin Return Refund and Exchange For WooCommerce 信息泄露漏洞 — Return Refund and Exchange For WooCommerce | 5.9 | Medium | 2025-02-14 |
| CVE-2025-25195 | Zulip 信息泄露漏洞 — zulip | 4.3 | Medium | 2025-02-13 |
| CVE-2025-25281 | Outback Power Mojave Inverter 信息泄露漏洞 — Mojave Inverter | 7.5 | High | 2025-02-13 |
| CVE-2024-13606 | WordPress plugin JS Help Desk 信息泄露漏洞 — JS Help Desk – AI-Powered Support & Ticketing System | 7.5 | High | 2025-02-13 |
| CVE-2024-23563 | HCL Connections 安全漏洞 — Connections Docs | 3.9 | Low | 2025-02-12 |
| CVE-2024-13600 | WordPress plugin Majestic Support 信息泄露漏洞 — Majestic Support – The Leading-Edge Help Desk & Customer Support Plugin | 7.5 | High | 2025-02-12 |
| CVE-2024-32037 | GeoNetwork 信息泄露漏洞 — core-geonetwork | - | - | 2025-02-11 |
| CVE-2025-24408 | Adobe Commerce 信息泄露漏洞 — Adobe Commerce | 6.5 | Medium | 2025-02-11 |
| CVE-2024-52966 | Fortinet FortiAnalyzer 信息泄露漏洞 — FortiAnalyzer | 2.2 | Low | 2025-02-11 |
| CVE-2025-1115 | RT-Thread 访问控制错误漏洞 — RT-Thread | 3.3 | Low | 2025-02-08 |
| CVE-2024-43779 | ClearML Server 安全漏洞 — ClearML | 7.7 | High | 2025-02-06 |
| CVE-2025-20207 | Cisco多款产品 信息泄露漏洞 — Cisco Secure Email | 4.3 | Medium | 2025-02-05 |
| CVE-2024-13829 | WordPress plugin Tripetto 信息泄露漏洞 — WordPress form builder plugin for contact forms, surveys and quizzes – Tripetto | 5.3 | Medium | 2025-02-05 |
| CVE-2024-56197 | Discourse 信息泄露漏洞 — discourse | 2.2 | Low | 2025-02-04 |
| CVE-2025-24373 | PDF Invoices & Packing Slips for WooCommerce 信息泄露漏洞 — woocommerce-pdf-invoices-packing-slips | 6.5 | - | 2025-02-04 |
| CVE-2025-24899 | reNgine 信息泄露漏洞 — rengine | 6.5 | - | 2025-02-03 |
| CVE-2025-23215 | PMD 安全漏洞 — pmd | 9.8 | - | 2025-01-31 |
| CVE-2024-11741 | Grafana 安全漏洞 — Grafana | 4.3 | Medium | 2025-01-31 |
| CVE-2024-13623 | WordPress plugin Order Export for WooCommerce 信息泄露漏洞 — Order Export for WooCommerce | 5.9 | Medium | 2025-01-31 |
| CVE-2024-23937 | Silicon Labs Gecko OS 安全漏洞 — Gecko OS | 4.3 | Medium | 2025-01-31 |
| CVE-2024-23962 | Alpine Halo9 安全漏洞 — Halo9 | 5.3 | Medium | 2025-01-30 |
| CVE-2024-8494 | WordPress plugin Elementor Website Builder Pro 安全漏洞 — Elementor Website Builder Pro | 4.3 | Medium | 2025-01-30 |
| CVE-2025-24884 | kube-audit-rest 安全漏洞 — kube-audit-rest | 4.3 | - | 2025-01-29 |
| CVE-2025-23212 | Tandoor Recipes 安全漏洞 — recipes | 7.7 | High | 2025-01-28 |
| CVE-2025-0659 | Rockwell Automation DataEdge Platform DataMosaix Private Cloud 安全漏洞 — DataEdgePlatform DataMosaix™ Private Cloud | 4.9 | - | 2025-01-28 |
| CVE-2024-11090 | WordPress plugin Membership Plugin – Restrict Content 信息泄露漏洞 — Membership Plugin – Restrict Content | 5.3 | Medium | 2025-01-26 |
| CVE-2024-13562 | WordPress plugin Import WP – Export and Import CSV and XML files to WordPress 信息泄露漏洞 — Import WP – Export and Import CSV and XML files to WordPress | 7.5 | High | 2025-01-25 |
| CVE-2025-24360 | Nuxt 信息泄露漏洞 — nuxt | 5.3 | Medium | 2025-01-25 |
| CVE-2025-24363 | HL7 FHIR IG Publisher Artifacts 信息泄露漏洞 — fhir-ig-publisher | 4.2 | Medium | 2025-01-24 |
| CVE-2025-22612 | Coolify 安全漏洞 — coolify | 10.0 | Critical | 2025-01-24 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。