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-40495 | FOSSBilling 信息泄露漏洞 — FOSSBilling | - | - | 2026-06-03 |
| CVE-2026-41032 | Phoenix Contact多款产品 信息泄露漏洞 — CHARX SEC-3150 | 7.5 | High | 2026-06-03 |
| CVE-2026-32625 | LibreChat 信息泄露漏洞 — LibreChat | 9.6 | Critical | 2026-06-02 |
| CVE-2026-45553 | NiceGUI 信息泄露漏洞 — nicegui | 7.5 | High | 2026-06-02 |
| CVE-2026-45080 | Klaw 访问控制错误漏洞 — klaw | - | - | 2026-06-02 |
| CVE-2026-28511 | eLabFTW 信息泄露漏洞 — elabftw | 4.3 | Medium | 2026-06-01 |
| CVE-2026-40965 | Cloud Foundry UAA 安全漏洞 — uaa_release | 10.0 | Critical | 2026-06-01 |
| CVE-2026-45286 | Nextcloud Calendar 信息泄露漏洞 — security-advisories | 4.3 | Medium | 2026-06-01 |
| CVE-2026-45277 | Nextcloud Files approval 信息泄露漏洞 — security-advisories | 3.3 | Low | 2026-06-01 |
| CVE-2026-45267 | Nextcloud Forms 安全漏洞 — security-advisories | 6.5 | Medium | 2026-06-01 |
| CVE-2026-42360 | Apache Airflow 安全漏洞 — Apache Airflow | - | - | 2026-06-01 |
| CVE-2026-42358 | Apache Airflow 信息泄露漏洞 — Apache Airflow | - | - | 2026-06-01 |
| CVE-2026-45192 | Apache Airflow 安全漏洞 — Apache Airflow | - | - | 2026-06-01 |
| CVE-2026-48189 | OTRS 安全漏洞 — OTRS | 5.7 | Medium | 2026-06-01 |
| CVE-2026-48210 | OTRS 安全漏洞 — OTRS | 5.7 | Medium | 2026-05-31 |
| CVE-2026-2128 | WordPress plugin Breeze 信息泄露漏洞 — Breeze Cache | 5.3 | Medium | 2026-05-29 |
| CVE-2026-8995 | WordPress plugin Poll Maker 信息泄露漏洞 — Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls | 4.3 | Medium | 2026-05-29 |
| CVE-2026-47136 | rustfs 访问控制错误漏洞 — rustfs | - | - | 2026-05-28 |
| CVE-2026-45332 | Automad 访问控制错误漏洞 — automad | 7.5 | High | 2026-05-28 |
| CVE-2026-7526 | WordPress plugin PDF Embedder 信息泄露漏洞 — PDF Embedder – PDF Viewer & Embed PDF Files for WordPress | 4.3 | Medium | 2026-05-28 |
| CVE-2026-42878 | FacturaScripts 信息泄露漏洞 — facturascripts | 5.3 | Medium | 2026-05-27 |
| CVE-2026-46427 | Budibase 信息泄露漏洞 — budibase | 7.7 | High | 2026-05-27 |
| CVE-2026-44460 | FileRise 访问控制错误漏洞 — FileRise | 7.4 | High | 2026-05-27 |
| CVE-2026-8405 | IBM Guardium Data Protection 信息泄露漏洞 — Guardium Data Protection | 6.5 | Medium | 2026-05-27 |
| CVE-2026-24198 | NVIDIA GPU Display Driver 信息泄露漏洞 — GeForce | 5.6 | Medium | 2026-05-26 |
| CVE-2026-9352 | Hermes Agent 访问控制错误漏洞 — hermes-agent | 5.3 | Medium | 2026-05-24 |
| CVE-2026-9349 | cal.diy 访问控制错误漏洞 — cal.diy | 5.3 | Medium | 2026-05-24 |
| CVE-2026-40166 | authentik 安全漏洞 — authentik | - | - | 2026-05-22 |
| CVE-2026-3636 | Mattermost 安全漏洞 — Mattermost | 4.3 | Medium | 2026-05-22 |
| CVE-2026-7636 | WordPress plugin Slider by Soliloquy 信息泄露漏洞 — Slider by Soliloquy – Responsive Image Slider for WordPress | 4.3 | Medium | 2026-05-22 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。