Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Exploring exposure assessment

Exposure assessment uses the Common Platform Enumeration (CPE) framework, which is a part of the Common Vulnerabilities and Exposures (CVEs) system, to evaluate the vulnerability exposure of your assets to vulnerability software. This assessment is performed using a software discovery model.

By employing a matching algorithm, the relevant CPEs are associated and mapped to the software discovery model, enabling the identification of potential exposures.

You can use the exposure assessment by CVE or software to identify exposure to potential vulnerabilities for the following scenarios:

  • Vulnerabilities that may not be identified by traditional scanners
  • Zero-day vulnerabilities before the scanner provide the signature for vulnerability detection

Exposure assessment provides an early warning to remediate these vulnerabilities, and improve the maturity of the vulnerability management program.

Prerequisites for exposure assessment

ApplicationVersion
Vulnerability Crisis Management plugin1.0
Vulnerability Response20.0
Vulnerability Response with NVD1.3
Vulnerability Response Integration with CISA1.2
Vulnerability Response Integration with NVDNote: For more information, see Understanding the NVD integrations.1.3
Software Asset ManagementSoftware Asset Management Foundation plugin or Software Asset Management Professional plugin

Use cases

For examples of how Vulnerability Analysts organization would use the Vulnerability Exposure Assessment workspace, see these use cases.

Assessment typeUse
Assess by CVEAssess vulnerabilities by CVE to gain a full understanding of the impact and exposure of the affected systems using Software Asset Management \(SAM\) and Discovery data. Take prompt remediation actions by creating manual VITs and assigning them to remediation owners. Assessing by CVEs is beneficial because scanners may not detect all the affected systems, whereas Discovery typically identifies most of the software on the attack surface.
Assess by SoftwareAssess the impact by software when CVE is unavailable to identify the number of CIs where the software is installed. By assessing by software, you can proactively act on zero-day or critical vulnerabilities by creating a manual VIT and assigning it to the remediation owner before they’re officially published or before scanners identify them.
Assess by PublisherAssess vulnerabilities by a software vendor to understand the impact and exposure of affected systems for the CVEs published by the vendor within a time frame. Assessing by publisher helps you evaluate the vendor risk and critical vulnerabilities, enabling proactive remediation.

Compatibility and system requirements

The Vulnerability Response application is available on the ServiceNow Store. The ITSM Software Asset Management application (com.snc.asset_management) is required for the Exposure Assessment module. This application manages all your assets and software licenses, and the SAM Foundation version of this application is part of the Vulnerability Response application that you download from the ServiceNow Store.

Important: The Exposure Assessment application works with the following plugins:

  • Software Asset Management Foundation plugin (com.snc.sams)
  • Software Asset Management Professional (com.snc.pa.samp)
  • Software Asset Management plugin (com.snc.software_asset_management)

To verify the SAM Foundation application is installed on your instance, navigate to System Applications > All Available Applications > All and search for com.snc.asset_management. If the application isn’t installed, select Install. As the Vulnerability Exposure Assessment application requires access to the asset data on your ServiceNow AI Platform® instance, the asset management applications must have data to reference. The Software Discovery Models table (cmdb_sam_sw_discovery_model) and the Software installations (cmdb_sam_sw_install) require data.

Matching algorithm fields for software discovery models

The Software Asset Management Professional application enables you to edit a software discovery model to manually normalize discovered software that hasn’t been fully normalized (partially normalized, publisher normalized, or match not found) on the Software Discovery Models form so that it can be reconciled. Starting with version 20.0 of Vulnerability Response supports normalized discovery model that comes from Software Asset Management Professional. The following fields are used for the matching algorithm for software discovery models.

CPE (Software model)SAM FoundationsSAM Professional
VendorPrimary KeyPrimary Key
ProductDisplay NameDisplay Name
VersionDiscovered PublisherDiscovered Publisher
EditionDiscovered ProductDiscovered Product
 Discovered VersionDiscovered Version
  Normalized Publisher
  Normalized Product
  Normalized Version

Note: The SAM Professional application isn’t part of the core Vulnerability Response product from the ServiceNow Store and requires a separate subscription.

System property

To process the CISA-exploited vulnerabilities automatically for exposure assessment, set the system property sn_vul_analyst.enable_exposure_for_cisa to true. The default value is false.

Scheduled jobs

Following are the scheduled jobs.

Scheduled job nameDescription
Check potential vulnerability exposureProcesses the delta CVEs, software, and installations to get the exposure.Note: This scheduled job runs every 12 hours. It runs for a longer period than the other scheduled jobs.
Insert CISA exploited CVE to exposure configOn-demand. Inserts the CISA CVEs into the Exposure Configuration table to calculate the exposure.
Run exposure assessment for configured CVEsOn-demand. Calculates the exposure for all the CVE records in the Exposure Configuration table.
Run software exposureOn-demand. Calculates the exposure for all the software records in the Exposure Configuration table.

Key terms

The Software installation count field provides the total number of software installs, regardless of their active or inactive status on the discovery model. Starting with v22.0 of Vulnerability Response, a new system property, sn_vul.filter_inactive_sw_installs, has been introduced to determine whether inactive software installations should be filtered out for exposure assessment. By default, the property is enabled in the base system. When the filter is enabled, only active installations are displayed.

The Discovery model field specifically shows the count of active software installations, as the inactive ones are filtered out based on the default active=true filter on the Software Discovery Model table. The count in this field should match the filtered count displayed in the Software installation count field. The count in the Software installation field persists even if you update the system property. To obtain the updated count, you must run the scheduled jobs Run exposure assessment for configured CVEs and Run software exposure that updates the count.