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-90541 | WWBN AVideo 信息泄露漏洞 — AVideo | 5.3 | Medium | 2026-09-12 |
| CVE-2026-90539 | WWBN AVideo 信息泄露漏洞 — AVideo | 5.3 | Medium | 2026-09-12 |
| CVE-2026-90538 | WWBN AVideo 信息泄露漏洞 — AVideo | 5.3 | Medium | 2026-09-12 |
| CVE-2026-90536 | WWBN AVideo 信息泄露漏洞 — AVideo | 5.3 | Medium | 2026-09-12 |
| CVE-2026-17585 | WordPress Royal Addons for Elementor 信息泄露漏洞 — Royal Addons for Elementor – Addons and Templates Kit for Elementor | 5.3 | Medium | 2026-09-12 |
| CVE-2026-50025 | Tim Martin Mousehole 信息泄露漏洞 — mousehole | 6.9 | Medium | 2026-09-11 |
| CVE-2026-49462 | NL Portal nl.nl-portal:app 配置错误漏洞 — nl.nl-portal:app | 5.3 | Medium | 2026-09-11 |
| CVE-2026-49463 | NL-Portal 信息泄露漏洞 — nl.nl-portal:besluiten | 6.5 | Medium | 2026-09-11 |
| CVE-2026-89298 | Keycloak 信息泄露漏洞 — Red Hat Build of Keycloak | 4.9 | Medium | 2026-09-11 |
| CVE-2026-89248 | WWBN AVideo 信息泄露漏洞 — AVideo | 5.3 | Medium | 2026-09-11 |
| CVE-2026-88059 | Angular 信息泄露漏洞 — angular | 4.0 | Medium | 2026-09-10 |
| CVE-2026-88013 | Rclone 信息泄露漏洞 — rclone | 3.7 | Low | 2026-09-10 |
| CVE-2026-88893 | Openpanel-dev openpanel 信息泄露漏洞 — openpanel | 7.5 | High | 2026-09-10 |
| CVE-2026-88876 | WWBN AVideo 信息泄露漏洞 — AVideo | 7.5 | High | 2026-09-10 |
| CVE-2026-88874 | WWBN AVideo 信息泄露漏洞 — AVideo | 7.5 | High | 2026-09-10 |
| CVE-2026-0305 | Palo Alto Networks Prisma Access Agent 信息泄露漏洞 — Prisma Access Agent | 4.3 | Medium | 2026-09-10 |
| CVE-2026-87017 | Open WebUI 信息泄露漏洞 — open-webui | 4.3 | Medium | 2026-09-09 |
| CVE-2026-86767 | Grokability Snipe-IT 信息泄露漏洞 — snipe-it | 5.0 | Medium | 2026-09-09 |
| CVE-2026-87820 | Usman Nasir CyberPanel 信息泄露漏洞 — cyberpanel | 5.3 | Medium | 2026-09-09 |
| CVE-2026-87810 | SiYuan 信息泄露漏洞 — siyuan | 5.3 | Medium | 2026-09-09 |
| CVE-2026-87032 | Tanium Server 信息泄露漏洞 — Tanium Server | 4.3 | Medium | 2026-09-09 |
| CVE-2026-87035 | Tanium Comply 信息泄露漏洞 — Comply | 4.3 | Medium | 2026-09-09 |
| CVE-2026-87593 | Google Chrome 信息泄露漏洞 — Chrome | - | - | 2026-09-09 |
| CVE-2026-87437 | Google Chrome 信息泄露漏洞 — Chrome | - | - | 2026-09-09 |
| CVE-2026-87477 | Google Chrome 信息泄露漏洞 — Chrome | - | - | 2026-09-09 |
| CVE-2026-87461 | Google Chrome 信息泄露漏洞 — Chrome | - | - | 2026-09-09 |
| CVE-2026-87490 | Google Chrome 信息泄露漏洞 — Chrome | - | - | 2026-09-09 |
| CVE-2026-87545 | Google Chrome 信息泄露漏洞 — Chrome | - | - | 2026-09-09 |
| CVE-2026-87565 | Google Chrome 信息泄露漏洞 — Chrome | - | - | 2026-09-09 |
| CVE-2026-87435 | Google Chrome 信息泄露漏洞 — Chrome | - | - | 2026-09-09 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。