{{ cve.description }}
{% endif %} {% if cve.ubuntu_description %}From the Ubuntu Security Team
{{ cve.ubuntu_description }}
{% endif %} {% if cve.notes and only_priority_note == False %}Read the notes from the security team
{% endif %} {% if cve.priority_reason %}Why is this CVE {{ cve.priority }} priority?
{{ cve.priority_reason }}
{% endif %}Mitigation
{{ cve.mitigation }}
Status
| Package | Ubuntu Release | Status |
|---|---|---|
| {{ package["name"] }} | {% endif %}{{ status.version }} {% if status.support_tag %}{{ status.support_tag }}{% endif %} {{ status.release_codename }} {% if status.pocket_desc and status.pocket_desc.label != "Ubuntu Pro" %} {{ status.pocket_desc.label }} {% endif %} | {# djlint: off #} {% if status.icon %} {% else %} {% endif %} {# djlint: on #} {% endif %}
- How can I get the fixes?
- What do statuses mean? {% if patches %}
- Patch details {% endif %}
Get expanded security coverage with Ubuntu Pro
Reduce your average CVE exposure time from 98 days to 1 day with expanded CVE patching, ten-years security maintenance and optional support for the full stack of open-source applications. Free for personal use.
Get Ubuntu ProNotes
{% if note.author %}
{{ note.author }}
{% endif %}{{ note.note }}
{% endfor %}Patch details
| Package | Patch details |
|---|---|
| {{ package["name"] }} |
|
Severity score breakdown
| Parameter | Value |
|---|---|
| Base score |
{% set baseScore = cvssV3.baseScore %}
{% if baseScore <= 3.9 %}
|
| Attack vector | {{ cvssV3.attackVector | capitalize }} |
| Attack complexity | {{ cvssV3.attackComplexity | capitalize }} |
| Privileges required | {{ cvssV3.privilegesRequired | capitalize }} |
| User interaction | {{ cvssV3.userInteraction | capitalize }} |
| Scope | {{ cvssV3.scope | capitalize }} |
| Confidentiality | {{ cvssV3.confidentialityImpact | capitalize }} |
| Integrity impact | {{ cvssV3.integrityImpact | capitalize }} |
| Availability impact | {{ cvssV3.availabilityImpact | capitalize }} |
| Vector | {{ cvssV3.vectorString }} |
References
{% if cve.notices %}Related Ubuntu Security Notices (USN)
-
{% for notice in cve.notices %}
- {{ notice.id }}
- {{ notice.title }}
- {{ notice.published }}
Other references
-
{% for reference in other_references %}
- {{ reference }} {% endfor %}