Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mmeLQ-00053w-Hx for psycopg@arkaria.postgresql.org; Mon, 15 Nov 2021 15:56:32 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mmeLO-0008Ni-JJ for psycopg@arkaria.postgresql.org; Mon, 15 Nov 2021 15:56:30 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mmeLO-0008NG-A1 for psycopg@lists.postgresql.org; Mon, 15 Nov 2021 15:56:30 +0000 Received: from mail-ua1-x92f.google.com ([2607:f8b0:4864:20::92f]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mmeLH-0003bu-HP for psycopg@postgresql.org; Mon, 15 Nov 2021 15:56:29 +0000 Received: by mail-ua1-x92f.google.com with SMTP id i6so35837079uae.6 for ; Mon, 15 Nov 2021 07:56:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=LU1C28vzJ5iRnhDbBkZdF/sNuTT86JQl7Py4iMJdZLc=; b=fKZetkoMIHA7vxf0KDLO9VOJHhFKBIqrfQfgZjvNDOTDAULwvA/0rQCSmpWGXUpkqc JTgXxWYdQL80Z9vhbBLEp55+Y4xkq2vq8P+hoXLanfFs2vQ7obGgcheE7/rs7OvZI7Mn KxERhle4MWo9O1s7Wx+2fCkXM4gG2w3GM/cccjE2CPWY2TkHCEvgAD3WAUOrx9JOgYqQ QLFQMwpYLeC7nzH+EpsBN67dgI/dhzV7aUU9H0HnKgNgomnFxQ3O3rqnMuY6ZBbdwKit L+jHzeEfTikaYKXICNtUkrxFkDud/F26lqnv/f/Se4eUEsZzEempYOKvShFhrph8iM1E B8tg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=LU1C28vzJ5iRnhDbBkZdF/sNuTT86JQl7Py4iMJdZLc=; b=NOqeyH3MgBJ560Fgl/tR3PvsZ+PT02hpU8ql6My25ghB8zugVdQD7osaZD8CS6EeIm fvvDGgZpEMd+wlXjfs75ZRKTRUb8fIeWUIn1tcah5C0L58prSjb9kIe2iNTb3dO2bvAc 2Cyu0hRlCehc7YDr8Mpq3f02ZBMgDPrwxIraF1VWFH/FEBOeO+nmoWs6yhM/rwmenHQ6 60oKUBZ2/0S3YNDS90ihUnyJXwIKLkP0M4siCkQyMQ/Zr49G+JXLBQBUGN/GzaYjwlR5 0Gf/y5hPQrEhiUHBExvxrvgb/BV4PIAcWyc7yLuAYs3Y0b4i+Q/v3L9hUkim/x7uOhFt jdww== X-Gm-Message-State: AOAM530k3tJvbuH13onbA7GaM8mAMxm9CkOAjB5gwAHn27QvdXuCkNkb k7iecFp9Yh8Of8KQvZbBbPfsHhvl/FX+Lpu51LDA0v0HeWo= X-Google-Smtp-Source: ABdhPJwSdp55vQPxceaJl36UYoxluT47vEL5nVC1LKt+jp4zTLMD712yCUpJGjkfZadI5iPvMWKhLPaMTWoOQuV26S4= X-Received: by 2002:a05:6102:3913:: with SMTP id e19mr44583569vsu.16.1636991781914; Mon, 15 Nov 2021 07:56:21 -0800 (PST) MIME-Version: 1.0 From: Daniele Varrazzo Date: Mon, 15 Nov 2021 16:56:10 +0100 Message-ID: Subject: Psycopg 2.9.2, 3.0.4 released To: Psycopg Content-Type: multipart/alternative; boundary="000000000000a94bc305d0d5d976" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000a94bc305d0d5d976 Content-Type: text/plain; charset="UTF-8" Hello, We have released new versions of both psycopg 2 and 3 packages, addressing the security issue CVE-2021-23222, affecting the libpq and which has been resolved in PostgreSQL 14.1 and in the other versions provided in the same release [1]. The new psycopg releases only solve the problem in the binary packages: if you install psycopg from source you will need to upgrade the system libpq library instead. In order to verify what libpq version your system is using you can query the functions 'psycopg2.extensions.libpq_version()' [2] and 'psycopg.pq.version()' [3]. Thank you very much! -- Daniele [1]: https://www.postgresql.org/about/news/postgresql-141-135-129-1114-1019-and-9624-released-2349/ [2]: https://www.psycopg.org/docs/extensions.html#psycopg2.extensions.libpq_version [3]: https://www.psycopg.org/psycopg3/docs/api/pq.html#psycopg.pq.version --000000000000a94bc305d0d5d976 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

We ha= ve released new versions of both psycopg 2 and 3 packages, addressing the s= ecurity issue CVE-2021-23222, affecting the libpq and which has been resolv= ed in PostgreSQL 14.1 and in the other versions provided in the same releas= e [1].

The new psycopg r= eleases only solve the problem in the binary packages: if you install psyco= pg from source you will need to upgrade the system libpq library instead.

In order to verify what l= ibpq version your system is using you can query the functions 'psycopg2= .extensions.libpq_version()' [2] and 'psycopg.pq.version()' [3]= .

--000000000000a94bc305d0d5d976--