{% load markdown %} {% load vulns %} {% load vulnmantags %} {% load i18n %}

{% trans "Vulnerability Overview" %}

{% trans "Vulnerability Risk Definition and Criteria" %}

{% blocktrans %} The risk ratings assigned to each vulnerability are determined by averaging several aspects of the exploit and the environment, including reputation, difficulty, and criticality. {% endblocktrans %}

{% trans "Critical" %} {% blocktrans %} Critical vulnerabilities pose a serious threat to an organization's security, and should be fixed immediately. They may provide a total compromise of the target environment, or similar critical impacts. {% endblocktrans %}
{% trans "High" %} {% blocktrans %} High risk vulnerabilities provide a serious risk to the company environment and should be corrected promptly. These issues can significantly affect the organization's security posture. {% endblocktrans %}
{% trans "Medium" %} {% blocktrans %} Medium severity vulnerabilities represent a moderate risk to the environment. They may require additional context before remediation but should be remediated after critical and high risks. {% endblocktrans %}
{% trans "Low" %} {% blocktrans %} Low severity vulnerabilities provide minimal risk to the target environment, and often theoretical in nature. Remediation of low risks is often a lower priority than other security hardening techniques. {% endblocktrans %}
{% trans "Informational" %} {% blocktrans %} Informational vulnerabilities have little-or-no impact to the target scope by themselves. They are included however, as they may be a risk when combined with other circumstances or technologies not currently in place. Remediation of informational items is not necessary. {% endblocktrans %}

{% trans 'Vulnerability Categories' %}

{% blocktrans %} The vulnerabilities found were divided into categories. These provide an overview of the area in which the most errors were found. {% endblocktrans %}

{% blocktrans %} In the case of clear deflections, consideration should be given to appropriate countermeasures in these areas. {% endblocktrans %}

{{ CATEGORY_POLAR_CHART|safe }}

{% trans 'Vulnerabilities by Risk Level' %}

{% blocktrans %} The following vulnerabilities were found within each risk level. {% endblocktrans %}

{{ SEVERITY_CHART_SRC|safe }}

{% trans 'Vulnerabilities' %}

{% trans 'The following table lists the vulnerabilities found in order of their criticality' %}.

{% for template in templates %} {% endfor %}
{% trans 'Vulnerability' %} {% trans 'Findings' %} {% trans 'Risk Level' %}
{{template.name}} {{template.count}} {{ template.vulnerability__severity|get_severity_name|capfirst}}