目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CWE-522 不充分的凭证保护机制 类漏洞列表 461

CWE-522 不充分的凭证保护机制 类弱点 461 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-522属于凭据保护不足漏洞,指产品在传输或存储认证凭据时使用了不安全的方法,易导致凭据被未授权方拦截或窃取。攻击者通常通过中间人攻击、网络嗅探或访问未加密的存储介质来获取敏感信息,进而冒充合法用户。开发者应避免使用明文传输,采用TLS等加密协议保护传输过程,并在存储时使用强哈希算法加盐处理,确保凭据机密性与完整性。

MITRE CWE 官方描述
CWE:CWE-522 凭证保护不足 英文:产品传输或存储认证凭证(authentication credentials),但使用了不安全的方法,容易受到未经授权的拦截和/或检索。
常见影响 (1)
Access Control Gain Privileges or Assume Identity
An attacker could gain access to user accounts and access sensitive data used by the user accounts.
缓解措施 (3)
Architecture and Design Use an appropriate security mechanism to protect the credentials.
Architecture and Design Make appropriate use of cryptography to protect the credentials.
Implementation Use industry standards to protect the credentials (e.g. LDAP, keystore, etc.).
代码示例 (2)
This code changes a user's password.
$user = $_GET['user']; $pass = $_GET['pass']; $checkpass = $_GET['checkpass']; if ($pass == $checkpass) { SetUserPassword($user, $pass); }
Bad · PHP
The following code reads a password from a properties file and uses the password to connect to a database.
... Properties prop = new Properties(); prop.load(new FileInputStream("config.properties")); String password = prop.getProperty("password"); DriverManager.getConnection(url, usr, password); ...
Bad · Java
CVE ID 标题 CVSS 风险等级 Published
CVE-2020-5406 VMware Tanzu Application Service for VMs 安全漏洞 — VMware Tanzu Application Service for VMs 8.8 - 2020-04-10
CVE-2020-5263 auth0.js 安全漏洞 — auth0.js 5.5 Medium 2020-04-09
CVE-2019-5648 Barracuda Networks Load Balancer ADC 安全漏洞 — Load Balancer ADC 7.2 - 2020-03-12
CVE-2020-5404 Pivotal Software Reactor Netty HttpClient 安全漏洞 — Reactor Netty 7.1 - 2020-03-03
CVE-2020-5400 Cloud Foundry Cloud Controller 日志信息泄露漏洞 — CAPI 6.5 - 2020-02-27
CVE-2020-6969 AutomationDirect C-More Touch Panels EA9 安全漏洞 — C-More Touch Panels EA9 series 9.8 - 2020-02-05
CVE-2019-10205 Red Hat Quay 安全漏洞 — quay 6.3 - 2020-01-02
CVE-2019-10214 containers image 安全漏洞 — containers/image 5.9 - 2019-11-25
CVE-2019-10224 Red Hat 389 Directory Server 信息泄露漏洞 — 389-ds-base 4.6 - 2019-11-25
CVE-2019-10206 Ansible 输入验证错误漏洞 — Ansible 6.5 - 2019-11-22
CVE-2019-10210 PostgreSQL 输入验证错误漏洞 — postgresql 6.7 - 2019-10-29
CVE-2019-11284 Pivotal Software Reactor Netty 安全漏洞 — Reactor Netty 7.5 - 2019-10-17
CVE-2019-9533 Cobham plc EXPLORER 710 信任管理问题漏洞 — Explorer 710 9.8 - 2019-10-10
CVE-2019-13421 floragunn Search Guard 信息泄露漏洞 — Search Guard 4.9 - 2019-08-23
CVE-2019-10960 Zebra Technologies Industrial Printers 信任管理问题漏洞 — Zebra Industrial Printers All Versions 6.1 - 2019-08-20
CVE-2019-3800 Cloud Foundry CLI 信息泄露漏洞 — CF CLI Release 7.8 - 2019-08-05
CVE-2019-10981 Schneider Electric AVEVA Vijeo Citect和Schneider Electric AVEVA CitectSCADA 信任管理问题漏洞 — AVEVA Vijeo Citect and CitectSCADA 7.8 - 2019-05-31
CVE-2019-10139 cockpit-ovirt 信任管理问题漏洞 — cockpit-ovirt 7.8 - 2019-05-17
CVE-2019-11820 Synology Calendar 信任管理问题漏洞 — Calendar 5.5 - 2019-05-09
CVE-2019-3938 Crestron Electronics AM-100和Crestron Electronics AM-101 信任管理问题漏洞 — Crestron AirMedia 7.8 - 2019-04-30
CVE-2019-6525 AVEVA Wonderware System Platform 信任管理问题漏洞 — Wonderware System Platform 8.8 - 2019-04-11
CVE-2019-3782 Cloud Foundry CredHub CLI 信任管理问题漏洞 — CredHub CLI 7.8 - 2019-02-13
CVE-2018-17922 CIRCONTROL CirCarLife 日志信息泄露漏洞 — Circontrol CirCarLife all versions prior to 4.3.1 9.1 - 2018-11-02
CVE-2018-8858 Vecna VGo Robot 安全漏洞 — VGo Robot 9.8 - 2018-10-30
CVE-2018-17900 多款Yokogawa产品安全漏洞 — STARDOM Controllers FCJ,FCN-100,FCN-RTU, FCN-500 9.8 - 2018-10-12
CVE-2017-2665 Red Hat Storage Console 信任管理漏洞 — rhscon-core 6.3 - 2018-07-06
CVE-2017-16718 Beckhoff TwinCAT 安全漏洞 — Beckhoff TwinCAT 5.9 - 2018-06-27
CVE-2018-7518 BeaconMedaes Scroll Medical Air Systems TotalAlert Web Application 安全漏洞 — BeaconMedæs TotalAlert Scroll Medical Air Systems web application 9.1 - 2018-05-24
CVE-2016-9593 foreman-debug 信息泄露漏洞 — foreman-debug 8.8 - 2018-04-16
CVE-2017-0925 Gitlab Enterprise Edition 安全漏洞 — GitLab Community and Enterprise Editions 9.8 - 2018-03-21

CWE-522(不充分的凭证保护机制) 是常见的弱点类别,本平台收录该类弱点关联的 461 条 CVE 漏洞。