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-2020-8169 | Haxx curl 信息泄露漏洞 — https://github.com/curl/curl | 7.5 | - | 2020-12-14 |
| CVE-2020-8284 | HAXX libcurl 信息泄露漏洞 — https://github.com/curl/curl | 3.7 | - | 2020-12-14 |
| CVE-2020-17527 | Apache Tomcat 信息泄露漏洞 — Apache Tomcat | 7.5 | - | 2020-12-03 |
| CVE-2020-7568 | Schneider Electric Modicon M221 信息泄露漏洞 — Modicon M221, all references, all versions | 3.5 | - | 2020-11-19 |
| CVE-2020-12496 | Endress+hauser Ecograph 信息泄露漏洞 — RSG35 - Ecograph T | 6.5 | Medium | 2020-11-19 |
| CVE-2020-26230 | Radar COVID 信息泄露漏洞 — radar-covid-backend-dp3t-server | 7.4 | High | 2020-11-13 |
| CVE-2020-2022 | Palo Alto Networks Panorama 信息泄露漏洞 — PAN-OS | 7.5 | High | 2020-11-12 |
| CVE-2020-26220 | Puncsky Touchbase.ai 信息泄露漏洞 — touchbase.ai | 3.5 | Low | 2020-11-11 |
| CVE-2020-24406 | Adobe Magento Open Source和Magento Commerce 路径遍历漏洞 — Magento Commerce | 3.7 | Low | 2020-11-09 |
| CVE-2020-10291 | KUKA Visual Components 访问控制错误漏洞 — Visual Components Network License Server 2.0.8 | 7.5 | - | 2020-11-06 |
| CVE-2020-1777 | OTRS ITSM 信息泄露漏洞 — OTRS | 4.3 | Medium | 2020-10-15 |
| CVE-2020-15794 | Siemens DESIGO INSIGHT 信息泄露漏洞 — Desigo Insight | 4.3 | - | 2020-10-15 |
| CVE-2020-15250 | Junit 信息泄露漏洞 — junit4 | 4.4 | Medium | 2020-10-12 |
| CVE-2020-26869 | ARC Informatique PcVue 信息泄露漏洞 — PcVue | 7.5 | High | 2020-10-12 |
| CVE-2020-1902 | Facebook WhatsApp 信息泄露漏洞 — WhatsApp for Android | 7.5 | - | 2020-10-06 |
| CVE-2020-15235 | RACTF 信息泄露漏洞 — core | 5.9 | Medium | 2020-10-05 |
| CVE-2020-5132 | SonicWall SSL-VPN,SonicWall firewall SSL-VPN 信息泄露漏洞 — SMA100 | - | - | 2020-09-30 |
| CVE-2019-15963 | Cisco Unified Communications Manager 信息泄露漏洞 — Cisco Unity Connection | 6.5 | - | 2020-09-23 |
| CVE-2018-19947 | QNAP Systems TS-870 安全漏洞 — Helpdesk | 4.3 | Medium | 2020-09-11 |
| CVE-2020-9733 | Adobe Experience Manager 和Adobe Experience Manager Forms 信息泄露漏洞 — Experience Manager | 7.5 | High | 2020-09-10 |
| CVE-2020-3547 | Cisco 多款产品信息泄露漏洞 — Cisco Web Security Appliance (WSA) | 4.3 | Medium | 2020-09-04 |
| CVE-2020-3498 | Cisco Jabber 输入验证错误漏洞 — Cisco Jabber | 6.5 | Medium | 2020-09-04 |
| CVE-2020-3537 | Cisco Jabber 信息泄露漏洞 — Cisco Jabber | 5.7 | Medium | 2020-09-04 |
| CVE-2020-3541 | Cisco Webex 多款产品信息泄露漏洞 — Cisco Webex Meetings | 4.4 | Medium | 2020-09-04 |
| CVE-2020-15704 | Canonical Ubuntu 输入验证错误漏洞 — ppp | 5.5 | Medium | 2020-08-31 |
| CVE-2020-3520 | Cisco Data Center Network Manager 信息泄露漏洞 — Cisco Data Center Network Manager | 5.5 | Medium | 2020-08-26 |
| CVE-2020-3411 | Cisco Digital Network Architecture Center 授权问题漏洞 — Cisco Digital Network Architecture Center (DNA Center) | 7.5 | - | 2020-08-17 |
| CVE-2020-3472 | Cisco Webex Meetings 信息泄露漏洞 — Cisco Webex Meetings | 5.0 | Medium | 2020-08-17 |
| CVE-2020-8232 | Ubiquiti Network EdgeMax EdgeSwitch 信息泄露漏洞 — EdgeSwitch firmware v1.9.0 and prior | 6.5 | - | 2020-08-17 |
| CVE-2020-8210 | Citrix Systems XenMobile Server 信息泄露漏洞 — Citrix XenMobile Server | 7.5 | - | 2020-08-17 |
CWE-200(信息暴露) 是常见的弱点类别,本平台收录该类弱点关联的 3396 条 CVE 漏洞。