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-2023-0814 | WordPress Plugin Profile Builder - User Profile & User Registration Forms 信息泄露漏洞 — User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor | 6.5 | Medium | 2023-02-14 |
| CVE-2022-45454 | Acronis Agent 安全漏洞 — Acronis Agent | 7.5 | - | 2023-02-13 |
| CVE-2022-24410 | Dell BIOS 安全漏洞 — CPG BIOS | 6.8 | Medium | 2023-02-10 |
| CVE-2022-46650 | Sierra Wireless AirLink Router 信息泄露漏洞 — ALEOS | 4.3 | - | 2023-02-10 |
| CVE-2023-21435 | SAMSUNG Mobile devices 日志信息泄露漏洞 — Samsung Mobile Devices | 4.4 | Medium | 2023-02-09 |
| CVE-2023-25165 | Helm 信息泄露漏洞 — helm | 4.3 | Medium | 2023-02-08 |
| CVE-2022-40691 | MOXA SDS-3008 安全漏洞 — SDS-3008 Series Industrial Ethernet Switch | 7.5 | - | 2023-02-07 |
| CVE-2023-24827 | syft 日志信息泄露漏洞 — syft | 6.5 | Medium | 2023-02-07 |
| CVE-2022-42439 | IBM App Connect Enterprise 日志日志信息泄露漏洞 — App Connect Enterprise | 6.8 | Medium | 2023-02-06 |
| CVE-2020-36660 | evesrp 信息泄露漏洞 — EVE Ship Replacement Program | 4.3 | Medium | 2023-02-06 |
| CVE-2022-23498 | Grafana 安全漏洞 — grafana | 7.1 | High | 2023-02-03 |
| CVE-2023-0659 | BDCOM 1704-WGL 信息泄露漏洞 — 1704-WGL | 5.3 | Medium | 2023-02-03 |
| CVE-2023-0658 | Multilaser RE057 和 RE170 信息泄露漏洞 — RE057 | 5.3 | Medium | 2023-02-02 |
| CVE-2021-22786 | 多款Schneider Electric产品 信息泄露漏洞 — Modicon M340 CPU (part numbers BMXP34*) | 7.5 | High | 2023-02-01 |
| CVE-2023-22611 | EcoStruxure Geo SCADA Expert 信息泄露漏洞 — EcoStruxure Geo SCADA Expert 2019 - 2021 (formerly known as ClearSCADA) | 7.5 | High | 2023-01-31 |
| CVE-2023-23629 | Metabase 安全漏洞 — metabase | 6.3 | Medium | 2023-01-28 |
| CVE-2023-23628 | Metabase 信息泄露漏洞 — metabase | 5.7 | Medium | 2023-01-28 |
| CVE-2023-23624 | Discourse 信息泄露漏洞 — discourse | 4.3 | Medium | 2023-01-27 |
| CVE-2023-0557 | WordPress plugin ContentStudio 信息泄露漏洞 — ContentStudio | 7.5 | High | 2023-01-27 |
| CVE-2023-23620 | Discourse 信息泄露漏洞 — discourse | 5.3 | Medium | 2023-01-27 |
| CVE-2023-0321 | Campbell Scientific dataloggers 信息泄露漏洞 — CR6 | 9.1 | Critical | 2023-01-25 |
| CVE-2023-23613 | OpenSearch Project 信息泄露漏洞 — security | 5.7 | Medium | 2023-01-24 |
| CVE-2021-39089 | IBM Cloud Pak for Security 信息泄露漏洞 — Cloud Pak for Security | 4.3 | Medium | 2023-01-20 |
| CVE-2022-39167 | IBM Spectrum Virtualize 信息泄露漏洞 — Spectrum Virtualize | 5.9 | Medium | 2023-01-19 |
| CVE-2022-45103 | Dell EMC Unisphere for PowerMax 信息泄露漏洞 — Unisphere for PowerMax vApp | 6.5 | Medium | 2023-01-18 |
| CVE-2023-22875 | IBM QRadar SIEM 信息泄露漏洞 — Security QRadar SIEM | 8.4 | High | 2023-01-17 |
| CVE-2022-3091 | RONDS EPM 信息泄露漏洞 — Equipment Predictive Maintenance Solution | 7.5 | High | 2023-01-17 |
| 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 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。