{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
No {{ sw_tracker_cf }} custom field value is set on this device.
Set the Software Version custom field on this device to enable automatic CVE matching.
You can also search NVD manually using the CVE Search page.
NVD has no CVEs on record for version {{ sw_version }} using the configured CPE mapping. This may mean:
No verified CPE Mapping exists for this device's platform or device type. Without a mapping, CVE lookups cannot be performed reliably.
Results are based on heuristic CPE string guessing and may be inaccurate. For precise, vendor-agnostic CVE matching, create a CPE Mapping for this device's platform or device type.
| CVE ID | KEV | EPSS | CVSS | Score | Attack Vector | Description | |
|---|---|---|---|---|---|---|---|
| {{ cve.id }} | {% if cve.in_kev %} KEV {% else %} — {% endif %} | {% if cve.epss_score is not None %} {% with score=cve.epss_score|floatformat:4 %} {% if cve.epss_score >= 0.5 %} {{ score }} {% elif cve.epss_score >= 0.1 %} {{ score }} {% elif cve.epss_score >= 0.01 %} {{ score }} {% else %} {{ score }} {% endif %} {% endwith %} {% else %} — {% endif %} | {% if cve.cvssVersion %} v{{ cve.cvssVersion }} {% else %}—{% endif %} | {% if cve.baseScore %} {% with score=cve.baseScore|floatformat:1 %} {% if cve.baseScore >= 9 %} {{ cve.baseScore }} {% elif cve.baseScore >= 7 %} {{ cve.baseScore }} {% elif cve.baseScore >= 4 %} {{ cve.baseScore }} {% else %} {{ cve.baseScore }} {% endif %} {% endwith %} {% else %}—{% endif %} | {{ cve.accessVector|default:"—" }} | {{ cve.description }} | Import |
NVD was queried using these CPE strings derived from the device's manufacturer, platform, and software version. If results look incomplete, verify the vendor/product names at NVD CPE Search.
| CPE String | Source | CVEs Found |
|---|---|---|
{{ cpe }} |
{{ label }} | {{ count }} |