CVE-2020-21469 is not a security vulnerability

From: PostgreSQL Global Development Group <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: CVE-2020-21469 is not a security vulnerability
Date: 2023-08-29 19:39:03
Message-ID: 169333794325.625.18324304875516609556@wrigleys.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-announce

The [PostgreSQL Security Team](https://www.postgresql.org/support/security/) was made aware of [CVE-2020-21469](https://www.cve.org/CVERecord?id=CVE-2020-21469), which was filed without the prior knowledge of the PostgreSQL Security Team.

**THIS IS NOT A SECURITY VULNERABILITY**.

The CVE claims that it's possible to create a denial-of-service in a PostgreSQL 12.2 by sending repeated SIGHUP (or reload) signals to the primary PostgreSQL process. However, to do this, you need to have an account that is explicitly granted elevated privileges, including:

- A PostgreSQL superuser (`postgres`).
- A user that was granted permission to execute `pg_reload_conf` by a PostgreSQL superuser.
- Access to a privileged operating system user

If you are still running PostgreSQL 12.2, we do strongly encourage to upgrade to a newer release because of [these actual CVEs](https://www.postgresql.org/support/security/12/) and many other bug fixes.

If you suspect PostgreSQL has a security vulnerability, please first report it to the PostgreSQL Security Team for evaluation. The PostgreSQL Security Team has been maintaining its list of known vulnerabilities for nearly 20 years. The team works with all reporters to determine what is a valid vulnerability and to provide transparency to our users around security issues.

For more information on how you can report security vulnerabilities to the PostgreSQL Security Team and how the team evaluates reports, please see the [security page](https://www.postgresql.org/support/security/):

[https://www.postgresql.org/support/security/](https://www.postgresql.org/support/security/)

Attachment Content-Type Size
image/png 20.7 KB

Browse pgsql-announce by date

  From Date Subject
Next Message Stormatics via PostgreSQL Announce 2023-08-31 07:15:38 Announcing the release of v1.0-rc1 of pg_cirrus - Hassle-free PostgreSQL cluster setup
Previous Message pgAdmin Development Team via PostgreSQL Announce 2023-08-27 06:31:33 pgAdmin 4 v7.6 Released