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

目标: 1000 元 · 已筹: 1000

100.0%

CWE-1269 类漏洞列表 2

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

CWE-1269指产品以预生产或制造配置发布,属于配置管理缺陷。此类配置通常包含大量调试钩子,攻击者可利用其绕过身份验证、授权及完整性检查,甚至读取或修改内部数据。开发者应避免在生产环境中启用调试功能,严格区分开发、测试与生产配置,确保发布前移除所有敏感调试接口,以保障系统安全。

MITRE CWE 官方描述
CWE:CWE-1269 产品以非发布配置发布 英文:The product released to market is released in pre-production or manufacturing configuration. 产品以预生产(pre-production)或制造(manufacturing)配置发布到市场。处于预生产或制造阶段的产品配置了许多调试挂钩(debug hooks)和调试功能,包括但不限于:能够覆盖/绕过各种加密检查(包括身份验证、授权和完整性);能够读取/写入/修改/转储内部状态(包括寄存器和内存);能够更改系统配置;能够运行在生产阶段不允许执行的隐藏或私有命令(因为它们会暴露知识产权)。以上列表绝非详尽无遗,但旨在暗示产品在预生产或制造阶段具有更强大的功能和更高的脆弱性状态。当涉及多方参与最终生产版本发布前的测试执行时,复杂性会增加。例如,芯片制造商(chipmaker)可能会制造芯片并运行其自身的预生产测试,随后将芯片交付给原始设备制造商(OEM),后者将在同一芯片上运行第二组不同的预生产测试。只有在完成这两组活动后,整体制造阶段才能被称为“完成”,并触发“制造完成”(Manufacturing Complete)熔丝。然而,如果 OEM 忘记触发“制造完成”熔丝,则系统仍停留在制造阶段,导致系统暴露且易受攻击。
常见影响 (1)
Confidentiality, Integrity, Availability, Access Control, Accountability, Authentication, Authorization, Non-RepudiationOther
缓解措施 (3)
ImplementationEnsure that there exists a marker for denoting the Manufacturing Complete stage and that the Manufacturing Complete marker gets updated at the Manufacturing Complete stage (i.e., the Manufacturing Complete fuse gets blown).
IntegrationEnsure that there exists a marker for denoting the Manufacturing Complete stage and that the Manufacturing Complete marker gets updated at the Manufacturing Complete stage (i.e., the Manufacturing Complete fuse gets blown).
ManufacturingEnsure that there exists a marker for denoting the Manufacturing Complete stage and that the Manufacturing Complete marker gets updated at the Manufacturing Complete stage (i.e., the Manufacturing Complete fuse gets blown).
代码示例 (1)
This example shows what happens when a preproduction system is made available for production.
Suppose the chipmaker has a way of scanning all the internal memory (containing chipmaker-level secrets) during the manufacturing phase, and the way the chipmaker or the Original Equipment Manufacturer (OEM) marks the end of the manufacturing phase is by blowing a Manufacturing Complete fuse. Now, suppose that whoever blows the Manufacturing Complete fuse inadvertently forgets to execute the step to blow the fuse.
Bad · Other
Blow the Manufacturing Complete fuse.
Good · Other
CVE ID标题CVSS风险等级Published
CVE-2023-5457 AiLux imx6 安全漏洞 — imx6 bundle 7.5 High2024-03-05
CVE-2024-23591 Lenovo ThinkSystem 安全漏洞 — ThinkSystem SR670 V2 2.0 Low2024-02-16

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