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

目标: 1000 元 · 已筹: 1000

100.0%

CWE-673 范围定义的外部影响 类漏洞列表 1

CWE-673 范围定义的外部影响 类弱点 1 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-673指外部影响控制域定义,属于架构设计缺陷。攻击者通常通过篡改配置文件或注入恶意参数,改变系统的安全边界或信任范围,从而绕过访问控制或执行未授权操作。开发者应避免依赖外部输入来定义核心安全策略,确保控制域在代码内部硬编码或由受信任的管理员严格配置,并实施严格的输入验证机制,防止外部实体篡改关键安全定义。

MITRE CWE 官方描述
CWE:CWE-673 控制球(Control Sphere)定义的外部影响 英文:产品未能阻止外部行为者对控制球(Control Sphere)定义的修改。 通常,产品会在其代码内部或通过产品管理员的配置来定义其控制球(Control Sphere)。在某些情况下,外部方可以更改控制球(Control Sphere)的定义。这通常是一种衍生弱点(Resultant Weakness)。
常见影响 (1)
OtherOther
代码示例 (2)
Consider a blog publishing tool, which might have three explicit control spheres: the creation of articles, only accessible to a "publisher;" commenting on articles, only accessible to a "commenter" who is a registered user; and reading articles, only accessible to an anonymous reader. Suppose that the application is deployed on a web server that is shared with untrusted parties. If a local user c…
In Untrusted Search Path (CWE-426), a user might be able to define the PATH environment variable to cause the product to search in the wrong directory for a library to load. The product's intended sphere of control would include "resources that are only modifiable by the person who installed the product." The PATH effectively changes the definition of this sphere so that it overlaps the attacker's…
CVE ID标题CVSS风险等级Published
CVE-2025-30075 MindManager Windows 安全漏洞 — MindManager 2.2 Low2025-09-16

CWE-673(范围定义的外部影响) 是常见的弱点类别,本平台收录该类弱点关联的 1 条 CVE 漏洞。