π Vulnerability Information
{{ cve['CVE Data']['containers']['cna']['descriptions'][0]['value'] if cve['CVE Data'] and cve['CVE Data'].get('containers') else 'N/A' }}
Published |
{{ cve['CVE Data']['cveMetadata']['datePublished']|datetimeformat if cve['CVE Data'] and cve['CVE Data'].get('cveMetadata') else 'N/A' }} |
Base Score |
{{ cve['CVE Data']['containers']['cna']['metrics'][0]['cvssV3_1']['baseScore'] if cve['CVE Data'] and cve['CVE Data'].get('containers') and cve['CVE Data']['containers']['cna']['metrics'] else 'N/A' }}
({{ cve['CVE Data']['containers']['cna']['metrics'][0]['cvssV3_1']['baseSeverity'] if cve['CVE Data'] and cve['CVE Data'].get('containers') and cve['CVE Data']['containers']['cna']['metrics'] else 'N/A' }})
|
Vector |
{{ cve['CVE Data']['containers']['cna']['metrics'][0]['cvssV3_1']['vectorString'] if cve['CVE Data'] and cve['CVE Data'].get('containers') and cve['CVE Data']['containers']['cna']['metrics'] else 'N/A' }} |
βΎοΈ Exploit Prediction Score (EPSS)
Score |
{{ cve['EPSS Data']['data'][0]['epss'] if cve['EPSS Data'] and cve['EPSS Data'].get('data') else 'N/A' }}% Probability of exploitation |
π‘οΈ CISA KEV Catalog
Listed |
{{ cve['CISA Data']['cisa_status'] if cve['CISA Data'] else 'N/A' }} |
Ransomware |
{{ cve['CISA Data']['ransomware_use'] if cve['CISA Data'] else 'N/A' }} |
π£ GitHub Exploits
{% for poc in cve['GitHub Data']['pocs'] %}
{{ poc['created_at']|datetimeformat }} |
{{ poc['html_url'] }} |
{% else %}
N/A |
{% endfor %}
π PacketStorm Exploits
β οΈ Patching Priority Rating
Priority |
{{ cve['Priority']['Priority'] if cve['Priority'] and cve['Priority']['Priority'] else 'N/A' }} |
π€ AI-Powered Risk Assessment
{{ cve['Risk Assessment'] }}
π Further References
{% for ref in cve['CVE Data']['containers']['cna']['references'] %}
{% else %}
N/A |
{% endfor %}