目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CWE-636 未能安全地进行程序失效(Failing Open) 类漏洞列表 39

CWE-636 未能安全地进行程序失效(Failing Open) 类弱点 39 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-636“失败时未安全处理”(Failing Open)属于设计缺陷类漏洞。当系统遭遇错误或故障时,其设计导致其回退至比可用选项安全性更低的状态,例如采用最弱加密算法或最宽松访问控制。攻击者通常利用此机制,通过触发异常迫使系统进入低安全模式,从而绕过防护并获取未授权访问。开发者应避免在错误处理中默认启用宽松策略,确保故障状态下系统能进入最保守、最安全的默认状态,或明确拒绝服务而非降低安全标准。

MITRE CWE 官方描述
CWE:CWE-636 未能安全失败('Failing Open') 英文:当产品遇到错误条件或故障时,其设计要求它回退到一个比其他可用选项安全性更低的状态,例如选择最弱的加密算法或使用最宽松的访问控制限制。 通过进入安全性较低的状态,产品继承了与该状态相关的弱点,使其更容易被攻破。至少,它会导致管理员产生虚假的安全感。这种弱点通常是由于希望“功能失效”(fail functional)以最小化管理和支持成本,而不是“安全失效”(failing safe)所导致的。
常见影响 (1)
Access Control Bypass Protection Mechanism
Intended access restrictions can be bypassed, which is often contradictory to what the product's administrator expects.
缓解措施 (1)
Architecture and Design Subdivide and allocate resources and components so that a failure in one part does not affect the entire product.
代码示例 (1)
Switches may revert their functionality to that of hubs when the table used to map ARP information to the switch interface overflows, such as when under a spoofing attack. This results in traffic being broadcast to an eavesdropper, instead of being sent only on the relevant switch interface. To mitigate this type of problem, the developer could limit the number of ARP entries that can be recorded …
CVE ID 标题 CVSS 风险等级 Published
CVE-2025-21210 Microsoft Windows BitLocker 安全漏洞 — Windows 10 Version 1507 4.2 Medium 2025-01-14
CVE-2024-8185 HashiCorp Vault 安全漏洞 — Vault 7.5 High 2024-10-31
CVE-2024-43532 Microsoft Windows Remote Registry Service 安全漏洞 — Windows 10 Version 1507 8.8 High 2024-10-08
CVE-2024-3729 WordPress plugin Frontend Admin by DynamiApps 安全漏洞 — Frontend Admin by DynamiApps 9.8 Critical 2024-05-02
CVE-2024-2660 HashiCorp Vault 和 Vault Enterprise 安全漏洞 — Vault 6.4 Medium 2024-04-04
CVE-2023-4030 Lenovo ThinkPad 安全漏洞 — ThinkPad 8.4 High 2023-08-17
CVE-2023-22943 Splunk 信任管理问题漏洞 — Splunk Add-on Builder 4.8 Medium 2023-02-14
CVE-2021-1578 Cisco Application Policy Infrastructure Controller 访问控制错误漏洞 — Cisco Application Policy Infrastructure Controller (APIC) 8.8 High 2021-08-25
CVE-2021-3614 Lenovo BIOS 安全漏洞 — Notebook BIOS 6.4 Medium 2021-07-16

CWE-636(未能安全地进行程序失效(Failing Open)) 是常见的弱点类别,本平台收录该类弱点关联的 39 条 CVE 漏洞。