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-2025-54851 Socomec DIRIS Digiware M-70 访问控制错误漏洞 — DIRIS Digiware M-70 7.5 High2025-12-01
CVE-2025-55222 Socomec DIRIS Digiware M-70 访问控制错误漏洞 — DIRIS Digiware M-70 8.6 High2025-12-01
CVE-2025-55221 Socomec DIRIS Digiware M-70 访问控制错误漏洞 — DIRIS Digiware M-70 8.6 High2025-12-01
CVE-2019-25227 Tellion HN-2204AP Unauthenticated Configuration Disclosure — HN-2204AP Router 9.8AICriticalAI2025-11-26
CVE-2020-36871 ESCAM QD-900 Unauthenticated Configuration Disclosure — QD-900 WIFI HD Camera 9.1AICriticalAI2025-11-26
CVE-2019-25226 Dongyoung Media DM-AP240T/W Unauthenticated Configuration Disclosure — DM-AP240T/W Wireless Access Point 9.8AICriticalAI2025-11-26
CVE-2020-36873 Astak CM-818T3 Unauthenticated Configuration Disclosure — CM-818T3 2.4GHz Wireless Security Surveillance Camera 9.1AICriticalAI2025-11-26
CVE-2020-36874 ACE SECURITY WIP-90113 Unauthenticated Configuration Disclosure — WIP-90113 HD Camera 9.1AICriticalAI2025-11-26
CVE-2025-13483 Missing Authentication for Critical Function in SiRcom SMART Alert (SiSA) — SMART Alert (SiSA 9.4AICriticalAI2025-11-25
CVE-2025-12003 ASUS Router 安全漏洞 — Router 9.1AICriticalAI2025-11-25
CVE-2024-14007 TVT NVMS-9000 < 1.3.4 Unauthenticated Administrative Queries & Information Disclosure — NVMS-9000 9.8AICriticalAI2025-11-24
CVE-2025-11771 Cryptocurrency (Token), Launchpad (Presale), ICO & IDO, Airdrop by TokenICO <= 2.4.7 - Missing Authentication to Unauthenticated Presale Update — Cryptocurrency (Token), Launchpad (Presale), ICO & IDO, Airdrop by TokenICO 5.3 Medium2025-11-21
CVE-2025-62674 Missing Authentication for RTSP in iCam Cameras — P201 6.8 Medium2025-11-20
CVE-2025-64770 Missing Authentication for ONVIF in iCam Cameras — P201 6.8 Medium2025-11-20
CVE-2025-34331 AudioCodes Fax/IVR Appliance <= 2.6.23 Unauthenticated File Read via download.php — AudioCodes Fax/IVR Appliance 7.5AIHighAI2025-11-19
CVE-2025-12349 Email Subscribers & Newsletters <= 5.9.10 - Missing Authentication to Unauthenticated Mailing Queue Trigger — Email Subscribers & Newsletters – Email Marketing, Post Notifications & Newsletter Plugin for WordPress 5.3 Medium2025-11-19
CVE-2025-9312 Improper Certificate-Based Authentication Enforcement in Multiple WSO2 Products — WSO2 API Manager 9.8 Critical2025-11-18
CVE-2025-64307 Brightpick Mission Control / Internal Logic Control Missing Authentication for Critical Function — Brightpick Mission Control / Internal Logic Control 6.5 Medium2025-11-14
CVE-2025-59780 General Industrial Controls Lynx+ Gateway Missing Authentication for Critical Function — Lynx+ Gateway 7.5 High2025-11-14
CVE-2025-58083 General Industrial Controls Lynx+ Gateway Missing Authentication for Critical Function — Lynx+ Gateway 10.0 Critical2025-11-14
CVE-2021-4469 Denver SHO-110 IP Camera Unauthenticated Snapshot Access — SHO-110 7.5 -2025-11-14
CVE-2021-4468 PLANEX CS-QP50F-ING2 Smart Camera Remote Configuration Disclosure — CS-QP50F-ING2 9.8 -2025-11-14
CVE-2023-7328 Screen SFT DAB 600/C <= 1.9.3 Unauthenticated Information Disclosure — Screen SFT DAB 600/C 7.5 -2025-11-14
CVE-2025-55073 MS Teams plugin OAuth allows editing arbitrary posts — Mattermost 5.4 Medium2025-11-14
CVE-2025-55070 Lack of MFA enforcement in WebSocket connections — Mattermost 6.5 Medium2025-11-14
CVE-2023-7329 Tinycontrol LAN Controller v3 (LK3) Remote DoS — Lan Controller 9.1 -2025-11-12
CVE-2025-40817 Siemens LOGO! 访问控制错误漏洞 — LOGO! 12/24RCE 6.5 Medium2025-11-11
CVE-2025-40816 Siemens LOGO! 访问控制错误漏洞 — LOGO! 12/24RCE 7.6 High2025-11-11
CVE-2025-11986 Crypto Tool <= 2.22 - Unauthenticated Information Exposure via Global Authentication State — Crypto Tool 5.3 Medium2025-11-11
CVE-2025-42885 Missing authentication in SAP HANA 2.0 (hdbrss) — SAP HANA 2.0 (hdbrss) 5.8 Medium2025-11-11

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