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

目标: 1000 元 · 已筹: 1336

100%

CWE-306 关键功能的认证机制缺失 类漏洞列表 1656

CWE-306 关键功能的认证机制缺失 类弱点 1656 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-306指关键功能缺乏身份验证,属于访问控制缺陷。攻击者可直接调用需高权限或消耗大量资源的功能,无需提供凭证,从而实施未授权操作或资源耗尽攻击。开发者应确保所有敏感操作强制实施身份验证机制,严格校验用户身份,防止未认证请求访问关键业务逻辑,保障系统安全。

MITRE CWE 官方描述
CWE:CWE-306 关键功能缺少身份验证 (Missing Authentication for Critical Function) 英文:该产品对于需要可证明的用户身份或消耗大量资源的功能,未执行任何身份验证 (authentication)。
常见影响 (1)
Access Control, Other Gain Privileges or Assume Identity, Varies by Context
Exposing critical functionality essentially provides an attacker with the privilege level of that functionality. The consequences will depend on the associated functionality, but they can range from reading or modifying sensitive data, accessing administrative or other privileged functionality, or p…
缓解措施 (5)
Architecture and Design Divide the software into anonymous, normal, privileged, and administrative areas. Identify which of these areas require a proven user identity, and use a centralized authentication capability. Identify all potential communication channels, or other means of interaction with the software, to ensure that all channels are appropriately protected, including those channels that are assumed to be access…
Architecture and Design For any security checks that are performed on the client side, ensure that these checks are duplicated on the server side, in order to avoid CWE-602. Attackers can bypass the client-side checks by modifying values after the checks have been performed, or by changing the client to remove the client-side checks entirely. Then, these modified values would be submitted to the server.
Architecture and Design Where possible, avoid implementing custom, "grow-your-own" authentication routines and consider using authentication capabilities as provided by the surrounding framework, operating system, or environment. These capabilities may avoid common weaknesses that are unique to authentication; support automatic auditing and tracking; and make it easier to provide a clear separation between authentication…
Architecture and Design Use a vetted library or framework that does not allow this weakness to occur or provides constructs that make this weakness easier to avoid. For example, consider using libraries with authentication capabilities such as OpenSSL or the ESAPI Authenticator [REF-45].
Implementation, System Configuration, Operation When storing data in the cloud (e.g., S3 buckets, Azure blobs, Google Cloud Storage, etc.), use the provider's controls to require strong authentication for users who should be allowed to access the data [REF-1297] [REF-1298] [REF-1302].
代码示例 (2)
In the following Java example the method createBankAccount is used to create a BankAccount object for a bank management application.
public BankAccount createBankAccount(String accountNumber, String accountType, String accountName, String accountSSN, double balance) { BankAccount account = new BankAccount(); account.setAccountNumber(accountNumber); account.setAccountType(accountType); account.setAccountOwnerName(accountName); account.setAccountOwnerSSN(accountSSN); account.setBalance(balance); return account; }
Bad · Java
private boolean isUserAuthentic = false; // authenticate user, // if user is authenticated then set variable to true // otherwise set variable to false public boolean authenticateUser(String username, String password) { ... } public BankAccount createNewBankAccount(String accountNumber, String accountType, String accountName, String accountSSN, double balance) { BankAccount account = null; if (isUserAuthentic) { account = new BankAccount(); account.setAccountNumber(accountNumber); account.setAccountType(accountType); account.setAccountOwnerName(accountName); account.setAccountOwnerSSN(accountS
Good · Java
In 2022, the OT:ICEFALL study examined products by 10 different Operational Technology (OT) vendors. The researchers reported 56 vulnerabilities and said that the products were "insecure by design" [REF-1283]. If exploited, these vulnerabilities often allowed adversaries to change how the products operated, ranging from denial of service to changing the code that the products executed. Since these…
CVE ID 标题 CVSS 风险等级 Published
CVE-2021-31868 Rapid7 Nexpose 访问控制错误漏洞 — Nexpose 4.3 Medium 2021-08-19
CVE-2021-37697 Red Discord Bot 访问控制错误漏洞 — tmerc-cogs 7.1 High 2021-08-11
CVE-2021-37696 Red Discord Bot 访问控制错误漏洞 — tmerc-cogs 7.1 High 2021-08-11
CVE-2020-7389 Sage Group Sage X3 操作系统命令注入漏洞 — X3 5.5 Medium 2021-07-22
CVE-2021-22772 Schneider Electric Easergy T200产品访问控制错误漏洞 — Easergy T200 ((Modbus) SC2-04MOD-07000100 and earlier), Easergy T200 ((IEC104) SC2-04IEC-07000100 and earlier), and Easergy T200 ((DNP3) SC2-04DNP-07000102 and earlier) 9.8 - 2021-07-21
CVE-2021-22784 Schneider Electric C-Bus Toolkit 访问控制错误漏洞 — C-Bus Toolkit v1.15.8 and prior 9.8 - 2021-07-21
CVE-2021-31337 Siemens SINAMICS SL150 访问控制错误漏洞 — SINAMICS Medium Voltage Products 9.8 - 2021-06-28
CVE-2021-32709 Shopware 访问控制错误漏洞 — platform 4.9 Medium 2021-06-24
CVE-2021-32700 Ballerina 访问控制错误漏洞 — ballerina-lang 9.1 Critical 2021-06-22
CVE-2021-32659 Matrix-appservice-bridge 访问控制错误漏洞 — matrix-appservice-bridge 6.5 Medium 2021-06-16
CVE-2021-32930 Advantech Iview 访问控制错误漏洞 — iView 9.8 - 2021-06-11
CVE-2020-25697 X.Org X Server 访问控制错误漏洞 — xorg-x11-server 7.0 - 2021-05-26
CVE-2021-32453 Sitel CAP/PRX 访问控制错误漏洞 — CAP/PRX 6.5 Medium 2021-05-17
CVE-2021-20998 WAGO 访问控制错误漏洞 — 0852-0303 10.0 Critical 2021-05-13
CVE-2021-1499 Cisco HyperFlex HX Data Platform 访问控制错误漏洞 — Cisco HyperFlex HX Data Platform 5.3 Medium 2021-05-06
CVE-2021-21535 Dell Hybrid Client 访问控制错误漏洞 — Dell Hybrid Client (DHC) 7.4 High 2021-04-30
CVE-2021-29442 Alibaba nacos 访问控制错误漏洞 — nacos 8.6 High 2021-04-27
CVE-2021-20990 FIBARO Home Center 2 访问控制错误漏洞 — Fibaro Home Center 7.5 High 2021-04-19
CVE-2020-27225 Eclipse Platform 访问控制错误漏洞 — Eclipse Platform 7.8 - 2021-03-09
CVE-2021-20262 Red Hat Keycloak 访问控制错误漏洞 — keycloak 9.8 - 2021-03-09
CVE-2021-27255 Netgear NETGEAR R7800 访问控制错误漏洞 — R7800 8.8 - 2021-03-05
CVE-2021-1396 Cisco Application Services Engine 访问控制错误漏洞 — Cisco Application Services Engine Software 9.8 Critical 2021-02-24
CVE-2021-1393 Cisco Application Services Engine 访问控制错误漏洞 — Cisco Application Services Engine Software 9.8 Critical 2021-02-24
CVE-2021-20198 Red Hat OpenShift Container Platform 访问控制错误漏洞 — openshift/installer 8.1 - 2021-02-23
CVE-2021-22652 Advantech Iview 访问控制错误漏洞 — Advantech iView 9.8 - 2021-02-11
CVE-2020-26192 DELL EMC PowerScale 访问控制错误漏洞 — PowerScale OneFS 7.8 High 2021-02-09
CVE-2020-15798 Siemens Simatic Hmi 访问控制错误漏洞 — SIMATIC HMI Comfort Panels (incl. SIPLUS variants) 9.1 - 2021-02-09
CVE-2021-1246 Cisco Finesse 跨站脚本漏洞 — Cisco Unified Customer Voice Portal (CVP) 6.5 Medium 2021-01-13
CVE-2020-15799 Siemens SCALANCE X-200IRT 访问控制错误漏洞 — SCALANCE X-200 switch family (incl. SIPLUS NET variants) 6.5 - 2021-01-12
CVE-2020-27285 Red Lion Controls Crimson 访问控制错误漏洞 — Crimson 3.1 9.1 - 2021-01-06

CWE-306(关键功能的认证机制缺失) 是常见的弱点类别,本平台收录该类弱点关联的 1656 条 CVE 漏洞。