Finite State provides comprehensive software supply chain security through automated binary analysis, vulnerability management, and compliance monitoring. Our platform identifies security risks in firmware, embedded systems, and software components.
This report provides a security risk summary for {% if scan_metadata and scan_metadata.project_name %}{{ scan_metadata.project_name }}{% endif %} {% if scan_metadata and scan_metadata.version_name %} version {{ scan_metadata.version_name }}{% endif %}. It includes severity distribution, exploit maturity analysis, component risk rankings, and actionable remediation guidance.
| CVE ID | Severity | Component | Version | CVSS | Reachability | KEV | Exploit | VEX Status |
|---|---|---|---|---|---|---|---|---|
{% if detail %} {% endif %}
{% if domain and f.project_id and f.project_version_id and f.finding_id %}
{{ f.cve_id }}
{% else %}
{{ f.cve_id }}
{% endif %}
|
{{ f.severity }} | {{ f.component }} | {{ f.component_version }} | {{ "%.1f"|format(f.cvss_score) if f.cvss_score else "—" }} | {% if f.reachability_score is defined %}{% if f.reachability_score > 0 %}Reachable{% elif f.reachability_score < 0 %}Unreachable{% else %}—{% endif %}{% else %}—{% endif %} | {% if f.in_kev %}KEV{% else %}—{% endif %} | {% if f.has_exploit %}Exploit{% else %}—{% endif %} | {{ status_labels.get(f.status, f.status) }} |
|
||||||||
{{ f.cve_id }}
{% else %}
{{ f.cve_id }}
{% endif %}
{{ f.severity }}
CVSS {{ "%.1f"|format(f.cvss_score) }}
| CVE ID | Severity | Component | Version | CVSS | EPSS %ile | KEV | Exploit |
|---|---|---|---|---|---|---|---|
{{ f.cve_id }} |
{{ f.severity }} | {{ f.component }} | {{ f.component_version }} | {{ "%.1f"|format(f.cvss_score) if f.cvss_score else "—" }} | {{ "%.1f"|format(f.epss_percentile * 100) if f.epss_percentile else "—" }}% | {% if f.in_kev %}KEV{% else %}—{% endif %} | {% if f.has_exploit %}Exploit{% else %}—{% endif %} |
{{ exploit_maturity_summary.total_with_exploits | default(0) }} finding(s) with known exploit intelligence
| Component | Version | Critical | High | Medium | Low | Total | Risk Score |
|---|---|---|---|---|---|---|---|
| {{ c.component }} | {{ c.component_version }} | {{ c.critical }} | {{ c.high }} | {{ c.medium }} | {{ c.low }} | {{ c.total }} | {{ c.risk_score }} |
{{ card.top_cve }} · CVSS {{ "%.1f"|format(card.worst_cvss) }}No Gate 1 findings identified.
{% endif %}{{ card.top_cve }} · CVSS {{ "%.1f"|format(card.worst_cvss) }}No Gate 2 findings identified.
{% endif %}Total Components: {{ sbom_stats.total_components | default(0) }}