CWE Database
/

CWE-1282

Back to CWE list

CWE-1282

Assumed-Immutable Data is Stored in Writable Memory

Base
Incomplete

Description

Immutable data, such as a first-stage bootloader, device identifiers, and "write-once" configuration settings are stored in writable memory that can be re-programmed or updated in the field.

{"xhtml:p":["Security services such as secure boot, authentication of code and data, and device attestation all require assets such as the first stage bootloader, public keys, golden hash digests, etc. which are implicitly trusted. Storing these assets in read-only memory (ROM), fuses, or one-time programmable (OTP) memory provides strong integrity guarantees and provides a root of trust for securing the rest of the system. Security is lost if assets assumed to be immutable can be modified."]}

Related Weaknesses

Common Consequences

Scope

Integrity

Impact

Varies by Context

Potential Mitigations

Implementation

All immutable code or data should be programmed into ROM or write-once memory.

Applicable Platforms

Not Language-Specific

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now