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-24003 | Samsung Bixby Vision 信息泄露漏洞 — Bixby Vision | 4.0 | Medium | 2022-02-11 |
| CVE-2022-24001 | Google Android 信息泄露漏洞 — Samsung Mobile Devices | 3.8 | Low | 2022-02-11 |
| CVE-2022-23633 | Rails Action Pack 信息泄露漏洞 — rails | 7.4 | High | 2022-02-11 |
| CVE-2022-20680 | Cisco Prime Service Catalog 安全漏洞 — Cisco Prime Service Catalog | 4.3 | Medium | 2022-02-10 |
| CVE-2022-20630 | Cisco DNA Center 日志信息泄露漏洞 — Cisco Digital Network Architecture Center (DNA Center) | 4.4 | Medium | 2022-02-10 |
| CVE-2022-22545 | SAP NetWeaver Application Server 信息泄露漏洞 — SAP NetWeaver Application Server ABAP and ABAP Platform | 4.9 | - | 2022-02-09 |
| CVE-2022-22542 | Sap Crm Web Channel 信息泄露漏洞 — SAP S/4HANA (Supplier Factsheet and Enterprise Search for Business Partner, Supplier and Customer) | 6.5 | - | 2022-02-09 |
| CVE-2022-23619 | Xwiki Platform 授权问题漏洞 — xwiki-platform | 5.3 | Medium | 2022-02-09 |
| CVE-2021-40360 | Siemens SIMATIC 信息泄露漏洞 — SIMATIC PCS 7 V8.2 | 7.8 | - | 2022-02-09 |
| CVE-2022-0474 | OTRS 信息泄露漏洞 — OTRSCustomContactFields | 2.4 | Low | 2022-02-07 |
| CVE-2022-22680 | Synology DiskStation Manager 信息泄露漏洞 — DiskStation Manager (DSM) | 5.3 | Medium | 2022-02-07 |
| CVE-2022-21712 | Twisted 信息泄露漏洞 — twisted | 7.5 | High | 2022-02-07 |
| CVE-2022-23607 | treq 信息泄露漏洞 — treq | 6.5 | Medium | 2022-02-01 |
| CVE-2022-0281 | Microweber 信息泄露漏洞 — microweber/microweber | 7.5 | - | 2022-01-20 |
| CVE-2022-22733 | Apache ShardingSphere 信息泄露漏洞 — Apache ShardingSphere ElasticJob-UI | 8.1 | - | 2022-01-20 |
| CVE-2022-21673 | Grafana 安全漏洞 — grafana | 4.3 | Medium | 2022-01-18 |
| CVE-2022-21683 | Torchbox Wagtail 信息泄露漏洞 — wagtail | 3.5 | Low | 2022-01-18 |
| CVE-2021-37867 | Mattermost 信息泄露漏洞 — Mattermost Boards | 4.3 | Medium | 2022-01-18 |
| CVE-2022-0235 | node-fetch 信息泄露漏洞 — node-fetch/node-fetch | 7.1 | - | 2022-01-16 |
| CVE-2021-44739 | Adobe Acrobat Reader Dc 信息泄露漏洞 — Acrobat Reader | 4.3 | - | 2022-01-14 |
| CVE-2021-44702 | Adobe Acrobat Reader Dc 信息泄露漏洞 — Acrobat Reader | 4.3 | - | 2022-01-14 |
| CVE-2022-21677 | Discourse 信息泄露漏洞 — discourse | 4.3 | Medium | 2022-01-14 |
| CVE-2022-21678 | Discourse 信息泄露漏洞 — discourse | 4.3 | Medium | 2022-01-13 |
| CVE-2021-41767 | Apache Guacamole 信息泄露漏洞 — Apache Guacamole | 6.5 | - | 2022-01-11 |
| CVE-2022-21671 | crosis 安全漏洞 — crosis | 8.1 | High | 2022-01-11 |
| CVE-2021-24948 | WordPress plugin Plus Addons for Elementor - Pro 注入漏洞 — The Plus Addons for Elementor - Pro | 7.5 | - | 2022-01-10 |
| CVE-2022-21642 | Discourse 信息泄露漏洞 — discourse | 4.3 | Medium | 2022-01-05 |
| CVE-2021-4024 | Podman 访问控制错误漏洞 — podman | 6.5 | - | 2021-12-23 |
| CVE-2021-36341 | Dell Wyse Device Agent 信息泄露漏洞 — Dell Wyse Device Agent | 5.5 | Medium | 2021-12-21 |
| CVE-2021-43823 | Sourcegraph 信息泄露漏洞 — sourcegraph | 6.5 | Medium | 2021-12-13 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。