CWE-200 信息暴露 类弱点 2810 条 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-0994 | RosarioSIS 信息泄露漏洞 — francoisjacquet/rosariosis | 7.5 | - | 2023-02-24 |
| CVE-2023-22476 | MantisBT 安全漏洞 — mantisbt | 4.3 | Medium | 2023-02-23 |
| CVE-2023-0597 | Linux kernel 安全漏洞 — Kernel | 5.5 | - | 2023-02-23 |
| CVE-2017-20178 | Codiad 信息泄露漏洞 — Codiad | 3.1 | Low | 2023-02-21 |
| CVE-2022-48319 | Checkmk 日志信息泄露漏洞 — Checkmk | 6.5 | Medium | 2023-02-20 |
| CVE-2023-0901 | Pixelfed 信息泄露漏洞 — pixelfed/pixelfed | 5.3 | - | 2023-02-18 |
| CVE-2022-34351 | IBM QRadar SIEM 信息泄露漏洞 — QRadar SIEM | 5.9 | Medium | 2023-02-17 |
| CVE-2022-41734 | IBM Maximo Asset Management 信息泄露漏洞 — Maximo Asset Management | 5.3 | Medium | 2023-02-17 |
| CVE-2022-43930 | IBM WebSphere Application Server 日志日志信息泄露漏洞 — Db2 for Linux, UNIX and Windows | 6.2 | Medium | 2023-02-17 |
| CVE-2022-43927 | IBM WebSphere Application Server 信息泄露漏洞 — Db2 for Linux, UNIX and Windows | 5.9 | Medium | 2023-02-17 |
| CVE-2023-22580 | Tiki Wiki CMS Groupware 信息泄露漏洞 — Sequelize.js | 5.3 | Medium | 2023-02-16 |
| CVE-2022-27891 | Palantir 访问控制错误漏洞 — Gotham | 5.3 | Medium | 2023-02-16 |
| CVE-2023-23458 | Sunell DVR 安全漏洞 — DVR | 6.5 | Medium | 2023-02-15 |
| CVE-2023-0020 | SAP BusinessObjects Business Intelligence 信息泄露漏洞 — SAP BusinessObjects Business Intelligence Platform | 8.5 | High | 2023-02-14 |
| 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 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 2810 条 CVE 漏洞。