{% extends "base.html" %} {% block title %}{{ cve.cve_id if cve else cve_id }} - Hermetic Suite{% endblock %} {% block content %}
{% if cve %} {{ cve.severity | upper }} {% if cve.cvss_v3_score %}CVSS: {{ cve.cvss_v3_score }}{% endif %} {% endif %} • {{ affected_vulns | length }} server(s) affected
⚠️ CVE details not found in cache. This CVE may have been detected by a scan but hasn't been fetched from NVD yet.
{{ cve.description }}
{% endif %} {% if cve.affected_products %}{{ product }}{{ cve.cvss_v3_vector }}
| Server | Hostname | Service | Port | First Detected | Status | Actions |
|---|---|---|---|---|---|---|
| {{ vuln.server.ip_address }} | {{ vuln.server.hostname or '-' }} | {{ vuln.affected_service or '-' }} | {{ vuln.affected_port or '-' }} | {{ vuln.first_detected.strftime('%Y-%m-%d %H:%M') if vuln.first_detected else '-' }} | {% if vuln.is_resolved %} Resolved {% if vuln.resolved_reason %} ({{ vuln.resolved_reason }}) {% endif %} {% elif vuln.is_acknowledged %} Acknowledged {% else %} Open {% endif %} | {% if not vuln.is_resolved %} {% if not vuln.is_acknowledged %} {% endif %} {% else %} {{ vuln.resolved_at.strftime('%Y-%m-%d') if vuln.resolved_at else '' }} {% endif %} |
No servers are currently affected by this CVE.
{% endif %}