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-2021-47940 WordPress Download From Files 1.48 Arbitrary File Upload — Download From Files 9.8 Critical2026-05-10
CVE-2021-47936 OpenCATS 0.9.4 Remote Code Execution via Resume Upload — OpenCATS 9.8 Critical2026-05-10
CVE-2021-47933 WordPress MStore API 2.0.6 Arbitrary File Upload — MStore API 9.8 Critical2026-05-10
CVE-2026-8185 UGREEN CM933 Administrative missing authentication — CM933 6.3 Medium2026-05-09
CVE-2026-42302 FastGPT: Unauthenticated Remote Code Execution (RCE) via code-server Misconfiguration in agent-sandbox — FastGPT 9.8 Critical2026-05-08
CVE-2026-42176 Scoold: Persistent Admin Takeover by Overwriting the admins Configuration Setting via Forged JWT (missing `jti` validation) — scoold 6.7 Medium2026-05-08
CVE-2026-44338 PraisonAI ships and generates a legacy API server with authentication disabled by default, allowing unauthenticated workflow execution — PraisonAI 7.3 High2026-05-08
CVE-2026-6736 Authentication bypass vulnerability in GitHub Enterprise Server allowed creation of local user accounts bypassing the configured external identity provider — Enterprise Server 6.5AIMediumAI2026-05-07
CVE-2026-7415 Open MQTT orchestration without read/write ACLs in Yarbo robot firmware — Firmware 9.8 Critical2026-05-07
CVE-2026-41930 Vvveb < 1.0.8.2 Hard-coded Credentials Information Disclosure via phpMyAdmin — Vvveb 9.8 Critical2026-05-06
CVE-2026-8031 PicoTronica e-Clinic Healthcare System ECHS API Endpoint patient-records missing authentication — e-Clinic Healthcare System ECHS 5.3 Medium2026-05-06
CVE-2026-7844 chatchat-space Langchain-Chatchat Compatible File Service openai_routes.py delete_file missing authentication — Langchain-Chatchat 6.3 Medium2026-05-05
CVE-2023-54344 Eclipse Equinox OSGi 3.7.2 Remote Code Execution via Console — [OSGi 9.8 Critical2026-05-05
CVE-2023-54342 Eclipse Equinox OSGi 3.8-3.18 Console Remote Code Execution — [OSGi 9.8 Critical2026-05-05
CVE-2026-42222 nginx-ui: Unauthenticated first-boot instance claim via POST /api/install allows remote bootstrap takeover — nginx-ui 8.1 High2026-05-04
CVE-2026-42221 nginx-ui: Unauthenticated First-Run Installer Allows Remote Initial Admin Claim — nginx-ui 8.1 High2026-05-04
CVE-2026-42796 Arelle < 2.39.10 Unauthenticated RCE via /rest/configure — Arelle 9.8 Critical2026-05-04
CVE-2026-7723 PrefectHQ prefect WebSocket Endpoint in missing authentication — prefect 7.3 High2026-05-04
CVE-2026-7714 crocodilestick Calibre-Web-Automated Admin Endpoint cwa_functions.py missing authentication — Calibre-Web-Automated 6.5 Medium2026-05-04
CVE-2026-35514 Unauthenticated Account Registration via /user/invited Bypasses All Signup Restrictions in Chartbrew — chartbrew 6.5 Medium2026-04-30
CVE-2025-13030 django-mdeditor 访问控制错误漏洞 — django-mdeditor 7.1 High2026-04-30
CVE-2026-41940 WebPros cPanel and WHM Authentication Bypass via Login Flow — cPanel 9.8 Critical2026-04-29
CVE-2026-3893 Carlson Software VASCO-B GNSS Receiver Missing Authentication for Critical Function — VASCO-B GNSS Receiver 9.4 Critical2026-04-28
CVE-2026-5944 Cisco Intersight Device Connector for Nutanix Prism Central Unauthenticated API Access — Cisco Intersight Device Connector for Prism Central 8.2 High2026-04-28
CVE-2026-3323 VEGA: Privilege escalation through unsecured configuration interface in VEGAPULS devices — VEGAPULS 6X Two-wire PROFINET, Modbus TCP, OPC UA (Ethernet-APL) 7.5 High2026-04-28
CVE-2024-54013 Authentication Bypass — QND-8080R 9.1AICriticalAI2026-04-28
CVE-2026-7113 NousResearch hermes-agent Webhooks Endpoint webhook.py missing authentication — hermes-agent 5.6 Medium2026-04-27
CVE-2026-7042 666ghj MiroFish REST API Endpoint __init__.py create_app missing authentication — MiroFish 7.3 High2026-04-26
CVE-2026-41473 CyberPanel < 2.4.4 Unauthenticated API Access via AI Scanner Endpoints — cyberpanel 9.1AICriticalAI2026-04-24
CVE-2026-41477 Deskflow: Local privilege escalation via unauthenticated IPC — deskflow 7.8 High2026-04-24

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