CWE-447: Unimplemented or Unsupported Feature in UI

Base Draft Simple

CWE版本: 4.18

更新日期: 2025-09-09

弱点描述

A UI function for a security feature appears to be supported and gives feedback to the user that suggests that it is supported, but the underlying functionality is not implemented.

常见后果

影响范围: Other

技术影响: Varies by Context

潜在缓解措施

阶段: Testing

描述: Perform functionality testing before deploying the application.

观察示例

参考: CVE-2000-0127

GUI configuration tool does not enable a security option when a checkbox is selected, although that option is honored when manually set in the configuration file.

参考: CVE-2001-0863

Router does not implement a specific keyword when it is used in an ACL, allowing filter bypass.

参考: CVE-2001-0865

Router does not implement a specific keyword when it is used in an ACL, allowing filter bypass.

参考: CVE-2004-0979

Web browser does not properly modify security setting when the user sets it.

引入模式

阶段 说明
Implementation -

适用平台

编程语言
Not Language-Specific (Undetermined)

分类映射

分类名称 条目ID 条目名称 映射适配度
PLOVER - Unimplemented or unsupported feature in UI -
关键信息

CWE ID: CWE-447

抽象级别: Base

结构: Simple

状态: Draft

相关弱点