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-8676 | WordPress plugin B Slider 信息泄露漏洞 — bSlider – Create Responsive Image, Post, Product, and Video Sliders | 4.3 | Medium | 2025-08-15 |
| CVE-2025-9036 | Rockwell Automation FactoryTalk Action Manager 安全漏洞 — FactoryTalk® Action Manager | 6.5AI | Medium AI | 2025-08-14 |
| CVE-2025-55673 | Apache Superset 信息泄露漏洞 — Apache Superset | 3.5AI | Low AI | 2025-08-14 |
| CVE-2025-55165 | Autocaliweb 信息泄露漏洞 — autocaliweb | 8.3 | High | 2025-08-12 |
| CVE-2025-53728 | Microsoft Dynamics 365 信息泄露漏洞 — Microsoft Dynamics 365 (on-premises) version 9.1 | 6.5 | Medium | 2025-08-12 |
| CVE-2025-53156 | Microsoft Windows Storage Port Driver 信息泄露漏洞 — Windows 11 Version 24H2 | 5.5 | Medium | 2025-08-12 |
| CVE-2025-53136 | Microsoft Windows NT OS Kernel 信息泄露漏洞 — Windows 10 Version 1507 | 5.5 | Medium | 2025-08-12 |
| CVE-2025-50154 | Microsoft Windows File Explorer 信息泄露漏洞 — Windows 10 Version 1507 | 6.5 | Medium | 2025-08-12 |
| CVE-2025-53781 | Microsoft Azure 信息泄露漏洞 — DCadsv5-series Azure VM | 7.7 | High | 2025-08-12 |
| CVE-2025-33051 | Microsoft Exchange Server 信息泄露漏洞 — Microsoft Exchange Server 2016 Cumulative Update 23 | 7.5 | High | 2025-08-12 |
| CVE-2025-3831 | Check Point Harmony SASE 安全漏洞 — Check Point Harmony SASE | 8.1 | High | 2025-08-12 |
| CVE-2025-40768 | Siemens SINEC Traffic Analyzer 信息泄露漏洞 — SINEC Traffic Analyzer | 7.3 | High | 2025-08-12 |
| CVE-2025-4390 | WordPress plugin WP Private Content Plus 信息泄露漏洞 — WP Private Content Plus | 5.3 | Medium | 2025-08-12 |
| CVE-2025-8866 | YugabyteDB 安全漏洞 — YugabyteDB Anywhere | 5.3AI | Medium AI | 2025-08-11 |
| CVE-2025-55008 | AuthKit React Router Library 信息泄露漏洞 — authkit-react-router | 7.1 | High | 2025-08-09 |
| CVE-2025-55009 | AuthKit Remix Library 信息泄露漏洞 — authkit-remix | 7.1 | High | 2025-08-09 |
| CVE-2025-8738 | zlt-microservices-platform 访问控制错误漏洞 — microservices-platform | 5.3 | Medium | 2025-08-08 |
| CVE-2024-58255 | Huawei EnzoH 安全漏洞 — EnzoH-W5611T | 5.0 | Medium | 2025-08-08 |
| CVE-2024-58257 | Huawei EnzoH 安全漏洞 — EnzoH-W5611T | 5.7 | Medium | 2025-08-08 |
| CVE-2024-58256 | Huawei EnzoH 安全漏洞 — EnzoH-W5611T | 4.5 | Medium | 2025-08-08 |
| CVE-2025-54786 | SuiteCRM 访问控制错误漏洞 — SuiteCRM-Core | 5.3 | Medium | 2025-08-06 |
| CVE-2025-38746 | Dell SupportAssist OS Recovery 信息泄露漏洞 — SupportAssist OS Recovery | 3.5 | Low | 2025-08-06 |
| CVE-2025-46388 | Emby MediaBrowser 信息泄露漏洞 — MediaBrowser | 4.3 | Medium | 2025-08-06 |
| CVE-2025-8620 | WordPress plugin GiveWP 信息泄露漏洞 — GiveWP – Donation Plugin and Fundraising Platform | 5.3 | Medium | 2025-08-06 |
| CVE-2025-54615 | Huawei HarmonyOS 安全漏洞 — HarmonyOS | 6.2 | Medium | 2025-08-06 |
| CVE-2025-8525 | XBoot 访问控制错误漏洞 — xboot | 5.3 | Medium | 2025-08-04 |
| CVE-2025-8519 | Vvveb 访问控制错误漏洞 — Vvveb | 2.7 | Low | 2025-08-04 |
| CVE-2025-8515 | Intelbras InControl 访问控制错误漏洞 — InControl | 3.1 | Low | 2025-08-04 |
| CVE-2025-23290 | NVIDIA GPU Display Driver 信息泄露漏洞 — GPU Display Drivers | 2.5 | Low | 2025-08-02 |
| CVE-2025-6722 | WordPress plugin BitFire Security 信息泄露漏洞 — BitFire Security – Firewall, WAF, Bot/Spam Blocker, Login Security | 5.3 | Medium | 2025-08-02 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。