Impact Analyses CM-4
Configuration Management · Low baseline ✗ Not implemented
Status — program-wide
What references this control
No risks name this control in their Framework field yet.
No policies reference it yet.
Link a risk or policy to this control
Attaching adds CM-4 to the item's Framework field; the ✨ AI button suggests the best match. You can also edit the Framework field on a risk / policy directly.
Source: NIST SP 800-53 Rev.5, Configuration Management family NIST SP 800-53 Rev.5. The baseline shows the lowest SP 800-53B baseline (Low / Moderate / High) this control appears in NIST SP 800-53B.
Control guide — plain-English, per NIST SP 800-53
CM-4 (Impact Analyses) is the ‘think before you change’ step. Before a change goes in, you analyze what it could do to security and privacy — what it touches, what could break, and what new risk it might add. It is a Low-baseline control, and it feeds the change-control gate: the impact analysis is what an approver reads before saying yes.
What good looks like
- Analyze each change before it happens, not after — the point is to catch problems while they are still cheap to fix.
- Ask what the change touches: which services, which accounts, which network paths, and whether it weakens an existing control.
- Write down the expected impact in plain terms so the approver and the next admin can follow the reasoning.
- Test in a safe copy first where you can — a snapshot or a staging box — so ‘analysis’ is backed by an actual trial run.
- Feed the analysis into the change decision — an impact note with no approval attached is only half the control.
Framework mapping
- NIST CSF 2.0 — ID.RA-07 — Changes and exceptions are managed, assessed for risk impact, recorded, and tracked
How to move it toward Implemented
- For each planned change, write a short impact note: what it changes, what it could affect, and the rollback plan — a few sentences is enough.
- Take a snapshot or backup before the change so you have a tested way back (for example,
sudo tar czf /root/etc-backup-$(date +%F).tgz /etcor a VM snapshot). - Where you can, apply the change in a staging copy first and note what actually happened versus what you expected.
- File the impact note with the change record so the analysis and the decision live together.
- Attach a sample impact note (with its rollback plan) as hardening evidence on the asset, naming
CM-4in the Requirement field — that moves it from ‘To assess’ toward ‘Completed’.