Skip to main content

Vulnerability Management

Vulnerability Management is where your scan results come to be triaged, prioritized, and tracked to closed. Every finding from across the platform — cloud misconfigurations, container and Kubernetes issues, web app vulnerabilities, and code findings — is normalized into a single, consistent view so your team works from one queue instead of jumping between tools.

Vulnerability occurrence management screen

What it does

The platform turns raw scanner output into occurrences — a single occurrence is one specific vulnerability found on one specific asset. Each occurrence is enriched with threat intelligence, scored for risk, assigned an SLA due date, and moved through a defined lifecycle until it's resolved and verified.

Key capabilities:

  • Unified findings from many scanners (cloud, container, Kubernetes, web, and code) in one list, each tagged with the scanner that found it.
  • Risk-based prioritization using CVSS severity, real-world exploitation signals (EPSS and CISA KEV), and a clear P0–P4 priority rank.
  • Occurrence de-duplication, so the same issue seen on every scan run isn't counted twice — it's tracked as one finding with a count of affected assets.
  • SLA tracking with per-finding due dates and clear breach warnings.
  • Ownership and lifecycle — assign a finding to a person and walk it through triage, remediation, and verification.
  • Built-in remediation guidance on every finding.

How findings are prioritized

Not every finding deserves the same urgency. The platform combines several signals so the most exploitable, highest-impact issues rise to the top:

SignalWhat it tells you
Severity (CVSS)Technical severity on a 0–10 scale, grouped as Critical (≥9.0), High (≥7.0), Medium (≥4.0), and Low (≥0.1).
EPSSThe Exploit Prediction Scoring System — a probability (0–1) that the vulnerability will actually be exploited in the wild.
CISA KEVWhether the vulnerability is in CISA's Known Exploited Vulnerabilities catalog. KEV findings are confirmed to be exploited and are prioritized accordingly.
Risk Score & Priority RankThe platform rolls the above into a single risk score and a priority rank from P0 (most urgent) to P4, so you can sort and filter by what matters most.

:::tip Lead with KEV and high EPSS A "Medium" CVSS finding that's in the KEV catalog or has a high EPSS score is often more urgent than an untouched "Critical." Sort by priority rank to let the combined signal guide your day. :::

How to use it

1. Open the queue and filter

Go to Vulnerability Management to see all occurrences for your active team. Use the filters at the top to focus your list:

  • Status — show only Open, Triaged, In Progress, Resolved, and so on.
  • Minimum Severity (CVSS) — Critical, High, Medium, or Low and above.
  • Priority Rank — P0 through P4.

Select Clear Filters to reset. The table shows each occurrence's ID, affected asset, severity, priority, status, the scanner that found it, and its SLA Due date. Findings that have missed their SLA are highlighted and flagged as breached.

2. Review a finding

Select View Details on any row to open the full finding, which includes:

  • Basic information — the occurrence and vulnerability IDs, the affected asset, and the source scanner.
  • Risk assessment — the CVSS score, the computed risk score, and the priority rank.
  • Remediation — a recommended fix, step-by-step instructions where available, plus the expected complexity and estimated effort.

3. Assign an owner

In the detail view, enter a teammate's email under Assign Occurrence and select Assign. The finding now has a clear owner, which also drives SLA acknowledgment tracking.

4. Move it through the lifecycle

Update Status as work progresses and add an optional comment to record context for auditors and teammates. Findings flow through these states:

StatusMeaning
OpenNewly ingested, not yet reviewed.
TriagedReviewed and confirmed as something to act on.
In ProgressRemediation has started.
ResolvedThe owner believes the issue is fixed.
VerifiedA follow-up scan confirmed the fix.
ClosedFinished and filed.
False Positive / Accepted RiskAlternative outcomes when a finding isn't valid, or the risk is formally accepted.

:::note De-duplication in action The same vulnerability detected on every scan run is not logged as a new finding each time — the platform recognizes it and keeps a single occurrence, tracking how many assets it affects. This keeps your queue honest and your counts stable over time. :::

SLAs and due dates

When a finding is ingested, the platform matches it to your SLA policy (based on severity, environment, and asset criticality) and stamps it with a due date. The SLA Due column shows that deadline, breached findings are highlighted in the list, and your team can be notified as deadlines approach or pass. To define or adjust the timelines that drive these due dates, see SLA Management & Breach Monitoring.

Exporting and pulling findings

  • Reports — produce executive, compliance, and audit-ready exports (PDF, HTML, and Excel) from Security Reports, with vulnerability findings included.
  • API access for CI/CD — your pipeline can query the occurrence list programmatically (using an API key) to gate builds on open or high-priority findings. See CLI & CI/CD integration.

Prerequisites

:::note Permissions Viewing findings requires the vulnerability view permission; changing status, assigning owners, and ingesting scans require vulnerability management. Roles are managed in Team Management. :::

:::warning Findings are team-scoped You only see occurrences for your active team. If your queue looks empty or unfamiliar, confirm you're in the right team using the account menu in the top-right before triaging. :::