SC-4 - Information in Shared System Resources

Prevent unauthorized and unintended information transfer via shared system resources.


ID: SC-4
Enhancements:  2

Space Segment Guidance

Shared-resource protections aim to prevent unintended exposure or cross-talk through buffers, queues, timing, or middleware. Consider zeroizing residual data between users/partitions; using labeled/message-scoped interfaces instead of shared memory where practical; and scheduling/pacing that preserves determinism without leaking sensitive state through counters or timing. On constrained processors, favor designs that limit contention and priority inversion while keeping flight loops predictable.