Skip to main content
Study Guide · CompTIA Security+ · SY0-701

What each objective is asking you to know

Plain-English reference for every CompTIA Security+ objective. Each entry covers what the exam tests, key facts, and how the concept connects to neighboring objectives. Pair with Quiz and Flashcards to lock it in.

Objective SP-1.3

Objective 1.3: Explain the importance of change management processes and the impact to security

Cert: CompTIA Security+ (SY0-701) Domain: 1.0 General Security Concepts Weight: ~12% of SY0-701 (Domain 1 total) Depth: Explain. Be able to name the eight business process elements of a change request, describe the role of a Change Advisory Board (CAB), and explain how missing elements show up as security risks (audit findings, SIEM alerts, outages, broken cyber-insurance evidence).

What this objective tests

You should be able to read a change request (CR) and tell what is on it, what is missing, and why a missing element is a security risk. You should be able to name the eight business process elements: approval process, ownership, stakeholders, impact analysis, test results, backout plan, maintenance window, and standard operating procedure (SOP). You should also be able to name the common technical implications a change can trigger: allow/deny list updates, restricted activities, downtime, service restart, application restart, legacy application breakage, and dependency breaks. Finally, you should be able to explain why updated diagrams, updated policies, and version control are part of change management, not after-the-fact paperwork.

This objective is heavy on vocabulary recognition and scenario reading. Expect questions that show a partial change ticket and ask "what is missing." Expect questions that name a failure (an outage, a SIEM alert, an audit finding) and ask "which change management element would have prevented this." Expect at least one question about emergency changes still needing a paper trail.

Key facts

The eight business process elements

These eight are the most testable list in the objective. Memorize them in order so you can rattle them off in a scenario question.

ElementPlain EnglishWhy it matters for security
Approval processA written path the change has to walk before it happensNo surprise changes. Risk is named on paper before it is taken
OwnershipOne named person is responsible from start to finishAccountability. Someone to call if it breaks
StakeholdersEveryone affected by the change is informedDownstream teams plan around the change, not around the failure
Impact analysisA written read of what the change touches and what could go wrongBlast radius is known before the change runs
Test resultsProof the change worked in a non production environment firstProduction is not the first place the change runs
Backout planThe step by step way to undo the change if it breaks somethingRecovery is minutes, not hours
Maintenance windowThe scheduled block of time when the change happensUsers and other systems plan around it. No mid day surprise outages
SOP (Standard Operating Procedure)A written script for routine repeatable tasksAnyone qualified can run the task. Not dependent on one person's memory

The Change Advisory Board (CAB) is the body that reviews and approves non-routine changes. Typical CAB seats include an IT manager, a security lead, the system owner, and a business stakeholder from the affected department. Routine changes usually get standing approval. Non-routine and high-risk changes go to the CAB.

Approval, emergency, and standard categories

Most change management policies recognize three categories:

  • Standard change. Low risk, pre-approved, routine. Examples: monthly patching of workstations, quarterly password rotation for service accounts. Uses an existing SOP.
  • Normal change. Goes through the CAB. Most operational work falls here.
  • Emergency change. Made under urgent conditions during an active incident (ransomware, broken production, exploited vulnerability). Approved on the fly by an on-call manager rather than the full CAB. Still requires documentation. The paper trail is done quickly and reviewed after the fact.

The exam loves to test the emergency case. Emergency does not mean undocumented. It means fast tracked, not skipped.

Technical implications

These are the on-screen effects an analyst sees when a change goes live.

ImplicationPlain EnglishCommon gotcha
Allow list updateA new item is added to the approved list (firewall rule, app, IP)Allow list creep: yesterday's exception becomes tomorrow's permanent hole
Deny list updateA new item is added to the blocked listOver-blocking can break legitimate work
Restricted activityAn action that requires extra approval (domain admin, certificate renewal, DNS edit)Skipping the extra approval is a common audit finding
DowntimeA period when a system is not availablePlanned (scheduled) vs unplanned (outage). Unplanned downtime is an incident
Service restartRestart of one service without rebooting the OSKicks active users off. Looks like an outage to them
Application restartRestart of one application process without rebooting the OSSame user impact as service restart. Document the timeline
Legacy applicationAn older application that does not get updatesBreaks when the world moves (new TLS version, new auth method)
DependencySomething the change relies on, or something that relies on the changeSurprises live here. Impact analysis must name dependencies explicitly

A useful mental model: every change has a blast radius. Some changes blast outward (a firewall rule lets new traffic in) and some blast inward (a database upgrade breaks the three apps that read from it). Impact analysis is the discipline of mapping that radius before pressing Enter.

Documentation that has to update

A change is not complete until the documentation reflects the new state. Three artifacts update on every meaningful change:

  • Diagrams. Network diagrams, data flow diagrams, system architecture diagrams. The next responder reads the diagram first when troubleshooting.
  • Policies and procedures. If the change altered scope, roles, or steps, the policy document updates in the same window.
  • Runbooks and SOPs. If the change altered a repeatable task, the SOP gets a new version.

Stale documentation is a security risk. The next analyst troubleshoots with a bad map. Auditors quote it as a finding. Cyber insurance underwriters increasingly ask for evidence of documentation currency at renewal time.

Version control

Version control is the system that tracks every change to a file or configuration with author, timestamp, and a note. Examples:

  • Git for code and infrastructure-as-code (Terraform, Ansible).
  • SharePoint version history or Google Docs revision history for policy documents.
  • Configuration backups for network devices (running-config snapshots before and after a change).
  • Even a dated PDF set in a controlled folder counts. The point is the trail.

The reason version control belongs in change management is the diff. The diff (yesterday versus today) is what an auditor reads, what a troubleshooter reads, and what makes "roll back the change" a one-minute operation instead of a four-hour rebuild.

Common gotchas

  • Treating emergency changes as documentation-free. Emergency means fast tracked. It does not mean undocumented. After-action review is part of every emergency change policy.
  • Calling "restore from backup" a backout plan. A backout plan that says "restore from backup" without naming the specific backup, the restore steps, and the verification check is not a backout plan. It is a wish.
  • Forgetting that allow/deny list edits are changes. A firewall rule add is a change. An EDR (Endpoint Detection and Response) exclusion is a change. Both need a CR. Both get audited.
  • Skipping ownership for routine changes. Even a quarterly password rotation needs a named owner. "The team" is not a person to call when something breaks.
  • Confusing impact analysis with test results. Impact analysis is the prediction. Test results are the proof. Both belong on the CR.
  • Letting documentation lag. "We will update the diagram next week" becomes "we never updated the diagram." Bake the update into the change window itself.
  • Mistaking a maintenance window for a CR. A scheduled window does not approve the change. It just schedules an approved change.
  • Skipping the SOC notification on a security-relevant change. A change that touches identity, MFA, firewall, or logging needs the SOC (Security Operations Center) on the stakeholder list. Otherwise the SIEM lights up and the SOC pages on call for nothing.

Real-world context

In a SOC Tier 1 analyst seat, change management shows up every shift. The analyst opens the SIEM (Security Information and Event Management) console and sees an alert: a new sign-in pattern, a new firewall rule, a new admin account, a configuration drift event from the EDR. The first question is always the same: is there an approved change that explains this? If yes, the alert closes as expected behavior. If no, the alert becomes an incident.

Mature shops correlate the change ticket queue with SIEM alerts automatically. A rule fires when a high-risk event happens with no matching CR on file. That is the discipline that catches the contractor who pushed an unapproved firewall change at 5:47 PM on a Friday. The SIEM lights up by Sunday morning. The on-call analyst pulls the change ticket queue, finds nothing, and pages the security lead. The post-mortem writes the words every breach report writes: "an undocumented change."

Audit findings frequently quote change management in the same language: "Sample of 30 production changes reviewed. 6 had no documented approval. 4 had no backout plan. 2 had no impact analysis." Findings like these drive remediation work for the next year and can drive a cyber-insurance premium up at renewal.

Sample alert walkthrough. The SIEM fires "Conditional access policy modified on Microsoft Entra ID at 17:47 UTC by external_consultant_a." The Tier 1 analyst checks the change ticket queue for that timestamp. Empty. The analyst pages the on-call security lead. The security lead pulls the audit log: the contractor disabled MFA on a conditional-access policy that covers 4,200 users. The lead initiates rollback (revert the policy to the previous version, locked in version history), notifies the identity team, and opens an incident ticket. Total time to recovery: 22 minutes, because version control let the policy roll back in a single API call. Total cost of the missing CR: a Monday morning conversation with executive leadership about contractor access controls.

Mapping a CrowdStrike-style outage to this objective is a clean teaching example. A content update bypassed staged rollout. There was no test environment proof, no maintenance window for early canary testing, and no working backout plan once the bad update hit endpoints. Every business process element that was skipped maps to a discipline this objective is teaching.

Sources

  • CompTIA Security+ SY0-701 Exam Objectives, Section 1.3
  • NIST SP 800-128, Guide for Security-Focused Configuration Management of Information Systems
  • NIST SP 800-53, Configuration Management control family (CM-1 through CM-12)
  • NIST Cybersecurity Framework (CSF) 2.0, Identify and Protect functions
  • ITIL 4 Change Enablement practice
  • ISO/IEC 27001 Annex A.12.1.2 Change management
  • CISA Cybersecurity Performance Goals, change management section