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-53378 Trend Micro Worry-Free Business Security Services 访问控制错误漏洞 — Trend Micro Worry-Free Business Security Services 7.6 High2025-07-10
CVE-2025-3498 Unauthenticated modification of Radiflow iSAP Smart Collector configuration — iSAP Smart Collector 9.9 Critical2025-07-09
CVE-2025-7031 Config Pages Viewer - Critical - Access bypass - SA-CONTRIB-2025-086 — Config Pages Viewer 9.1AICriticalAI2025-07-08
CVE-2025-48814 Remote Desktop Licensing Service Security Feature Bypass Vulnerability — Windows 10 Version 1607 7.5 High2025-07-08
CVE-2025-40736 Siemens SINEC NMS 访问控制错误漏洞 — SINEC NMS 9.8 Critical2025-07-08
CVE-2025-25268 Unauthenticated Configuration Access via Exposed API Endpoint — CHARX SEC-3150 8.8 High2025-07-08
CVE-2025-7115 rowboatlabs rowboat Session route.ts PUT missing authentication — rowboat 7.3 High2025-07-07
CVE-2025-7114 SimStudioAI sim Session route.ts POST missing authentication — sim 7.3 High2025-07-07
CVE-2025-34089 Remote for Mac Unauthenticated Remote Code Execution via AppleScript Injection — Remote for Mac 8.8AIHighAI2025-07-03
CVE-2025-34071 GFI Kerio Control Unsigned System Image Upload Root Code Execution — Kerio Control 7.2AIHighAI2025-07-02
CVE-2025-34070 GFI Kerio Control GFIAgent Missing Authentication on Administrative Interfaces — Kerio Control 9.8AICriticalAI2025-07-02
CVE-2025-34069 GFI Kerio Control GFIAgent Authentication Bypass via Proxy Forwarding — Kerio Control 9.8AICriticalAI2025-07-02
CVE-2025-34057 Ruijie NBR Router Administrative Credential Disclosure — NBR Router 7.5AIHighAI2025-07-02
CVE-2025-6920 Ai-inference-server: authentication bypass via unprotected inference endpoint in api — Red Hat AI Inference Server 5.3 Medium2025-07-01
CVE-2025-41656 Pilz: Missing Authentication in Node-RED integration — IndustrialPI 4 with Firmware Bullseye 10.0 Critical2025-07-01
CVE-2025-6916 TOTOLINK T6 formLoginAuth.htm Form_Login missing authentication — T6 8.8 High2025-06-30
CVE-2024-8419 Improper Access Control vulnerability in AC4xxS devices — ifm Smart PLC AC402s 7.5 High2025-06-30
CVE-2025-5310 Dover Fueling Solutions ProGauge MagLink LX Consoles Missing Authentication for Critical Function — ProGauge MagLink LX 4 9.8 Critical2025-06-27
CVE-2025-6763 Comet System H3531 Web-based Management setupA.cfg missing authentication — T0510 8.1 High2025-06-27
CVE-2025-3699 Mitsubishi Electric多款产品 访问控制错误漏洞 — G-50 9.8 Critical2025-06-26
CVE-2025-1754 Missing Authentication for Critical Function in GitLab — GitLab 5.3 Medium2025-06-26
CVE-2025-6678 Autel MaxiCharger AC Wallbox Commercial PIN Missing Authentication Information Disclosure Vulnerability — Autel MaxiCharger AC Wallbox Commercial 7.5AIHighAI2025-06-25
CVE-2025-3090 MB connect line: Missing Authentication in mbCONNECT24/mymbCONNECT24 — mbCONNECT24 8.2 High2025-06-24
CVE-2025-34039 Yonyou NC BeanShell Command Injection — UFIDA NC 9.8AICriticalAI2025-06-24
CVE-2025-3319 IBM Spectrum Protect Server authentication bypass — Spectrum Protect Server 8.1 High2025-06-20
CVE-2025-32896 Apache SeaTunnel: Unauthenticated insecure access — Apache SeaTunnel 9.8AICriticalAI2025-06-19
CVE-2025-25265 Unauthenticated File Read via Web Interface — WAGO CC100 0751-9x01 4.9 Medium2025-06-16
CVE-2025-49596 MCP Inspector proxy server lacks authentication between the Inspector client and proxy — inspector 9.8AICriticalAI2025-06-13
CVE-2024-35295 Siemens SINAMICS PERFECT HARMONY GH180 访问控制错误漏洞 — Perfect Harmony GH180 6.1 Medium2025-06-11
CVE-2024-9062 macOS Archify: Local Privilege Escalation — Archify 7.8 High2025-06-10

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