{%extends "base/page.html"%} {%load pgmarkdown%} {%block title%}CVE-{{ security_patch.cve }}: {{ security_patch.description }}{%endblock%} {%block contents%}

CVE-{{ security_patch.cve }}

{{ security_patch.description }}

{% if security_patch.details %} {{ security_patch.details|markdown }} {% endif %}

Version Information

{% if security_patch.newspost %} {% endif %} {% for version in versions %} {% if security_patch.newspost %} {% endif %} {% endfor %}
Affected Version Fixed InFix Published
{% if version.version.tree >= 10 %} {{ version.version.tree|floatformat:"0" }} {% else %} {{ version.version.tree }} {% endif %} {% if version.version.tree >= 10 %} {{ version.version.tree|floatformat:"0" }}.{{ version.fixed_minor }} {% else %} {{ version.version.tree }}.{{ version.fixed_minor }} {% endif %} {{ security_patch.newspost.date }}

For more information about PostgreSQL versioning, please visit the versioning page.

{% if security_patch.cvssscore >= 0 %}

CVSS 3.0

Overall Score {{ security_patch.cvssscore }}
Component {{ security_patch.component }}
Vector {{ security_patch.cvssvector }}
{% endif %}

Reporting Security Vulnerabilities

If you wish to report a new security vulnerability in PostgreSQL, please send an email to security@postgresql.org.

For reporting non-security bugs, please see the Report a Bug page.

{%endblock%}