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-9254 Uniong|WebITR - Missing Authentication — WebITR 9.8 Critical2025-08-22
CVE-2025-47870 Team invite ID leaked to team admin with no member invite privileges — Mattermost 4.3 Medium2025-08-21
CVE-2025-8611 AOMEI Cyber Backup Missing Authentication for Critical Function Remote Code Execution Vulnerability — Cyber Backup 9.8 -2025-08-20
CVE-2025-8610 AOMEI Cyber Backup Missing Authentication for Critical Function Remote Code Execution Vulnerability — Cyber Backup 9.8 -2025-08-20
CVE-2025-41689 Wiesemann & Theis: Motherbox 3 allows unauthenticated read-only DB access — Motherbox 3 7.5 High2025-08-19
CVE-2025-7774 Rockwell Automation ArmorBlock 5000 I/O – Web Server Vulnerabilities — 5032-CFGB16M12P5DR 9.8AICriticalAI2025-08-14
CVE-2025-8754 ABB AbilityTM zenon Remote Transport Vulnerability — ABB AbilityTM zenon 7.5 High2025-08-13
CVE-2025-53789 Windows StateRepository API Server file Elevation of Privilege Vulnerability — Windows 10 Version 1507 7.8 High2025-08-12
CVE-2025-54864 Hydra missing authentication when triggering evaluations through GitHub and Gitea plugins — hydra 7.5AIHighAI2025-08-12
CVE-2025-41686 Improper File Permissions Allow Local Privilege Escalation — DaUM 7.8 High2025-08-12
CVE-2025-54478 Unauthenticated Channel Subscription Edit in Mattermost Confluence Plugin — Mattermost Confluence Plugin 7.2 High2025-08-11
CVE-2025-44004 Unauthenticated Channel Subscription Creation in Mattermost Confluence Plugin — Mattermost Confluence Plugin 7.2 High2025-08-11
CVE-2025-7679 Session ID Basic Auth Bypass — Aspect 8.1 High2025-08-11
CVE-2025-5095 Burk Technology ARC Solo Missing Authentication for Critical Function — ARC Solo 9.8 Critical2025-08-08
CVE-2025-8284 Packet Power EMX and EG Missing Authentication for Critical Function — EMX 9.8 Critical2025-08-08
CVE-2025-20702 Airoha Bluetooth audio SDK 安全漏洞 — AB156x, AB157x, AB158x, AB159x series, AB1627 9.8AICriticalAI2025-08-04
CVE-2025-20700 Airoha Bluetooth audio SDK 安全漏洞 — AB156x, AB157x, AB158x, AB159x series, AB1627 8.1AIHighAI2025-08-04
CVE-2025-8286 Güralp Systems FMUS Series and MIN Series Devices — Güralp FMUS Series 9.8AICriticalAI2025-07-31
CVE-2025-8279 Missing Authentication for Critical Function in GitLab Language Server — GitLab Language Server 8.7 High2025-07-28
CVE-2025-6260 Network Thermostat X-Series WiFi Thermostats Missing Authentication for Critical Function — X-Series WiFi thermostats 9.8 Critical2025-07-24
CVE-2016-15045 Deepin lastore-daemon Privilege Escalation via Unsigned .deb Installation — Deepin Linux 7.8 -2025-07-23
CVE-2022-4978 Steppschuh Remote Control Server 3.1.1.12 Unauthenticated RCE — Remote Control Collection Server 8.8 -2025-07-23
CVE-2025-48733 DuraComm DP-10iN-100-MU Missing Authentication for Critical Function — SPM-500 DP-10iN-100-MU 7.5 High2025-07-22
CVE-2025-7897 harry0703 MoneyPrinterTurbo API Endpoint base.py verify_token missing authentication — MoneyPrinterTurbo 7.3 High2025-07-20
CVE-2025-7862 TOTOLINK T6 Telnet Service cstecgi.cgi setTelnetCfg missing authentication — T6 7.3 High2025-07-20
CVE-2025-6226 IDOR in CreatePost API allows for timeboxed message disclosure — Mattermost 6.5 Medium2025-07-18
CVE-2025-34130 LILIN DVR Arbitrary File Read via net_html.cgi — DVR Firmware 9.8AICriticalAI2025-07-16
CVE-2025-53938 WeGIA vulnerable to Authentication Bypass due to Missing Session Validation in multiple endpoints — WeGIA 9.1AICriticalAI2025-07-16
CVE-2025-34113 Tiki Wiki CMS Authenticated Command Injection in Calendar Module — Wiki CMS Groupware 8.8AIHighAI2025-07-15
CVE-2025-34068 Samsung WLAN AP WEA453e < 5.2.4.T1 Unauthenticated RCE via command1 and command2 Parameters — WLAN AP WEA453e 9.8AICriticalAI2025-07-15

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