Common Weakness Enumeration

    CWE Definition / CWE-1209

    CWE-1209: Failure to Disable Reserved Bits

    The reserved bits in a hardware design are not disabled prior to production. Typically, reserved bits are used for future capabilities and should not support any functional logic in the design. However, designers might covertly use these bits to debug or further develop new capabilities in production hardware. Adversaries with access to these bits will write to them in hopes of compromising hardware state.

    Published:6 Feb 2020
    Organization:MITRE
    Modified:11 Dec 2025

    Related Weakness

    CWE-710: Improper Adherence to Coding Standards