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-2024-45274 MB connect line/Helmholz: Remote code execution via confnet service — mbNET.mini 9.8 Critical2024-10-15
CVE-2024-9984 Ragic Enterprise Cloud Database - Missing Authentication — Enterprise Cloud Database 9.8 Critical2024-10-15
CVE-2024-9137 Moxa Service Missing Authentication for Critical Function — EDR-8010 Series 9.4 Critical2024-10-14
CVE-2024-8530 Schneider Electric Data Center Expert 访问控制错误漏洞 — Data Center Expert 5.9 Medium2024-10-11
CVE-2024-9164 Missing Authentication for Critical Function in GitLab — GitLab 9.6 Critical2024-10-11
CVE-2024-43488 Visual Studio Code extension for Arduino Remote Code Execution Vulnerability — Visual Studio Code 8.8 High2024-10-08
CVE-2024-47555 Missing Authentication - User & System Configuration — FreeFlow Core 8.3 High2024-10-07
CVE-2024-41988 Missing Authentication for Critical Function vulnerability in TEM Opera Plus FM Family Transmitter — Opera Plus FM Family Transmitter 9.8 -2024-10-03
CVE-2024-35294 Schneider Elektronik Series 700 prone to missing authentication for traffic capture function — Series 700 6.5 Medium2024-10-02
CVE-2024-35293 Schneider Elektronik Series 700 prone to missing authentication for critical reset function — Series 700 9.1 Critical2024-10-02
CVE-2024-8456 PLANET Technology switch devices - Missing Authentication for multiple HTTP routes — GS-4210-24PL4C hardware 2.0 9.8 Critical2024-09-30
CVE-2024-39364 Advantech ADAM-5630 Missing Authentication for Critical Function — ADAM-5630 6.3 Medium2024-09-27
CVE-2024-8310 OPW Fuel Management Systems SiteSentinel Missing Authentication for Critical Function — SiteSentinel 9.8 Critical2024-09-27
CVE-2024-6981 OMNTEC Proteus Tank Monitoring Missing Authentication for Critical Function — Proteus Tank Monitoring 9.8 Critical2024-09-27
CVE-2024-47130 Missing Authentication for Critical Function in goTenna Pro — Pro 8.8 High2024-09-26
CVE-2023-52949 Synology Active Backup for Business Agent 访问控制错误漏洞 — Synology Active Backup for Business Agent 5.5 Medium2024-09-26
CVE-2023-52947 Synology Active Backup for Business Agent 访问控制错误漏洞 — Synology Active Backup for Business Agent 4.0 Medium2024-09-26
CVE-2024-6592 WatchGuard Firebox Single Sign-On Agent Protocol Authorization Bypass — Authentication Gateway 9.1 Critical2024-09-25
CVE-2022-25770 Insufficient authentication in upgrade flow — Mautic 7.8 High2024-09-18
CVE-2024-6406 Sensetive Data Exposure in Yordam Information Technology's Mobile Library Application — Mobile Library Application 7.5AIHighAI2024-09-18
CVE-2024-8956 PTZOptics NDI and SDI Cameras /cgi-bin/param.cgi Insufficient Authentication — PT30X-SDI 9.1 Critical2024-09-17
CVE-2024-6582 Broken Access Control in lunary-ai/lunary — lunary-ai/lunary 6.1AIMediumAI2024-09-13
CVE-2024-8751 Vulnerability in SICK MSC800 — SICK MSC800 7.5 High2024-09-12
CVE-2024-8321 Ivanti EPM 安全漏洞 — Endpoint Manager 5.8 Medium2024-09-10
CVE-2024-8320 Ivanti EPM 安全漏洞 — Endpoint Manager 5.3 Medium2024-09-10
CVE-2024-7015 Improper Authentication in Profelis Informatics and Consulting's PassBOX — PassBox 9.8AICriticalAI2024-09-09
CVE-2024-8584 LEARNING DIGITAL Orca HCM - Missing Authentication — Orca HCM 9.8 Critical2024-09-09
CVE-2024-45075 IBM webMethods Integration privilege escalation — webMethods Integration 8.8 High2024-09-04
CVE-2024-4428 Sensetive Data Exposure in Menulux Managment Portal — Managment Portal 6.5AIMediumAI2024-08-29
CVE-2024-45049 Nix Hydra Missing authentication when triggering evaluations — hydra 7.5 High2024-08-27

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