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-2022-29071 | Arista Networks CloudVision Portal 日志信息泄露漏洞 — CloudVision Portal | 4.0 | Medium | 2022-08-05 |
| CVE-2022-33724 | SAMSUNG Mobile devices 安全漏洞 — Samsung Mobile Devices | 3.3 | Low | 2022-08-05 |
| CVE-2022-36834 | SAMSUNG Mobile devices 信息泄露漏洞 — Game Launcher | 3.3 | Low | 2022-08-05 |
| CVE-2022-33728 | SAMSUNG Mobile devices 安全漏洞 — Samsung Mobile Devices | 4.0 | Medium | 2022-08-05 |
| CVE-2022-36835 | SAMSUNG Internet Browser 安全漏洞 — Samsung Internet Browser | 3.3 | Low | 2022-08-05 |
| CVE-2022-31190 | DSpace 信息泄露漏洞 — DSpace | 5.3 | Medium | 2022-08-01 |
| CVE-2022-31185 | mprweb 信息泄露漏洞 — mprweb | 5.3 | Medium | 2022-08-01 |
| CVE-2022-31177 | Flask-AppBuilder 安全漏洞 — Flask-AppBuilder | 2.7 | Low | 2022-08-01 |
| CVE-2022-27614 | Synology Media Server 信息泄露漏洞 — Media Server | 5.3 | Medium | 2022-07-28 |
| CVE-2022-22216 | Juniper Networks Junos OS PTX 信息泄露漏洞 — Junos OS | 4.3 | Medium | 2022-07-20 |
| CVE-2022-2394 | Puppet 日志信息泄露漏洞 — Bolt | 4.1 | Medium | 2022-07-19 |
| CVE-2022-2117 | WordPress plugin GiveWP 信息泄露漏洞 — GiveWP – Donation Plugin and Fundraising Platform | 5.3 | Medium | 2022-07-18 |
| CVE-2021-4135 | Linux kernel 安全漏洞 — kernel | 5.5 | - | 2022-07-14 |
| CVE-2022-2408 | Mattermost 安全漏洞 — Mattermost | 4.3 | Medium | 2022-07-14 |
| CVE-2022-2401 | Mattermost 信息泄露漏洞 — Mattermost | 6.5 | Medium | 2022-07-14 |
| CVE-2022-1662 | Convert2RHEL 信息泄露漏洞 — convert2rhel | 7.1 | - | 2022-07-14 |
| CVE-2011-4916 | Linux kernel 信息泄露漏洞 — Linux Kernel | 5.5 | - | 2022-07-12 |
| CVE-2022-31134 | Zulip 代码问题漏洞 — zulip | 4.9 | Medium | 2022-07-12 |
| CVE-2022-35169 | SAP BusinessObjects Business Intelligence Platform 信息泄露漏洞 — SAP BusinessObjects Business Intelligence Platform (LCM) | 6.7 | - | 2022-07-12 |
| CVE-2022-29901 | Intel Microprocessors 安全漏洞 — Intel Microprocessors | 5.6 | Medium | 2022-07-12 |
| CVE-2020-35167 | Dell BSAFE 安全漏洞 — Dell BSAFE Crypto-C Micro Edition | 4.8 | Medium | 2022-07-11 |
| CVE-2022-31139 | UnsafeAccessor 信息泄露漏洞 — UnsafeAccessor | 5.9 | Medium | 2022-07-11 |
| CVE-2022-33700 | SAMSUNG Mobile devices TelephonyUI 安全漏洞 — Samsung Mobile Devices | 2.0 | Low | 2022-07-11 |
| CVE-2022-33699 | SAMSUNG Mobile devices 安全漏洞 — Samsung Mobile Devices | 2.0 | Low | 2022-07-11 |
| CVE-2022-33698 | SAMSUNG Mobile devices Telecom application 安全漏洞 — Samsung Mobile Devices | 3.3 | Low | 2022-07-11 |
| CVE-2022-33693 | SAMSUNG Mobile devices CID Manager 日志信息泄露漏洞 — Samsung Mobile Devices | 2.0 | Low | 2022-07-11 |
| CVE-2022-33687 | SAMSUNG Mobile devices telephony-common.jar 日志信息泄露漏洞 — Samsung Mobile Devices | 3.3 | Low | 2022-07-11 |
| CVE-2022-33686 | SAMSUNG Mobile devices GsmAlarmManager 安全漏洞 — Samsung Mobile Devices | 2.3 | Low | 2022-07-11 |
| CVE-2022-30753 | SAMSUNG Mobile devices SecSoterService 安全漏洞 — Samsung Mobile Devices | 3.3 | Low | 2022-07-11 |
| CVE-2022-31112 | Parse Server 信息泄露漏洞 — parse-server | 8.2 | High | 2022-06-30 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。