Concelier CVE (MITRE) Connector - Operations Runbook

Last updated: 2026-06-22

This runbook is for operators who deploy and maintain the MITRE CVE connector in a Stella Ops Concelier instance. It covers configuration, offline mirroring, and the failure modes you are most likely to see in production.

For the richer CVE/cvelistV5 and CISA KEV connector workflow (smoke tests, metrics, dashboards), see the CVE & KEV connector operations playbook.

1. Overview

The CVE connector ingests MITRE CVE records to provide canonical vulnerability IDs and record metadata that other Concelier connectors and the Stella Ops policy engine resolve against.

2. Authentication

3. Configuration (concelier.yaml)

concelier:
  sources:
    cve:
      baseUri: "<cve-feed-base>"
      maxDocumentsPerFetch: 20
      fetchTimeout: "00:00:45"
      requestDelay: "00:00:00"

4. Offline and air-gapped deployments

5. Common failure modes