Security teams should switch from a pure prevention mindset to containment. If a vulnerable control cannot be fixed fast, the goal is to reduce exposure at the access points around the asset, then apply a compensating control such as tighter segmentation or alternative inspection. That approach protects the critical workload while avoiding unnecessary shutdowns that harm traffic, workflows, customers, and business operations.
How to Contain Risk When You Cannot Patch Immediately
When a critical control or application cannot be patched quickly, the response should be containment first and remediation second. The practical objective is to narrow exposure around the vulnerable asset, preserve service continuity, and prevent the issue from becoming a broader outage or an easy compromise path. That usually means putting compensating controls at the boundary, not forcing an unsafe shutdown.
The right containment choice depends on what the vulnerable component does and how it is reached. For a public-facing service, that often means tightening network paths, limiting source access, and putting stronger inspection or filtering in front of the asset. For an internal control, it may mean segmenting traffic, isolating the affected function, or reducing who can reach it until a safe maintenance window exists.
Containment should be treated as a deliberate temporary state, not an excuse to defer repair. The team still needs a defined owner, a target fix date, and a way to prove that the workaround is actually reducing exposure. If the compensating control cannot be monitored or reversed cleanly, it is usually too weak to trust for long.
What Compensating Controls Should Do
A good compensating control reduces the blast radius without changing the business process more than necessary. CISA’s Known Exploited Vulnerabilities Catalog is useful here because it reflects the reality that some weaknesses are actively abused and therefore deserve immediate risk reduction even when patching is delayed.
In practice, the strongest alternatives are usually controls that limit reachability, constrain privilege, or add detection around the exposed path. Examples include network segmentation, temporary allowlisting, virtual patching or filtering, stricter authentication gates, read-only mode where feasible, and enhanced logging on the affected system. The control should be chosen for the specific failure mode, not for convenience.
Teams should avoid compensating measures that merely create the appearance of safety. A control is only useful if it changes attacker access, lowers exposure, or makes exploitation materially harder. If it does none of those things, it is documentation rather than protection.
How to Keep Operations Running Safely
The operational goal is to preserve the service that matters most while accepting a bounded, visible risk on the vulnerable component. That means coordinating with application owners, infrastructure teams, and operations staff so the containment measure does not unintentionally break dependencies, cut off customers, or overload another control layer.
For that reason, temporary containment should be validated in the environment where the business impact is real. NIST Cybersecurity Framework 2.0 fits this kind of decision because it links protective action with governance, detection, response, and recovery rather than treating patching as the only acceptable outcome. CISA’s KEV catalog also helps teams justify prioritisation when a known exploited issue has to be contained before it can be repaired.
The best teams also define how long the workaround may remain in place and what evidence is needed before extending it. If the control is only compensating for a few days, that is a very different operating model from a month-long exception. The longer the exception lasts, the more it should be treated as a tracked risk decision.
Risk and Threat Considerations
Unpatched critical assets create two kinds of exposure: direct exploitation by an attacker and operational damage from an overly aggressive fix. The challenge is to reduce the first without causing the second, because both can become material incidents if handled poorly.
Failure mechanism: Attackers often target known weaknesses quickly after disclosure, especially when the asset is reachable, privileged, or difficult to replace. If the team delays patching without adding containment, the control remains exposed; if the team overcorrects, the business may suffer avoidable outage or data-flow disruption.
Impact: Effective containment lowers the chance of compromise while buying time for a safe fix. Weak containment, or containment that is not monitored, can leave the organisation with either a live exploit path or a degraded service that still fails under pressure.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.AA-05 — Least Privilege | Limits access around an unpatched asset to reduce exposure. |
| PR.DS-01 — Data-at-rest is protected | Compensating controls often include limiting exposure of sensitive data if the asset remains vulnerable. | |
| DE.CM-01 — Networks and network services are monitored to detect potential cybersecurity events | Temporary containment needs monitoring to confirm the workaround is working. | |
| Recommendation — Restrict access paths to the vulnerable control to the minimum necessary. Protect sensitive data paths while the patch is deferred. Monitor the affected access paths for signs of exploitation or control failure. | ||
| NIST SP 800-53 Rev 5 | SC-7 — Boundary Protection | Segmentation and access narrowing are the core compensating controls for unpatched assets. |
| Recommendation — Enforce boundary controls to contain the vulnerable system. | ||
Practitioner Guidance
What to prioritise: Start with reachability and privilege, because those are the fastest levers for reducing exposure while preserving uptime. If you can narrow who or what can touch the vulnerable control, do that before attempting more disruptive changes.
What to verify: Confirm that the compensating control blocks the specific access path that matters, not just general traffic. You should be able to show which systems are still allowed, which are denied, and who approved the exception.
Decision rule: If the workaround cannot be observed, rolled back, or clearly tied to the vulnerable exposure, treat it as insufficient and escalate for a safer maintenance plan. The point is not to avoid all risk, but to keep the residual risk explicit and bounded.
Practitioner takeaway: When patching is not immediately possible, the mature response is to shrink exposure in a controlled way and keep the service stable, not to choose between perfect remediation and uncontrolled downtime.
Related resources from NHI Mgmt Group
- How should security teams contain a breach quickly without disrupting critical operations?
- How should security teams implement IAM for critical infrastructure environments without disrupting operations?
- How should NHS security teams reduce privileged access risk without disrupting clinical operations?
- How should security teams phase out password-based authentication without disrupting operations?