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

目标: 1000 元 · 已筹: 1000

100.0%

CWE-1282 类漏洞列表 8

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

CWE-1282 指将本应不可变的数据(如引导加载程序、设备标识或只读配置)存储于可写内存中。攻击者可利用此缺陷在运行时篡改关键安全资产,破坏安全启动或代码认证机制,从而绕过设备完整性校验。开发者应确保此类数据仅存储于只读存储器(ROM)或受保护的不可变区域,并实施严格的访问控制,防止其在现场被意外或恶意重写,以保障系统信任链的稳固。

MITRE CWE 官方描述
CWE:CWE-1282 假设不可变的数据被存储在可写内存中 英文:不可变数据(Immutable data),例如第一阶段引导加载程序(first-stage bootloader)、设备标识符(device identifiers)以及“一次性写入”(write-once)配置设置,被存储在可写内存(writable memory)中,这些内存可以在现场被重新编程或更新。 安全服务(Security services),如安全启动(secure boot)、代码和数据的认证(authentication of code and data)以及设备证明(device attestation),都依赖于诸如第一阶段引导加载程序、公钥(public keys)、黄金哈希摘要(golden hash digests)等被隐式信任的资产。将这些资产存储在只读内存(ROM)、熔丝(fuses)或一次性可编程(OTP)内存中,可以提供强有力的完整性保证(integrity guarantees),并为保护系统的其余部分提供信任根(root of trust)。如果假设不可变的资产可以被修改,安全性就会丧失。
常见影响 (1)
IntegrityVaries by Context
缓解措施 (1)
ImplementationAll immutable code or data should be programmed into ROM or write-once memory.
代码示例 (1)
Cryptographic hash functions are commonly used to create unique fixed-length digests used to ensure the integrity of code and keys. A golden digest is stored on the device and compared to the digest computed from the data to be verified. If the digests match, the data has not been maliciously modified. If an attacker can modify the golden digest they then have the ability to store arbitrary data t…
CVE ID标题CVSS风险等级Published
CVE-2018-25229 BulletProof FTP Server 安全漏洞 — BulletProof FTP Server 5.5 Medium2026-03-30
CVE-2019-25590 LabF Axessh 安全漏洞 — Axessh 6.2 Medium2026-03-22
CVE-2019-25588 BulletProof FTP Server 安全漏洞 — BulletProof FTP Server 6.2 Medium2026-03-22
CVE-2019-25587 BulletProof FTP Server 安全漏洞 — BulletProof FTP Server 6.2 Medium2026-03-22
CVE-2019-25583 Raimersoft RarmaRadio 安全漏洞 — RarmaRadio 6.2 Medium2026-03-22
CVE-2019-25551 Sandboxie 安全漏洞 — Sandboxie 6.2 Medium2026-03-21
CVE-2019-25358 FileOptimizer 安全漏洞 — FileOptimizer 7.5 High2026-02-18
CVE-2022-2483 Nokia ASIK AirScale 5G Common System Module 安全漏洞 — ASIK AirScale 8.4 High2023-01-06

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