CWE-1318

Missing Support for Security Features in On-chip Fabrics or Buses
AI Translation Available

On-chip fabrics or buses either do not support or are not configured to support privilege separation or other security features, such as access control.

Status
incomplete
Abstraction
base
Processor Hardware Not Technology-Specific

Certain on-chip fabrics and buses, especially simple and low-power buses, do not support security features. Apart from data transfer and addressing ports, some fabrics and buses do not have any interfaces to transfer privilege, immutable identity, or any other security attribute coming from the bus master. Similarly, they do not have dedicated signals to transport security-sensitive data from slave to master, such as completions for certain types of transactions. Few other on-chip fabrics and buses support security features and define specific interfaces/signals for transporting security attributes from master to slave or vice-versa. However, including these signals is not mandatory and could be left unconfigured when generating the register-transfer-level (RTL) description for the fabric. Such fabrics or buses should not be used to transport any security attribute coming from the bus master. In general, peripherals with security assets should not be connected to such buses before the transaction from the bus master reaches the bus, unless some form of access control is performed at a fabric bridge or another intermediate module.

Common Consequences

confidentiality integrity access control availability
Impacts
dos: crash, exit, or restart read memory modify memory

Detection Methods

architecture or design review manual static analysis - source code

Potential Mitigations

Phases:
architecture and design
Descriptions:
• If fabric does not support security features, implement security checks in a bridge or any component that is between the master and the fabric. Alternatively, connect all fabric slaves that do not have any security assets under one such fabric and connect peripherals with security assets to a different fabric that supports security features.