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-48499 | activepieces 信息泄露漏洞 — activepieces | 9.3 | Critical | 2026-07-30 |
| CVE-2026-67435 | Linuxfabrik monitoring-plugins 信息泄露漏洞 — monitoring-plugins | 6.0 | Medium | 2026-07-29 |
| CVE-2026-13697 | undici 信息泄露漏洞 — undici | 7.4 | High | 2026-07-29 |
| CVE-2026-54660 | acacode Swagger TypeScript API 信息泄露漏洞 — swagger-typescript-api | 7.4 | High | 2026-07-29 |
| CVE-2026-58157 | Apache Traffic Server 信息泄露漏洞 — Apache Traffic Server | 8.7 | High | 2026-07-29 |
| CVE-2026-55403 | Koudai Aono datamodel-code-generator 信息泄露漏洞 — datamodel-code-generator | 3.7 | Low | 2026-07-28 |
| CVE-2026-54603 | Ruby OAuth OAuth2 信息泄露漏洞 — oauth2 | 8.6 | High | 2026-07-28 |
| CVE-2026-54605 | Ruby OAuth OAuth 信息泄露漏洞 — oauth | 7.2 | High | 2026-07-28 |
| CVE-2026-8058 | IBM OPENBMC 信息泄露漏洞 — OPENBMC | 4.5 | Medium | 2026-07-28 |
| CVE-2026-18038 | nextlevelbuilder goclaw 信息泄露漏洞 — GoClaw | 4.3 | Medium | 2026-07-28 |
| CVE-2026-16773 | WPBot 8.5.9 未授权敏感信息泄露漏洞 — WPBot – AI ChatBot for Live Support, Lead Generation, AI Services | 5.3 | Medium | 2026-07-28 |
| CVE-2026-15012 | WordPress Demi 信息泄露漏洞 — Demi – One Click Demo Import, Backup & Site Migration | 5.3 | Medium | 2026-07-28 |
| CVE-2026-66018 | JFrog Artifactory 信息泄露漏洞 — artifactory | 6.5 | Medium | 2026-07-27 |
| CVE-2026-42017 | JFrog Artifactory 信息泄露漏洞 — artifactory | 8.8 | High | 2026-07-27 |
| CVE-2026-17612 | Honeywell S35 Series 信息泄露漏洞 — S35 Series 3M/5M/8M/PinHole Cameras | 6.9 | Medium | 2026-07-27 |
| CVE-2026-17457 | mf-yang openclaw-cn 信息泄露漏洞 — openclaw-cn | 4.3 | Medium | 2026-07-26 |
| CVE-2026-55729 | LOYTEC LWEB-802 信息泄露漏洞 — LWEB-802 | 7.7 | High | 2026-07-24 |
| CVE-2026-17048 | Red Hat Build of Keycloak 信息泄露漏洞 — Red Hat build of Keycloak 26.6 | 5.5 | Medium | 2026-07-24 |
| CVE-2026-49159 | Microsoft Graph 信息泄露漏洞 — Microsoft Graph | 6.5 | Medium | 2026-07-24 |
| CVE-2026-64874 | Regular Labs Cache Cleaner Pro extension for Joomla 信息泄露漏洞 — Cache Cleaner Pro extension for Joomla | - | - | 2026-07-23 |
| CVE-2026-65430 | joomla GeoIP 信息泄露漏洞 — GeoIP extension for Joomla | - | - | 2026-07-23 |
| CVE-2026-44276 | Dell PowerProtect Data Manager 信息泄露漏洞 — PowerProtect Data Manager | 6.0 | Medium | 2026-07-22 |
| CVE-2026-47247 | strukturag libheif 信息泄露漏洞 — libheif | 7.5 | High | 2026-07-21 |
| CVE-2026-56579 | HCL MyCloud 信息泄露漏洞 — MyCloud | 3.1 | Low | 2026-07-21 |
| CVE-2026-56578 | HCL MyCloud 信息泄露漏洞 — MyCloud | 2.2 | Low | 2026-07-21 |
| CVE-2026-47395 | Mervin Praison PraisonAI 信息泄露漏洞 — PraisonAI | 5.5 | Medium | 2026-07-21 |
| CVE-2026-56584 | HCLSoftware IntelliOps Event Management 信息泄露漏洞 — IntelliOps Event Management | 3.7 | Low | 2026-07-21 |
| CVE-2026-65009 | OpenRemote 信息泄露漏洞 — openremote | 4.3 | Medium | 2026-07-21 |
| CVE-2026-44231 | bestpractical rt 信息泄露漏洞 — rt | 9.1 | Critical | 2026-07-20 |
| CVE-2026-60031 | Joomla Quix Page Builder Pro 信息泄露漏洞 — Quix Page Builder Pro extension for Joomla | 6.9 | Medium | 2026-07-20 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。