Skip to main content
Version: 1.0.0

Vulnerability Management

Vulnerability Management is where Cert-IX consolidates the findings produced by your scans into a single, prioritized worklist. Each finding is tied to a known vulnerability β€” typically identified by a CVE β€” rated by severity, enriched with real-world exploitation signals, and tracked from first detection through to a verified fix. The goal is simple: help your team spend its effort on the vulnerabilities that actually put you at risk, in the right order.

This page explains where findings come from, how they are prioritized, and how they move through their lifecycle.

Where findings come from​

Vulnerability Management does not scan on its own β€” it aggregates results from the scanning surfaces Cert-IX already provides. A single view can therefore reflect several complementary sources:

SourceWhat it contributesBest for
Scan API enginesOn-demand and API-driven scans (for example Trivy, Nuclei, Nikto, and OWASP ZAP) that surface CVEs in images, dependencies, and web-facing servicesExternal and CI-driven checks
Bitscanner agentContinuous vulnerability and CVE detection on internal networks and hostsAssets behind the firewall
DepCheck (MCP)Dependency vulnerability checks for codebases and AI coding agents, backed by the same advisory dataSoftware supply chain
Collecting internal-network findings

Findings from hosts behind your firewall require a scanner agent. Download Bitscanner from downloads.cert-ix.com and register it with your Tenant ID (found under Settings β†’ Organization). See Scanner Agents for deployment steps.

Severity and prioritization​

Every finding carries a severity rating derived from its CVSS score, using the four standard bands:

SeverityCVSS rangeWhat it usually means
Critical9.0–10.0Severe exposure, often remote code execution or full compromise. Address urgently.
High7.0–8.9Significant risk. Prioritize promptly.
Medium4.0–6.9Moderate risk. Schedule remediation.
Low0.1–3.9Minor risk. Address as capacity allows.

Severity alone is not enough to decide what to fix first: a Medium issue that is being exploited today often outranks a High that isn't. Cert-IX layers real-world exploitation signals on top of the raw CVSS score:

  • CISA KEV β€” whether the vulnerability appears on CISA's Known Exploited Vulnerabilities catalog, i.e. active, confirmed exploitation.
  • EPSS β€” the Exploit Prediction Scoring System probability that a vulnerability will be exploited in the near term.
  • Exposure β€” whether the affected asset is internet-facing or reachable from untrusted networks.
  • Asset criticality β€” how important the affected system is to your operations.
Fix what's being exploited first

A finding flagged on the CISA KEV catalog or carrying a high EPSS score warrants attention ahead of a higher-CVSS issue with no evidence of exploitation. Exploited-in-the-wild vulnerabilities are the ones attackers are using right now.

The vulnerability lifecycle​

Findings move through a defined set of states, so each one always has a clear current status and a clear next step:

  1. Identified β€” a scan has detected the vulnerability.
  2. Confirmed β€” it has been validated as a genuine issue rather than a false positive.
  3. Assigned β€” an owner is responsible for remediating it.
  4. In Progress β€” a fix is underway.
  5. Pending Verification β€” the fix has been applied and is awaiting a re-scan.
  6. Resolved β€” a follow-up scan confirms the vulnerability is gone.

A finding can also be marked risk-accepted when a fix isn't feasible and the residual risk is documented and owned instead.

Working with a finding​

Opening a finding brings together everything needed to triage and act on it:

  • CVE ID β€” the Common Vulnerabilities and Exposures identifier.
  • Severity / CVSS β€” the score and its band.
  • Exploitation β€” CISA KEV and EPSS indicators.
  • Affected assets β€” the systems where the vulnerability was detected.
  • Description β€” what the weakness is and its potential impact.
  • Remediation β€” recommended guidance for resolving it.
  • Status & history β€” the current lifecycle state and a timeline of changes.

Example finding​

The fields below illustrate how a finding reads once collected. The values are a real, publicly documented vulnerability shown purely as an example:

FieldValue
CVE IDCVE-2021-44228 ("Log4Shell")
SeverityCritical (CVSS 10.0)
ExploitationListed on CISA KEV; high EPSS
Affected assetService bundling Apache Log4j 2.x
DescriptionUnauthenticated remote code execution via JNDI lookups in logged strings
RemediationUpgrade Log4j to a fixed release (2.17.1 or later)
StatusConfirmed β†’ In Progress

Filtering and focusing​

Large environments produce a lot of findings, so the list can be narrowed to the slice you care about β€” for example by severity, lifecycle status, affected asset or asset group, exploitation status (KEV / EPSS), or detection date. A filtered set can be exported for sharing or for raising tickets in your own tools.

Remediation​

For each finding, Cert-IX pairs the vulnerability with remediation guidance. The right response depends on the issue:

OptionWhen to use it
PatchApply the vendor's security fix
UpgradeMove to a newer, unaffected version
ConfigureChange settings to remove the exposure
MitigateApply a compensating control when a fix isn't yet available
AcceptDocument and formally accept the residual risk

After remediating, run a verification scan against the affected asset. When the follow-up scan no longer reports the vulnerability, the finding moves to Resolved β€” closing the loop between detection and fix.

Setting remediation targets​

Many teams assign a target remediation window to each severity so that nothing serious lingers. Common starting points are:

SeverityTypical target
Critical1–2 days
High~1 week
Medium~30 days
Low~90 days
note

These windows are illustrative examples that teams commonly adopt β€” not fixed platform guarantees. Choose targets that fit your own risk tolerance and regulatory obligations.

Best practices​

  • Scan continuously. Keep scanner agents deployed and run scans regularly so new vulnerabilities surface quickly.
  • Prioritize by exploitation, not just severity. Clear KEV-listed and high-EPSS findings ahead of higher-scored issues with no evidence of exploitation.
  • Always verify. Re-scan after remediation before moving a finding to Resolved.
  • Own accepted risk. When you accept a risk, record who owns it and why, and revisit it periodically.

Learn more​

  • Analytics Overview β€” how Vulnerability Management fits alongside the other analytics views.
  • Scanner Agents β€” deploy Bitscanner for internal-network vulnerability detection.
  • Scan API Overview β€” run on-demand scans and pull findings programmatically.
  • DepCheck (MCP) β€” dependency vulnerability checks for codebases and AI coding agents.

Was this page helpful?