CISSP - Security Architecture and Engineering - Section 3.5

Assess and mitigate the vulnerabilities of security architectures, designs, and solution elements including client-based, server-based, cloud, IoT, embedded, virtualised, and high-performance systems.

Assess vulnerabilities specific to cloud systems, IoT, embedded systems, virtualised systems, microservices, and containerisation architectures, and select mitigations suited to each. Distinguish the attack surfaces introduced by shared tenancy, firmware constraints, and container escape compared to traditional on-premises deployments.

cloud systemsIoTembedded systemsvirtualised systemsmicroservicescontainerisation

Practice question for this objective

Free sampleSecurity Architecture and Engineeringhard

A hospital's biomedical team has deployed a fleet of networked infusion pumps that ship with hard-coded credentials, no firmware signing, and a vendor-mandated flat clinical VLAN. The vendor refuses to alter the firmware and the pumps cannot be replaced for two years. The security architect must recommend the MOST effective mitigation given that these devices are embedded IoT systems running on a clinical network. Which approach should be recommended?

  • ARequire the biomedical team to change the hard-coded credentials on each pump quarterly and document the rotation in the asset register.
  • BPlace the pumps in a dedicated segmented network zone with strict egress filtering, broker all clinical traffic through a monitored gateway, and apply compensating monitoring for anomalous device behaviour. Correct
  • CDeploy host-based endpoint protection software onto every infusion pump to detect malware and block unauthorised processes.
  • DAdd the pumps' network ranges to the perimeter intrusion detection system and review weekly alerts for known IoT exploit signatures.
Apply compensating network segmentation and monitoring when embedded IoT devices cannot be patched or hardened directly. When embedded or IoT devices have intrinsic, unfixable weaknesses (hard-coded credentials, unsigned firmware, fragile network stacks) and replacement is not feasible, CISSP risk management expects the architect to wrap the device in compensating controls rather than pretend the device can be hardened. Network segmentation reduces blast radius, a brokering gateway enforces what the device cannot enforce itself, and behavioural monitoring substitutes for the absent endpoint telemetry. The other options either assume capabilities the device does not have or address only a narrow slice of the exposure.

Why A is wrong: Hard-coded credentials are baked into firmware images, so they typically cannot be rotated through normal device interfaces, and even where a runtime password exists the underlying account remains. This treats the symptom on paper while the real exposure persists in the firmware.

Why B is correct: Embedded medical devices whose firmware cannot be changed are textbook candidates for compensating network controls: a segmented zone limits lateral movement, a brokering gateway enforces protocol and destination policy, and behavioural monitoring catches misuse the device itself cannot report. This is the risk-led architectural answer when the device cannot be fixed.

Why C is wrong: Embedded medical devices typically run locked, regulator-approved firmware that does not permit third-party agents, and installing them would void clinical certification. The control is defensible on paper but architecturally infeasible on this class of device.

Why D is wrong: Perimeter detection sees only traffic that already crossed the boundary, and signature-based detection misses bespoke clinical protocols and abuse of legitimate functions. It provides some visibility but does not constrain lateral movement on the flat clinical VLAN where the real risk lives.

See more CISSP practice questions, answers explained.

More in this domain

Back to all Security Architecture and Engineering objectives, or the CISSP cert hub.

Examworthy is not affiliated with or endorsed by (ISC)2. Original, blueprint-aligned practice material only.