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-36551 | Fortinet FortiSIEM 安全漏洞 — FortiSIEM | 4.2 | Medium | 2023-09-13 |
| CVE-2023-4917 | WordPress plugin Leyka 信息泄露漏洞 — Leyka | 5.3 | Medium | 2023-09-13 |
| CVE-2023-36763 | Microsoft Outlook 安全漏洞 — Microsoft Office 2019 | 7.5 | High | 2023-09-12 |
| CVE-2023-40712 | Apache Airflow 信息泄露漏洞 — Apache Airflow | 4.3 | - | 2023-09-12 |
| CVE-2023-4877 | inure 信息泄露漏洞 — hamza417/inure | 7.5 | - | 2023-09-10 |
| CVE-2023-4876 | inure 信息泄露漏洞 — hamza417/inure | 7.5 | - | 2023-09-10 |
| CVE-2022-22409 | IBM Aspera 安全漏洞 — Aspera Faspex | 5.3 | Medium | 2023-09-08 |
| CVE-2023-40029 | ArgoCD 日志信息泄露漏洞 — argo-cd | 9.9 | Critical | 2023-09-07 |
| CVE-2023-41050 | Zope AccessControl 信息泄露漏洞 — AccessControl | 6.8 | Medium | 2023-09-06 |
| CVE-2023-32271 | Open Automation Software OAS Platform 信息泄露漏洞 — OAS Platform | 6.5 | Medium | 2023-09-05 |
| CVE-2023-4714 | PlayTube 信息泄露漏洞 — PlayTube | 4.3 | Medium | 2023-09-01 |
| CVE-2023-23763 | GitHub Enterprise Server 安全漏洞 — Enterprise Server | 5.3 | Medium | 2023-09-01 |
| CVE-2022-4343 | GitLab 安全漏洞 — GitLab | 5.0 | Medium | 2023-09-01 |
| CVE-2023-41749 | Acronis Agent和Acronis Cyber Protect 安全漏洞 — Acronis Agent | 7.5 | - | 2023-08-31 |
| CVE-2023-41745 | Acronis Agent和Acronis Cyber Protect 安全漏洞 — Acronis Agent | 7.5 | - | 2023-08-31 |
| CVE-2021-32050 | MongoDB 日志信息泄露漏洞 — MongoDB C Driver | 4.2 | Medium | 2023-08-29 |
| CVE-2023-0238 | Cloudflare WARP 安全漏洞 — WARP Client | 3.9 | Low | 2023-08-29 |
| CVE-2023-24959 | IBM InfoSphere Information Server 信息泄露漏洞 — InfoSphere Information Server | 5.3 | Medium | 2023-08-28 |
| CVE-2023-40580 | Freighter 信息泄露漏洞 — freighter | 8.1 | High | 2023-08-25 |
| CVE-2023-39519 | CloudExplorer Lite 信息泄露漏洞 — CloudExplorer-Lite | 7.5 | High | 2023-08-24 |
| CVE-2023-3705 | CP-Plus DVR 安全漏洞 — CP-VNR-3104, CP-VNR-3108, CP-VNR-3208 | 7.5 | High | 2023-08-24 |
| CVE-2023-4230 | MOXA ioLogik 4000 Series 安全漏洞 — ioLogik 4000 Series | 5.3 | Medium | 2023-08-24 |
| CVE-2022-3745 | Lenovo Notebook 信息泄露漏洞 — Notebook | 4.4 | Medium | 2023-08-23 |
| CVE-2022-3743 | Lenovo Notebook 信息泄露漏洞 — Notebook | 4.4 | Medium | 2023-08-23 |
| CVE-2023-25913 | Danfoss AK-SM800A 授权问题漏洞 — AK-SM800A | 7.5 | High | 2023-08-21 |
| CVE-2023-40735 | Butterfly Button 安全漏洞 — BUTTERFLY BUTTON | 7.5 | High | 2023-08-21 |
| CVE-2023-39974 | AcyMailing Joomla Component 安全漏洞 — AcyMailing Enterprise component for Joomla | 5.3 | - | 2023-08-17 |
| CVE-2023-32495 | Dell PowerScale OneFS 信息泄露漏洞 — PowerScale OneFS | 7.8 | High | 2023-08-16 |
| CVE-2023-2916 | WordPress Plugin InfiniteWP Client 信息泄露漏洞 — InfiniteWP Client | 7.5 | High | 2023-08-15 |
| CVE-2023-40023 | Yaklang 安全漏洞 — yaklang | 6.5 | Medium | 2023-08-14 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。