Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CWE-306 (关键功能的认证机制缺失) — Vulnerability Class 1119

1119 vulnerabilities classified as CWE-306 (关键功能的认证机制缺失). AI Chinese analysis included.

CWE-306 represents a critical authentication weakness where software fails to verify user identity before executing sensitive operations or consuming substantial resources. Attackers typically exploit this vulnerability by directly invoking administrative endpoints, initiating high-cost processes, or accessing restricted data without valid credentials, effectively bypassing security controls. This oversight allows unauthorized users to perform actions intended only for authenticated individuals, leading to privilege escalation, data breaches, or denial of service through resource exhaustion. To mitigate this risk, developers must implement robust access control mechanisms that strictly enforce authentication checks on all critical functions. This involves integrating secure session management, validating tokens for every request, and applying the principle of least privilege to ensure that only verified users with appropriate permissions can trigger sensitive operations or consume significant system resources.

MITRE CWE Description
The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.
Common Consequences (1)
Access Control, OtherGain 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…
Mitigations (5)
Architecture and DesignDivide 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 DesignFor 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 DesignWhere 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 DesignUse 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, OperationWhen 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].
Examples (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 IDTitleCVSSSeverityPublished
CVE-2023-40545 PingFederate OAuth client_secret_jwt Authentication Bypass — PingFederate 8.8 High2024-02-06
CVE-2023-49115 MachineSense FeverWarn Missing Authentication for Critical Function — FeverWarn 7.5 High2024-02-01
CVE-2023-49617 MachineSense FeverWarn Missing Authentication for Critical Function — FeverWarn 10.0 Critical2024-02-01
CVE-2023-6221 MachineSense FeverWarn Missing Authentication for Critical Function — FeverWarn 7.7 High2024-02-01
CVE-2024-22449 Dell PowerScale OneFS 访问控制错误漏洞 — PowerScale OneFS 6.6 Medium2024-02-01
CVE-2023-6942 Mitsubishi Electric 多款产品安全漏洞 — EZSocket 7.5 High2024-01-30
CVE-2024-23618 Arris SURFboard SBG6950AC2 Arbitrary Code Execution Vulnerability — SURFboard SBG6950AC2 9.6 Critical2024-01-25
CVE-2024-21619 Junos OS: SRX Series and EX Series: J-Web - unauthenticated access to temporary files containing sensitive information — Junos OS 5.3 Medium2024-01-25
CVE-2023-5716 ASUS Armoury Crate - Arbitrary File Write — Armoury Crate 9.8 Critical2024-01-19
CVE-2024-22212 Nextcloud global site selector authentication bypass — security-advisories 9.7 Critical2024-01-18
CVE-2023-5253 Check Point IoT integration: WebSocket returns assets data without authentication in Guardian/CMC before 23.3.0 — Guardian 5.3 Medium2024-01-15
CVE-2023-31033 CVE — DGX A100 6.8 Medium2024-01-12
CVE-2023-49255 Router console accessible without authentication — H8951-4G-ESP 9.8 -2024-01-12
CVE-2022-45794 Omron CJ-series and CS-series unauthenticated filesystem access. — CJ-series and CS-series CPU modules 8.6 High2024-01-10
CVE-2024-21306 Microsoft Bluetooth Driver Spoofing Vulnerability — Windows Server 2022 5.7 Medium2024-01-09
CVE-2023-5376 TFTP Without Authentication — JetNet Series 8.6 High2024-01-09
CVE-2023-5881 Unauthenticated access permitted to web interface page "Garage Door Control Module Setup" — Aladdin Connect (Retrofit-Kit) 7.5AIHighAI2024-01-03
CVE-2023-6368 WhatsUp Gold Unauthenticated Access to an API Endpoint — WhatsUp Gold 5.9 Medium2023-12-14
CVE-2023-6595 WhatsUp Gold Unauthenticated Access to an API Endpoint — WhatsUp Gold 7.5 High2023-12-14
CVE-2023-32460 Dell PowerEdge Server BIOS 访问控制错误漏洞 — PowerEdge Platform 8.8 High2023-12-08
CVE-2023-49693 NETGEAR ProSAFE Network Management System RCE via Unprotected Access to Java Debug Wire Protocol — NETGEAR ProSAFE Network Management System 9.8 Critical2023-11-29
CVE-2023-29061 Lack of Adequate BIOS Authentication — FACSChorus 5.2 Medium2023-11-28
CVE-2023-3104 Missing Authentication for Critical Function in Unitree Robotics A1 — A1 5.7 Medium2023-11-22
CVE-2023-46096 Siemens SIMATIC PCS 安全漏洞 — SIMATIC PCS neo 6.5 Medium2023-11-14
CVE-2023-45140 Group-based JIT MFA bypass on scp and sftp in The Bastion — the-bastion 4.8 Medium2023-11-08
CVE-2023-46819 Apache OFBiz: Execution of Solr plugin queries without authentication — Apache OFBiz 9.8 -2023-11-07
CVE-2023-4699 Arbitrary Command Execution Vulnerability in Mitsubishi Electric proprietary protocol communication of multiple FA products — MELSEC-F Series FX3U-16MT/ES 10.0 Critical2023-11-06
CVE-2023-45851 Bosch ctrlX HMI Web Panel WR21 访问控制错误漏洞 — ctrlX HMI Web Panel - WR21 (WR2107) 8.8 High2023-10-25
CVE-2023-45220 Bosch ctrlX HMI Web Panel WR21 访问控制错误漏洞 — ctrlX HMI Web Panel - WR21 (WR2107) 8.8 High2023-10-25
CVE-2023-41255 Bosch ctrlX HMI Web Panel WR21 访问控制错误漏洞 — ctrlX HMI Web Panel - WR21 (WR2107) 8.8 High2023-10-25

Vulnerabilities classified as CWE-306 (关键功能的认证机制缺失) represent 1119 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.