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

目标: 1000 元 · 已筹: 1325

100%

CWE-1357 类漏洞列表 4

CWE-1357 类弱点 4 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-1357指软件依赖不可信组件的漏洞。当产品集成未充分验证安全、可靠性或可维护性的第三方组件时,攻击者可利用组件缺陷实施注入、远程代码执行或数据泄露。开发者应建立严格的组件准入机制,定期审查依赖项来源,实施最小权限原则,并持续监控组件更新与安全补丁,确保所选组件符合企业安全标准,从而降低供应链攻击风险。

MITRE CWE 官方描述
CWE:CWE-1357 依赖不可靠组件 英文:产品由多个独立组件构建而成,但使用了不足以在安全性、可靠性、可更新性和可维护性方面满足预期的组件。 许多现代硬件和软件产品是通过在设计和架构阶段将多个较小的组件组合成一个更大的实体而构建的。例如,硬件组件可能由单独的供应商构建,或者产品可能使用来自第三方的开源软件库。无论来源如何,每个组件都应得到充分信任,以确保产品的正确和安全运行。如果组件不可靠,可能会为整个产品带来重大风险,例如无法及时修补(甚至根本无法修补)漏洞;隐藏的功能,如恶意软件;在出于安全目的需要时无法更新或替换组件;由不符合规格要求的部件构建的硬件组件,可能导致弱点;等等。请注意,即使组件由产品供应商拥有,也可能不可靠,例如源代码丢失且由已离职开发人员构建的软件组件,或者由另一家公司开发并被收购并纳入产品所在公司的组件。请注意,对于组件是否足够可靠可能存在分歧,因为信任最终是主观的。不同的利益相关者(例如,客户、供应商、政府)具有不同的威胁模型和评估信任的方式,设计和架构选择可能会在安全性、可靠性、安全性、隐私、成本和其他特性之间进行权衡。
常见影响 (1)
OtherReduce Maintainability
缓解措施 (3)
Requirements, Architecture and Design, ImplementationFor each component, ensure that its supply chain is well-controlled with sub-tier suppliers using best practices. For third-party software components such as libraries, ensure that they are developed and actively maintained by reputable vendors.
Architecture and Design, Implementation, Integration, ManufacturingMaintain a Bill of Materials for all components and sub-components of the product. For software, maintain a Software Bill of Materials (SBOM). According to [REF-1247], "An SBOM is a formal, machine-readable inventory of software components and dependencies, information about those components, and their hierarchical relationships."
Operation, Patching and MaintenanceContinue to monitor changes in each of the product's components, especially when the changes indicate new vulnerabilities, end-of-life (EOL) plans, supplier practices that affect trustworthiness, etc.
代码示例 (1)
A refrigerator has an Internet interface for the official purpose of alerting the manufacturer when that refrigerator detects a fault. Because the device is attached to the Internet, the refrigerator is a target for hackers who may wish to use the device other potentially more nefarious purposes.
The refrigerator has no means of patching and is hacked, becoming a spewer of email spam.
Bad · Other
The device automatically patches itself and provides considerable more protection against being hacked.
Good · Other
CVE ID标题CVSS风险等级Published
CVE-2025-32800 Conda-build 安全漏洞 — conda-build 9.8AICriticalAI2025-06-16
CVE-2024-26024 SUBNET Solutions Substation Server 安全漏洞 — Substation Server 8.4 High2024-05-28
CVE-2024-28042 SUBNET PowerSYSTEM Center 安全漏洞 — PowerSYSTEM Center 8.4 High2024-05-15
CVE-2024-3313 SUBNET PowerSYSTEM Center 安全漏洞 — PowerSYSTEM Server 8.4 High2024-04-09

CWE-1357 是常见的弱点类别,本平台收录该类弱点关联的 4 条 CVE 漏洞。