目标达成 感谢每一位支持者 — 我们达成了 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-2023-27375 IDAttend IDWeb 访问控制错误漏洞 — IDWeb 7.5 High 2023-10-25
CVE-2023-27259 IDAttend IDWeb 访问控制错误漏洞 — IDWeb 7.5 High 2023-10-25
CVE-2023-27258 IDAttend IDWeb 访问控制错误漏洞 — IDWeb 7.5 High 2023-10-25
CVE-2023-27257 IDAttend IDWeb 访问控制错误漏洞 — IDWeb 7.5 High 2023-10-25
CVE-2023-27256 IDAttend IDWeb 访问控制错误漏洞 — IDWeb 5.8 Medium 2023-10-25
CVE-2023-26580 IDAttend IDWeb 安全漏洞 — IDWeb 7.5 High 2023-10-25
CVE-2023-26579 IDAttend IDWeb 访问控制错误漏洞 — IDWeb 5.3 Medium 2023-10-25
CVE-2023-26576 IDAttend IDWeb 访问控制错误漏洞 — IDWeb 7.5 High 2023-10-25
CVE-2023-26575 IDAttend IDWeb 访问控制错误漏洞 — IDWeb 7.5 High 2023-10-25
CVE-2023-26574 IDAttend IDWeb 访问控制错误漏洞 — IDWeb 7.5 High 2023-10-25
CVE-2023-26573 IDAttend IDWeb 访问控制错误漏洞 — IDWeb 8.2 High 2023-10-25
CVE-2023-26571 IDAttend IDWeb 访问控制错误漏洞 — IDWeb 7.5 High 2023-10-25
CVE-2023-26570 IDAttend IDWeb 访问控制错误漏洞 — IDWeb 7.5 High 2023-10-25
CVE-2023-44116 Huawei HarmonyOS 访问控制错误漏洞 — HarmonyOS 9.4 - 2023-10-11
CVE-2023-4884 Open5GS 访问控制错误漏洞 — Open5GS 6.5 Medium 2023-10-03
CVE-2023-44152 Acronis Cyber Protect 安全漏洞 — Acronis Cyber Protect 15 9.1 - 2023-09-27
CVE-2023-41333 Cilium 访问控制错误漏洞 — cilium 6.9 Medium 2023-09-26
CVE-2023-36851 Juniper Networks Junos OS 访问控制错误漏洞 — Junos OS 5.3 Medium 2023-09-26
CVE-2023-4505 WordPress Plugin ldap-ad-staff-employee-directory-search 访问控制错误漏洞 — Staff/Employee Business Directory for Active Directory 2.2 Low 2023-09-26
CVE-2023-4506 WordPress Plugin ldap-login-for-intranet-sites 访问控制错误漏洞 — Active Directory Integration / LDAP Integration 2.2 Low 2023-09-26
CVE-2023-43644 sing-box 访问控制错误漏洞 — sing-box 9.1 Critical 2023-09-25
CVE-2023-4516 Schneider Electric IGSS 访问控制错误漏洞 — IGSS Update Service (IGSSupdateservice.exe) 7.8 High 2023-09-14
CVE-2023-41367 SAP NetWeaver 访问控制错误漏洞 — SAP NetWeaver (Guided Procedures) 5.3 Medium 2023-09-12
CVE-2023-4815 answer 访问控制错误漏洞 — answerdev/answer 6.5 - 2023-09-07
CVE-2023-31132 Cacti 访问控制错误漏洞 — cacti 7.8 High 2023-09-05
CVE-2023-39981 MOXA MXsecurity 授权问题漏洞 — MXsecurity Series 7.5 High 2023-09-02
CVE-2023-34392 Schweitzer Engineering Laboratories SEL-5037 SEL Grid Configurator 访问控制错误漏洞 — SEL-5037 SEL Grid Configurator 8.2 High 2023-08-31
CVE-2023-38030 Saho ADM100和ADM-100FP 访问控制错误漏洞 — ADM100 7.5 High 2023-08-28
CVE-2023-38028 Saho ADM100 、ADM-100FP 访问控制错误漏洞 — ADM100 9.1 Critical 2023-08-28
CVE-2023-40585 Metal3 Ironic Container 访问控制错误漏洞 — ironic-image 7.3 High 2023-08-25

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