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-67780 SpaceX Starlink Dish 安全漏洞 — Starlink Dish 4.2 Medium2025-12-11
CVE-2024-58300 Siklu MultiHaul TG Series < 2.0.0 Unauthenticated Credential Disclosure Vulnerability — MultiHaul TG series 9.8AICriticalAI2025-12-11
CVE-2020-36894 Eibiz i-Media Server Digital Signage 3.8.0 Unauthenticated User Creation Vulnerability — i-Media Server Digital Signage 9.8AICriticalAI2025-12-10
CVE-2020-36892 Eibiz i-Media Server Digital Signage 3.8.0 Unauthenticated Privilege Escalation — i-Media Server Digital Signage 9.8AICriticalAI2025-12-10
CVE-2025-13607 D-Link CCTV camera model DCS-F5614-L1 Missing Authentication for Critical Function — DCS-F5614-L1 9.4 Critical2025-12-10
CVE-2024-2104 JBL: Improper BLE security configurations and lack of authentication on the device's GATT server — LIVE PRO 2 TWS 8.8 High2025-12-10
CVE-2023-53774 MiniDVBLinux 5.4 Simple VideoDiskRecorder Protocol Remote Code Execution — Simple VideoDiskRecorder Protocol SVDRP (svdrpsend.sh) Exploit 9.8AICriticalAI2025-12-09
CVE-2023-53773 MiniDVBLinux 5.4 Unauthenticated Live Stream Disclosure via tv_action.sh — MiniDVBLinux 6.5AIMediumAI2025-12-09
CVE-2023-53771 MiniDVBLinux 5.4 Unauthenticated Root Password Change via System Setup — MiniDVBLinux Change Root Password PoC 9.8AICriticalAI2025-12-09
CVE-2021-47731 Selea Targa IP Camera Developer Backdoor Configuration Overwrite — Selea Targa IP OCR-ANPR Camera 9.8AICriticalAI2025-12-09
CVE-2021-47727 Selea Targa IP Camera Unauthenticated Stream Disclosure — Selea Targa IP OCR-ANPR Camera 7.5AIHighAI2025-12-09
CVE-2021-47710 COMMAX Smart Home Ruvie CCTV Bridge DVR Service RTSP Credentials Disclosure — Smart Home Ruvie CCTV Bridge DVR Service 7.5AIHighAI2025-12-09
CVE-2021-47709 COMMAX Smart Home Ruvie CCTV Bridge DVR Service Config Write / DoS — Smart Home Ruvie CCTV Bridge DVR Service 9.1AICriticalAI2025-12-09
CVE-2025-59516 Windows Storage VSP Driver Elevation of Privilege Vulnerability — Windows 10 Version 1809 7.8 High2025-12-09
CVE-2025-12941 Denial of Service Vulnerability in NETGEAR C6220 and C6230 — C6220 5.5AIMediumAI2025-12-09
CVE-2025-42875 Missing Authentication check in SAP NetWeaver Internet Communication Framework — SAP NetWeaver Internet Communication Framework 6.6 Medium2025-12-09
CVE-2025-27020 Improper configuration of SSH service in Infinera MTC-9 — MTC-9 9.8 Critical2025-12-08
CVE-2025-27019 Remote shell service (RSH) in Infinera MTC-9 — MTC-9 9.8 Critical2025-12-08
CVE-2025-66555 AirKeyboard iOS App 1.0.5 - Remote Input Injection — AirKeyboard iOS App 9.8AICriticalAI2025-12-04
CVE-2025-27935 Authentication Bypass in OTP (One-time Passcode) IdP Adapter Integration Kit — One-Time Passcode Integration Kit for PingFederate 7.5AIHighAI2025-12-04
CVE-2025-54158 Synology BeeDrive 访问控制错误漏洞 — BeeDrive for desktop 7.8 High2025-12-04
CVE-2025-13510 Iskra iHUB and iHUB Lite has a Missing Authentication for Critical Function vulnerabilitiy — iHUB and iHUB Lite 9.1AICriticalAI2025-12-02
CVE-2025-13870 Unauthorized access and subscription vulnerability in Boards — Mattermost 3.1 Low2025-12-02
CVE-2024-49572 Socomec DIRIS Digiware M-70 安全漏洞 — DIRIS Digiware M-70 7.2 High2025-12-01
CVE-2024-48882 Socomec DIRIS Digiware M-70 安全漏洞 — DIRIS Digiware M-70 8.6 High2025-12-01
CVE-2025-20085 Socomec DIRIS Digiware M-70 安全漏洞 — DIRIS Digiware M-70 7.2 High2025-12-01
CVE-2025-23417 Socomec DIRIS Digiware M-70 安全漏洞 — DIRIS Digiware M-70 8.6 High2025-12-01
CVE-2025-54848 Socomec DIRIS Digiware M-70 访问控制错误漏洞 — DIRIS Digiware M-70 7.5 High2025-12-01
CVE-2025-54849 Socomec DIRIS Digiware M-70 访问控制错误漏洞 — DIRIS Digiware M-70 7.5 High2025-12-01
CVE-2025-54851 Socomec DIRIS Digiware M-70 访问控制错误漏洞 — DIRIS Digiware M-70 7.5 High2025-12-01

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