CWE-306 关键功能的认证机制缺失 类弱点 1656 条 CVE 漏洞汇总,含 AI 中文分析。
CWE-306指关键功能缺乏身份验证,属于访问控制缺陷。攻击者可直接调用需高权限或消耗大量资源的功能,无需提供凭证,从而实施未授权操作或资源耗尽攻击。开发者应确保所有敏感操作强制实施身份验证机制,严格校验用户身份,防止未认证请求访问关键业务逻辑,保障系统安全。
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; }
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
| CVE ID | 标题 | CVSS | 风险等级 | Published |
|---|---|---|---|---|
| CVE-2026-76902 | CordysCRM未认证任意文件泄露漏洞 — CordysCRM | 5.0 | Medium | 2026-09-18 |
| CVE-2026-63647 | CordysCRM SSE订阅流劫持漏洞 — CordysCRM | 9.3 | Critical | 2026-09-18 |
| CVE-2026-84078 | IBM Guardium Data Protection 多漏洞 — Guardium Data Protection | 9.9 | Critical | 2026-09-18 |
| CVE-2026-84075 | IBM Guardium Data Protection 多重漏洞 — Guardium Data Protection | 9.9 | Critical | 2026-09-18 |
| CVE-2026-82967 | IBM Guardium Data Protection 多个漏洞 — Guardium Data Protection | 9.8 | Critical | 2026-09-18 |
| CVE-2026-93839 | LightLLM 1.2.0 远程未认证访问漏洞 — LightLLM | 9.8 | Critical | 2026-09-18 |
| CVE-2026-11539 | IBM WebSphere Application Server 多漏洞 — WebSphere Application Server | 5.3 | Medium | 2026-09-18 |
| CVE-2026-93559 | Forget-C Jellyfish AI Studio FastAPI认证缺失漏洞 — Jellyfish AI Short Drama Studio | 7.3 | High | 2026-09-18 |
| CVE-2026-77339 | Process Compose DNS重绑定致MCP工具失控 — process-compose | 5.1 | Medium | 2026-09-18 |
| CVE-2026-85478 | CareCam CM2507 关键功能缺失身份认证漏洞 — HMT.CM2507 Firmware | 3.5 | Low | 2026-09-18 |
| CVE-2026-84400 | CareCam CM2507 关键功能缺失身份验证 — HMT.CM2507 Firmware | 3.1 | Low | 2026-09-18 |
| CVE-2026-88259 | CareCam CM2507 关键功能缺失认证漏洞 — HMT.CM2507 Firmware | 7.5 | High | 2026-09-18 |
| CVE-2026-79954 | NASA CryptoLib 1.5.0 安全协会接收路径错误 — CryptoLib | 8.7 | High | 2026-09-18 |
| CVE-2026-85889 | Azure AI Foundry 权限提升漏洞 — Azure AI Foundry | 10.0 | Critical | 2026-09-17 |
| CVE-2026-54767 | WeGIA 硬编码密钥后门及数据删除漏洞 — WeGIA | 9.1 | Critical | 2026-09-17 |
| CVE-2026-54460 | OpenReception 未认证WebAuthn密钥注入致账户接管 — appointment-booking-software | 9.8 | Critical | 2026-09-17 |
| CVE-2026-54618 | Obsidian Web MCP 未认证存储库访问漏洞 — obsidian-web-mcp | 9.4 | Critical | 2026-09-17 |
| CVE-2026-54504 | MCP文档服务器 Web API未授权访问漏洞 — mcp-documentation-server | 8.8 | High | 2026-09-17 |
| CVE-2026-54446 | NetLicensing MCP Server 未授权API密钥使用漏洞 — NetLicensing-MCP | 8.1 | High | 2026-09-17 |
| CVE-2026-71568 | BMCtest Ironic 未认证访问漏洞 — bmctest | 5.3 | Medium | 2026-09-17 |
| CVE-2026-92972 | SGLang 0.5.19 未认证路由中毒漏洞 — sglang | 8.6 | High | 2026-09-17 |
| CVE-2026-81441 | Dell OpenManage Server Administrator 11.1.0.3前认证缺失 — OpenManage Server Administrator Managed Node (Patch) for Windows | 4.0 | Medium | 2026-09-17 |
| CVE-2026-81475 | Dell OMSA 11.1.0.3前版本缺失认证漏洞 — OpenManage Server Administrator Managed Node (Patch) for Windows | 8.1 | High | 2026-09-17 |
| CVE-2026-50608 | NitroSense和PredatorSense软件身份认证漏洞 — System Monitoring | 1.2 | Low | 2026-09-17 |
| CVE-2026-50604 | NitroSense/PredatorSense 软件 未认证访问漏洞 — Agent Service | 4.9 | Medium | 2026-09-17 |
| CVE-2026-61594 | djust WebSocket/SSE路径授权绕过漏洞 — djust | 9.1 | Critical | 2026-09-16 |
| CVE-2026-89034 | TCH QRing R20_B006 未授权BLE访问 — QRing | 6.5 | Medium | 2026-09-16 |
| CVE-2026-92805 | UVdesk Community Skeleton 1.1.8 安装向导缺失认证漏洞 — community-skeleton | 9.8 | Critical | 2026-09-16 |
| CVE-2026-76447 | Cisco Identity Services Engine证书重载漏洞 — Cisco Identity Services Engine Software | 5.3 | Medium | 2026-09-16 |
| CVE-2026-76444 | 思科ISE信息泄露漏洞 — Cisco Identity Services Engine Software | 5.3 | Medium | 2026-09-16 |
CWE-306(关键功能的认证机制缺失) 是常见的弱点类别,本平台收录该类弱点关联的 1656 条 CVE 漏洞。