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-11671 EBM Technologies|Uniweb/SoliPACS WebServer - Missing Authentication — Uniweb/SoliPACS WebServer 5.3 Medium2025-10-13
CVE-2025-11661 ProjectsAndPrograms School Management System missing authentication — School Management System 7.3 High2025-10-13
CVE-2025-59246 Azure Entra ID Elevation of Privilege Vulnerability — Microsoft Entra 9.8 Critical2025-10-09
CVE-2025-11198 Security Director Policy Enforcer: An unrestricted API allows a network-based unauthenticated attacker to deploy malicious vSRX images to VMWare NSX Server — Security Director Policy Enforcer 7.4 High2025-10-09
CVE-2025-11529 ChurchCRM API Endpoint AuthMiddleware.php AuthMiddleware missing authentication — ChurchCRM 7.3 High2025-10-09
CVE-2025-11171 Chartify – WordPress Chart Plugin <= 3.5.9 - Missing Authentication for Administrative Function — Chartify – WordPress Chart Plugin 5.3 Medium2025-10-08
CVE-2025-10746 Integrate Dynamics 365 CRM <= 1.0.9 - Missing Authorization — Integrate Dynamics 365 CRM 6.5 Medium2025-10-04
CVE-2025-61673 Karapace is vulnerable to Authentication Bypass — karapace 8.6 High2025-10-03
CVE-2025-23293 NVIDIA Delegated Licensing Service 访问控制错误漏洞 — DLS component of NVIDIA License System 8.7 High2025-09-30
CVE-2025-34221 Vasion Print (formerly PrinterLogic) — Print Virtual Appliance Host 10.0AICriticalAI2025-09-29
CVE-2025-34215 Vasion Print (formerly PrinterLogic) Unauthenticated Firmware Update Endpoint RCE — Print Virtual Appliance Host 9.8AICriticalAI2025-09-29
CVE-2025-34224 Vasion Print (formerly PrinterLogic) Unauthenticated Device Modification — Print Virtual Appliance Host 9.8AICriticalAI2025-09-29
CVE-2025-34220 Vasion Print (formerly PrinterLogic) Unauthenticated API Leaks Group Information — Print Virtual Appliance Host 5.3AIMediumAI2025-09-29
CVE-2025-34222 Vasion Print (formerly PrinterLogic) Unauthenticated Admin APIs Used to Modify SSL Certificates — Print Virtual Appliance Host 9.8AICriticalAI2025-09-29
CVE-2025-34228 Vasion Print (formerly PrinterLogic) SSRF via Lexmark update.php — Print Virtual Appliance Host 9.1AICriticalAI2025-09-29
CVE-2025-34229 Vasion Print (formerly PrinterLogic) Blind SSRF via HP installApp.php — Print Virtual Appliance Host 9.1AICriticalAI2025-09-29
CVE-2025-34230 Vasion Print (formerly PrinterLogic) Blind SSRF via HP log_off_single_sign_on.php — Print Virtual Appliance Host 9.1AICriticalAI2025-09-29
CVE-2025-34231 Vasion Print (formerly PrinterLogic) SSRF via HP badgeSetup.php — Print Virtual Appliance Host 9.1AICriticalAI2025-09-29
CVE-2025-34225 Vasion Print (formerly PrinterLogic) SSRF via console_release Directory — Print Virtual Appliance Host 9.1AICriticalAI2025-09-29
CVE-2025-34216 Vasion Print (formerly PrinterLogic) RCE and Password Leaks via API — Print Virtual Appliance Host 9.8AICriticalAI2025-09-29
CVE-2025-34218 Vasion Print (formerly PrinterLogic) Exposed Internal Docker Instance — Print Virtual Appliance Host 5.8AIMediumAI2025-09-29
CVE-2025-34232 Vasion Print (formerly PrinterLogic) Blind SSRF via Lexmark dellCheck.php — Print Virtual Appliance Host 9.1AICriticalAI2025-09-29
CVE-2025-11130 iHongRen pptp-vpn XPC Service HelperTool.m shouldAcceptNewConnection missing authentication — pptp-vpn 8.4 High2025-09-29
CVE-2025-60251 Unitree多款产品 安全漏洞 — Go2 5.0 Medium2025-09-26
CVE-2025-10906 Magnetism Studios Endurance NSXPC com.MagnetismStudios.endurance.helper loadModuleNamed:WithReply missing authentication — Endurance 8.4 High2025-09-24
CVE-2025-41716 Unauthenticated User Enumeration via Missing Authentication — Solution Builder 5.3 Medium2025-09-24
CVE-2025-41715 Missing Authentication for Database Access in Web Application — Device Sphere 9.8 Critical2025-09-24
CVE-2025-9983 Lack of Authentication for RTSP stream — G2 7.5AIHighAI2025-09-22
CVE-2025-10772 huggingface LeRobot ZeroMQ Socket lekiwi_remote.py missing authentication — LeRobot 6.3 Medium2025-09-21
CVE-2022-4980 General Bytes Crypto Application Server (CAS) Unauthenticated Creation of Admin Account via Default-installation/First-admin Page — Crypto Application Server (CAS) 9.8 -2025-09-19

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