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-39043 | Juiker 信息泄露漏洞 — Juiker app | 2.4 | Low | 2023-03-27 |
| CVE-2023-1075 | Linux kernel 安全漏洞 — Linus kernel | 3.3 | - | 2023-03-27 |
| CVE-2023-24838 | Hgiga HGiga PowerStation 访问控制错误漏洞 — PowerStation | 9.8 | Critical | 2023-03-27 |
| CVE-2023-28442 | GeoNode 信息泄露漏洞 — geonode | 7.5 | High | 2023-03-23 |
| CVE-2023-1402 | Moodle 安全漏洞 | 4.3 | - | 2023-03-23 |
| CVE-2023-20055 | Cisco DNA Center 安全漏洞 — Cisco Digital Network Architecture Center (DNA Center) | 8.0 | High | 2023-03-23 |
| CVE-2023-28334 | Moodle 安全漏洞 | 4.3 | - | 2023-03-23 |
| CVE-2023-28336 | Moodle 安全漏洞 | 4.3 | - | 2023-03-23 |
| CVE-2023-28432 | MinIO 信息泄露漏洞 — minio | 7.5 | High | 2023-03-22 |
| CVE-2023-1562 | Mattermost 信息泄露漏洞 — Mattermost | 3.5 | Low | 2023-03-22 |
| CVE-2022-45124 | WellinTech KingHistorian 授权问题漏洞 — KingHistorian | 7.5 | High | 2023-03-20 |
| CVE-2023-0027 | Rockwell Automation Modbus TCP AOI 信息泄露漏洞 — Modbus TCP Server Add On Instructions | 5.3 | Medium | 2023-03-17 |
| CVE-2023-23622 | Discourse 信息泄露漏洞 — discourse | 4.3 | Medium | 2023-03-17 |
| CVE-2023-23935 | Discourse 信息泄露漏洞 — discourse | 3.5 | Low | 2023-03-16 |
| CVE-2023-21449 | SAMSUNG Mobile Devices 安全漏洞 — Samsung Mobile Devices | 4.0 | Medium | 2023-03-16 |
| CVE-2023-22880 | Zoom Client 安全漏洞 — Zoom for Windows | 6.8 | Medium | 2023-03-16 |
| CVE-2023-25680 | IBM Robotic Process Automation 信息泄露漏洞 — Robotic Process Automation | 4.2 | Medium | 2023-03-15 |
| CVE-2023-22876 | IBM Sterling B2B Integrator 信息泄露漏洞 — Sterling B2B Integrator | 4.3 | Medium | 2023-03-15 |
| CVE-2020-4927 | IBM Spectrum Scale 信息泄露漏洞 — Spectrum Scale | 5.7 | Medium | 2023-03-15 |
| CVE-2022-38456 | WordPress Plugin Ernest Marcinko Ajax Search Lite 信息泄露漏洞 — Ajax Search Lite | 4.3 | Medium | 2023-03-15 |
| CVE-2023-27894 | SAP BusinessObjects Business Intelligence Platform 信息泄露漏洞 — BusinessObjects Business Intelligence Platform (Web Services) | 5.0 | Medium | 2023-03-14 |
| CVE-2014-125093 | WordPress Plugin Ad Blocking Detector 信息泄露漏洞 — Ad Blocking Detector Plugin | 4.3 | Medium | 2023-03-10 |
| CVE-2023-1263 | WordPress plugin CMP–Coming Soon & Maintenance 信息泄露漏洞 — CMP – Coming Soon & Maintenance Plugin by NiteoThemes | 5.3 | Medium | 2023-03-07 |
| CVE-2023-27481 | Directus 信息泄露漏洞 — directus | 4.3 | Medium | 2023-03-07 |
| CVE-2023-27478 | libmemcached-awesome 信息泄露漏洞 — libmemcached | 6.5 | Medium | 2023-03-07 |
| CVE-2022-41329 | Fortinet FortiProxy 信息泄露漏洞 — FortiProxy | 5.2 | Medium | 2023-03-07 |
| CVE-2022-27490 | Fortinet FortiManager 信息泄露漏洞 — FortiManager | 5.1 | Medium | 2023-03-07 |
| CVE-2023-23776 | Fortinet FortiAnalyzer 安全漏洞 — FortiAnalyzer | 4.6 | Medium | 2023-03-07 |
| CVE-2020-36668 | WordPress plugin JetBackup – WP Backup, Migrate & Restore 信息泄露漏洞 — JetBackup – Backup, Restore & Migrate | 4.3 | Medium | 2023-03-07 |
| CVE-2022-22075 | Google Android 安全漏洞 — Snapdragon | 6.2 | Medium | 2023-03-07 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。