CWE-200 信息暴露 类弱点 2799 条 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-2022-41859 | SUSE Linux Enterprise Server 信息泄露漏洞 — freeradius | 7.5 | - | 2023-01-17 |
| CVE-2022-46371 | Alotcer AR7088H 安全漏洞 — AR7088H-A | 5.3 | Medium | 2023-01-12 |
| CVE-2022-4457 | Cloudflare WARP 安全漏洞 — WARP | 5.5 | Medium | 2023-01-11 |
| CVE-2022-0553 | zephyr 安全漏洞 — zephyr | 6.5 | Medium | 2023-01-11 |
| CVE-2022-4415 | systemd 信息泄露漏洞 — systemd | 5.5 | - | 2023-01-11 |
| CVE-2022-4543 | Linux kernel 信息泄露漏洞 — Linux kernel | 5.5 | - | 2023-01-11 |
| CVE-2022-46163 | openSUSE SQL注入漏洞 — travel-support-program | 7.5 | High | 2023-01-10 |
| CVE-2023-0023 | SAP Bank Account Management 信息泄露漏洞 — Bank Account Management (Manage Banks) | 4.5 | Medium | 2023-01-10 |
| CVE-2022-23509 | Weave GitOps 信息泄露漏洞 — weave-gitops | 7.4 | High | 2023-01-09 |
| CVE-2023-0113 | Netis Netcore Router 信息泄露漏洞 — Netcore Router | 5.3 | Medium | 2023-01-07 |
| CVE-2023-22453 | Discourse 信息泄露漏洞 — discourse | 5.3 | Medium | 2023-01-05 |
| CVE-2022-23546 | Discourse 信息泄露漏洞 — discourse | 5.5 | Medium | 2023-01-05 |
| CVE-2022-43573 | IBM Robotic Process Automation 信息泄露漏洞 — Robotic Process Automation | 3.1 | Low | 2023-01-05 |
| CVE-2022-4869 | Artaxerxes 信息泄露漏洞 — Artaxerxes | 3.5 | Low | 2023-01-05 |
| CVE-2022-22337 | IBM Sterling B2B Integrator 信息泄露漏洞 — Sterling B2B Integrator Standard Edition | 4.3 | Medium | 2023-01-04 |
| CVE-2013-10007 | WP Print Friendly 信息泄露漏洞 — WP-Print-Friendly | 5.3 | Medium | 2023-01-03 |
| CVE-2022-34674 | NVIDIA GPU Display Driver 安全漏洞 — vGPU software (guest driver) - Linux, vGPU software (Virtual GPU Manager), NVIDIA Cloud Gaming (guest driver), NVIDIA Cloud Gaming (Virtual GPU Manager) | 6.8 | Medium | 2022-12-30 |
| CVE-2022-42266 | NVIDIA GPU Display Driver 信息泄露漏洞 — vGPU software (guest driver) - Windows, NVIDIA Cloud Gaming (guest driver) | 5.5 | Medium | 2022-12-30 |
| CVE-2022-3185 | Dataprobe iBoot-PDU 信息泄露漏洞 — iBoot-PDU FW | 5.3 | Medium | 2022-12-21 |
| CVE-2022-39166 | IBM Security Guardium 安全漏洞 — Security Guardium | 4.4 | Medium | 2022-12-20 |
| CVE-2022-23490 | BigBlueButton 安全漏洞 — bigbluebutton | 4.3 | Medium | 2022-12-16 |
| CVE-2022-41964 | BigBlueButton 信息泄露漏洞 — bigbluebutton | 5.7 | Medium | 2022-12-16 |
| CVE-2022-3917 | NetMotion Mobility 信息泄露漏洞 — Moto e20 | 4.6 | Medium | 2022-12-14 |
| CVE-2022-23504 | TYPO3 安全漏洞 — typo3 | 5.7 | Medium | 2022-12-14 |
| CVE-2022-46355 | Siemens SCALANCE Series 信息泄露漏洞 — SCALANCE X204RNA (HSR) | 7.5 | - | 2022-12-13 |
| CVE-2022-23497 | FreshRSS 信息泄露漏洞 — FreshRSS | 6.5 | Medium | 2022-12-09 |
| CVE-2022-46158 | PrestaShop 信息泄露漏洞 — PrestaShop | 5.3 | Medium | 2022-12-08 |
| CVE-2022-23469 | Containous Traefik 日志信息泄露漏洞 — traefik | 3.5 | Low | 2022-12-08 |
| CVE-2022-46825 | JetBrains IntelliJ IDEA 加密问题漏洞 — IntelliJ IDEA | 4.0 | Medium | 2022-12-08 |
| CVE-2022-39897 | SAMSUNG Mobile devices 日志信息泄露漏洞 — Samsung Mobile Devices | 4.4 | Medium | 2022-12-08 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 2799 条 CVE 漏洞。