What is a change advisory board? A practical definition
Glossary · enterprise · 5 min read · last verified 2026-07-21
A change advisory board (CAB) is the internal committee — typically drawn from IT operations, security, and sometimes a business or application owner — that reviews and approves changes before they reach a company's production environment, including new vendor systems, integrations, and infrastructure changes. For a SaaS vendor selling into a mid-size or large enterprise, the CAB is frequently the last internal checkpoint between a signed contract and a live deployment, and it runs on its own recurring meeting schedule rather than the sales team's timeline. Missing a CAB's submission cutoff by even a day can push a go-live date out by weeks.
What a change advisory board actually reviews
A CAB exists to protect production systems from changes that could cause an outage, a security gap, or a compliance breach. What it looks at typically includes:
- New software deployments and application onboarding, including new SaaS vendors gaining access to internal systems or data
- Integrations that create new data flows between systems (an API connection, an SSO configuration, a webhook)
- Infrastructure changes: firewall rules, network segmentation, DNS, load balancer configuration
- Third-party access grants — a vendor's support team getting a login, or a vendor's agent getting deployed inside the network
- Scheduling: which changes can go live during a deployment window, and which are blocked during a freeze (month-end close, holiday season, a major internal launch)
A CAB is not the same gate as a security review or a legal review. Those typically happen earlier, during procurement, and assess whether the vendor and product are acceptable risk at all. The CAB operates later, closer to the actual go-live moment, and asks a narrower, more operational question: is this specific change safe to make, on this specific date, with this specific rollback plan.
Who typically sits on a CAB
Composition varies by company size and maturity. A common pattern:
- A change manager or IT service manager, who chairs the meeting and owns the change management process (often built around ITIL practices)
- An IT operations or infrastructure lead, who assesses technical blast radius
- A security or InfoSec representative, who checks the change against existing policy and any outstanding risk findings
- An application or business owner for the system being changed, who can speak to business impact if something goes wrong
- Occasionally a compliance or GRC representative, particularly in regulated industries
Smaller companies often collapse this into a single change manager who consults stakeholders informally rather than convening a standing meeting. Larger enterprises, especially ones running formal ITIL-based change management, hold a recurring CAB meeting — weekly or biweekly is common — with a published submission deadline ahead of each session.
Why CABs matter to a SaaS vendor, not just internal IT
It's tempting to assume a CAB is purely the buyer's internal process and has nothing to do with the vendor. In practice, it directly shapes the vendor's deployment timeline and support model in three ways:
- Timing. A CAB's meeting cadence and submission cutoff sit between "contract signed" and "product live." If the deployment team doesn't know the CAB's schedule, they will set an internal launch date that the buyer's process cannot actually meet.
- Documentation. CABs commonly want the change request accompanied by evidence: what's being deployed, the blast radius, a rollback plan, points of contact, and often security documentation the buyer's security team has already reviewed — a SOC 2 report, a subprocessor list, or a software bill of materials (see what is an SBOM).
- Recurrence. A CAB isn't necessarily a one-time gate. If your product ships a material update — a new integration, a schema change, an infrastructure shift — that touches a system already in the buyer's production environment, some buyers will route that update through the CAB again, not just the initial rollout.
What a CAB typically asks a vendor to provide
While every organization's template differs, a change request package commonly includes:
- A description of what's being deployed and why
- The blast radius: what systems, data, or users are affected if something goes wrong
- A rollback or backout plan, and how quickly it can be executed
- A defined deployment window and named points of contact during that window
- Evidence that the change has already cleared security review — this is where a current security questionnaire response, SOC 2 report, or vendor risk tier status becomes relevant, since a higher-tier vendor's changes often get more CAB scrutiny by default
CAB vs. change management vs. release management
These terms get used loosely and it's worth separating them. Change management is the overall discipline and process for controlling changes to production systems. The CAB is the governance body inside that process — the group of people who actually approve or reject a given change. Release management is a related but distinct discipline focused on packaging, scheduling, and coordinating the deployment itself once it's approved. A vendor's deployment team typically interacts with all three: they negotiate a release plan, submit it through change management, and wait on the CAB's approval before the release goes live.
A hypothetical timeline
Say a contract is signed on day 0, and the buyer's CAB meets every two weeks, with change requests due five business days before each meeting.
- The next CAB meeting is on day 9. The submission cutoff for that meeting is day 4.
- If the vendor's deployment team submits the change request by day 4, it can be reviewed at the day 9 meeting and, if approved, deployed shortly after.
- If the request misses that cutoff — even by one day — it rolls to the following meeting, roughly two weeks later, pushing approval to around day 23.
That's a 9-to-23-day spread in "signed to live" timing, driven entirely by CAB submission cadence, before any actual technical deployment work is counted. This is a simplified, hypothetical illustration — actual cadences and cutoffs vary by organization — but the mechanic (a fixed submission deadline ahead of a fixed meeting date) is common enough that deployment teams should ask for it explicitly during onboarding, not discover it after missing a window.
Why this belongs in your deployment playbook, not just your sales process
Enterprise buyers with a formal CAB tend to be the same buyers with a defined vendor risk tier and, for the most security-sensitive segments, requirements like air-gapped deployment. Treating CAB timing as a late-stage surprise, rather than a known variable you ask about during procurement, is one of the more avoidable causes of a slipped go-live date — and a slipped go-live date shows up in time-to-value metrics long before it shows up in a renewal conversation.
This is general information about how change advisory boards commonly operate, not a description of any single organization's process — practices vary widely by company size, industry, and maturity.