Mobilization is the fifth and final phase of continuous threat exposure management: getting validated exposures actually remediated by the teams that own them. It covers ownership, routing, approval, execution and proof of closure — everything between knowing what should be fixed and it being fixed.
Gartner's CTEM framing is widely adopted and the first four phases are well served by tooling. Mobilization is not, and the evidence shows it: the median time to fully remediate a CISA KEV vulnerability is 43 days, and only 26% are ever fully fixed (Verizon 2026 DBIR). Those numbers describe organizations that already know which vulnerabilities matter most — KEV is the least ambiguous priority list in security.
That is the diagnosis. When the highest-confidence, most-publicised, government-catalogued exposures still take six weeks and mostly do not complete, the missing capability is not better identification.
Gartner's continuous threat exposure management framework describes a five-phase cycle. Mobilization is the last of them, and the only one whose output is a change in the environment rather than a change in what the security team knows.
Security sees everything and controls nothing. A security team cannot patch a box or merge a pull request itself, so every exposure has to cross an organizational boundary to be closed. Each crossing is a place the work can stop: a ticket in the wrong queue, an owner who left, a change that needs a window nobody has requested, a fix nobody can confirm is safe.
The tooling market has largely optimized the wrong side of that boundary. A better dashboard improves security's view of the queue; it does nothing to the owner's cost of acting. The move that works is the opposite one — meet the owner inside the process they already run instead of asking them to adopt a new one.
Consider a single vulnerable library — a widely used serialisation or TLS package — that turns up on the standard workstation image, on a fleet of internal application servers, inside a container base image, and in the dependency manifest of a customer-facing service. One CVE, one severity score, one entry in the KEV catalog. Four completely different pieces of work.
On the workstations the fix is a package version bumped in the endpoint management tool and picked up in the next patch cycle, and nobody needs to be asked. On the servers it is a change record, a maintenance window and a restart, owned by an infrastructure team whose window is monthly. In the container estate nothing is patched at all: the base image is rebuilt, the tag is bumped and the workloads are redeployed, which is a platform-team pipeline change. In the application it is a version bump in a manifest, a pull request, a test suite that has to pass and a release train.
Mobilization is the discipline of producing four correct artifacts from one finding and tracking four independent closures. A program that emits one ticket per CVE into one queue has already lost three of the four, and the exposure stays open in three of the four places.
Discovery-side metrics — findings identified, coverage percentage, mean time to detect — say nothing about mobilization and can improve while it gets worse. The metrics that describe this phase are closure-side: time from validated exposure to verified closure, the proportion of validated exposures that reach an accountable owner, the proportion confirmed closed rather than marked closed, and the size of the exposure window on the items that could not be fixed immediately.
Each of those is uncomfortable to publish, which is a reasonable sign that they are the right ones.
Is mobilization just remediation with a different name? It is broader. Remediation is the change itself. Mobilization includes finding the owner, routing the work into their process, covering the interval before the change ships, and verifying it landed.
Who owns mobilization — security or IT? Neither alone, which is the difficulty. Security owns the decision about what must be fixed; the asset or code owner owns the execution. Mobilization is the quality of the interface between them.
Can mobilization be automated? Parts of it. Ownership attribution, impact analysis and change preparation automate well. The approval and the change window generally stay with the owner, and most organizations want it that way.