Vulnerability Response remediation task states
Summarize
Summary of Vulnerability Response remediation task states
Vulnerability Response (VR) manages vulnerability remediation through remediation tasks that track vulnerable items (VITs). These tasks evolve through defined states, reflecting progress and integration with change management processes. Third-party integrations import vulnerability detection data, creating or updating VITs, with detection states influencing VIT states.
Show less
Change requests (CHG) and remediation tasks have synchronized states; as a change request progresses, related remediation tasks update automatically, resolving upon implementation. The remediation task closure is now managed by scanners, with the previous manual approval workflow deprecated since version 23.0.
Remediation Task States and Actions
Each remediation task state defines specific actions a ServiceNow user can perform:
- Open: Initial state. Actions include identifying duplicates, starting investigations, marking false positives, requesting exceptions, resolving, creating or associating change requests, splitting tasks, deferring, or deleting tasks.
- Under Investigation: Triggered by starting investigation. Users can create security incidents, change requests, or split tasks.
- Awaiting Implementation: Indicates tasks referred outside VR. Supports creating security incidents, change requests, splitting tasks, deferring, and deletion.
- Deferred: Initiated by exception requests and under review before approval. Similar actions as Awaiting Implementation with the ability to reopen the task after deferment expires.
- Resolved: Set when remediation is completed; users can create security incidents, change requests, reopen, or delete tasks. Resolution details are recorded.
- Closed: Automatically set by the scanner. Users may create security incidents, reopen, or delete tasks. Closure details are documented.
Important Functional Details
- Remediation owners can only mark tasks or items as resolved; scanners confirm closure.
- Administrators can delete multiple manually created VITs to clean up low-risk or obsolete entries.
- Deferring remediation tasks allows users to postpone remediation with reasons, exceptions, and reopen dates.
- When VITs reopen, they become open again and are reassessed to link to appropriate remediation tasks without losing history.
- State, reason, and until fields of remediation tasks and VITs are automatically evaluated and synchronized, including handling of splits and updates.
- A scheduled job runs every 15 minutes to roll up VIT states and update remediation tasks accordingly, ensuring consistent task state management.
Practical Benefits for ServiceNow Customers
This structured approach to remediation task states enables ServiceNow customers to efficiently track and manage vulnerability remediation activities, synchronize them with change management workflows, and automate state transitions to reduce manual effort. The ability to defer tasks, request exceptions, split remediation efforts, and integrate with security incidents supports comprehensive vulnerability management aligned with organizational risk policies.
Third-party integrations import vulnerable item detection data that create new vulnerability items (VITs) or update existing VITs. Detection states update VIT states in so far as they’re Open or Closed.
For more information on how a detection's state affects a VIT's state, see the Detections, remediation tasks, and vulnerable item states.
- the Remediation Task State Approval workflow is deprecated and replaced by flow Remediation Task State Approval in the flow designer.
- the Close button has been removed for a remediation task and the closure of a remediation task is driven by the scanner.
The following table lists the remediation task states and the actions that you can perform on a remediation task at the respective state:
| State | Description |
|---|---|
| Open | State upon creation. From this state you can:
|
| Under Investigation | Triggered by the Start Investigation button. From this state, you can:
|
| Deferred | Triggered by the Request Exception button. As part of the approval workflow, the Deferred state is In Review and can't be closed until approved. From this state, you can:
Deferment information appears under the Close/Defer tab. On the defer date, the group reopens for remediation. |
| Awaiting Implementation | Triggered by the Awaiting Implementation button. From this state, you can:
|
| Resolved | Triggered from the Resolve button. From this state you can:
Notes appear under the Notes tab. Resolution information appears under the Resolution tab. |
| Closed | Triggered by the scanner. From this state, you can:
Closure information appears under the Close/Defer tab. |
- The remediation owner can only mark a vulnerable item or remediation task as resolved. Based on the confirmation from the scanner, this resolved item or remediation task can be marked as Closed or reopened.
- The Delete button is available for the administrator when there are multiple vulnerable items created manually, and these need to be closed or deleted.
- If you determine that the items are a low risk, waiting for a change window, or a patch, you can change their remediation task to the
Deferred state for a defined amount of time. You
can request an exception using the Request Exception option.Note:When remediation tasks are deferred or closed, you can specify resolutions to further define the reasons for doing so.
- When a VIT is reopened, either manually or automatically, the following happens:
- The VIT state changes to Open. The original remediation task state doesn't update.
- The VIT is reevaluated and put into a new or existing remediation task that is based on the active Remediation Task Rules.
This preserves its history while enabling further remediation.
- When a remediation task is created (automatically or manually), or split, then its State, Reason, and Until fields are evaluated.
In case of the split action, these fields are evaluated for both the old and new remediation tasks. When a VIT is updated, then the State, Reason, and Until
fields of all its associated remediation tasks are evaluated.
- If all the VITs in a remediation task are deferred and have the same reason, then the remediation task's state changes to Deferred and the VITs' reason is assigned to the remediation task. If the VITs differ in reason, then the remediation task's reason changes to None.
- The closest Until date of all the VITs is updated in the Until field of the remediation task.
- If you reopen any VIT, then the state of the remediation task changes to Open.
This evaluation is done by the Rollup vulnerability item values to vulnerability and group scheduled job, which runs every 15 minutes.