diff options
author | 2022-11-19 03:33:11 +0000 | |
---|---|---|
committer | 2022-11-21 21:59:39 -0600 | |
commit | 694f26b01e42989d9051936ddeae825e13b4acb3 (patch) | |
tree | cfd998c096523fade68cfee7daeb6838ef006094 | |
parent | [ GLSA 202211-03 ] PHP: Multiple Vulnerabilities (diff) | |
download | glsa-694f26b01e42989d9051936ddeae825e13b4acb3.tar.gz glsa-694f26b01e42989d9051936ddeae825e13b4acb3.tar.bz2 glsa-694f26b01e42989d9051936ddeae825e13b4acb3.zip |
[ GLSA 202211-04 ] PostgreSQL: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/793734
Bug: https://bugs.gentoo.org/808984
Bug: https://bugs.gentoo.org/823125
Bug: https://bugs.gentoo.org/865255
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r-- | glsa-202211-04.xml | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/glsa-202211-04.xml b/glsa-202211-04.xml new file mode 100644 index 00000000..ba61adcd --- /dev/null +++ b/glsa-202211-04.xml @@ -0,0 +1,87 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202211-04"> + <title>PostgreSQL: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in PostgreSQL, the worst of which could result in remote code execution.</synopsis> + <product type="ebuild">postgresql</product> + <announced>2022-11-19</announced> + <revised count="1">2022-11-19</revised> + <bug>793734</bug> + <bug>808984</bug> + <bug>823125</bug> + <bug>865255</bug> + <access>remote</access> + <affected> + <package name="dev-db/postgresql" auto="yes" arch="*"> + <unaffected range="ge">14.5</unaffected> + <unaffected range="ge" slot="13">13.8</unaffected> + <unaffected range="ge" slot="12">12.12</unaffected> + <unaffected range="ge" slot="11">11.17</unaffected> + <unaffected range="ge" slot="10">10.22</unaffected> + <vulnerable range="lt" slot="14">14.5</vulnerable> + <vulnerable range="lt" slot="13">13.8</vulnerable> + <vulnerable range="lt" slot="12">12.12</vulnerable> + <vulnerable range="lt" slot="11">11.17</vulnerable> + <vulnerable range="lt">10.22</vulnerable> + </package> + </affected> + <background> + <p>PostgreSQL is an open source object-relational database management system.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in PostgreSQL. Please review the CVE identifiers referenced below for details.</p> + </description> + <impact type="high"> + <p>Please review the referenced CVE identifiers for details.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All PostgreSQL 10.x users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-db/postgresql-10.22:10" + </code> + + <p>All PostgreSQL 11.x users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-db/postgresql-11.17:11" + </code> + + <p>All PostgreSQL 12.x users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-db/postgresql-12.12:12" + </code> + + <p>All PostgreSQL 13.x users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-db/postgresql-13.8:13" + </code> + + <p>All PostgreSQL 14.x users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-db/postgresql-14.5:14" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-3677">CVE-2021-3677</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-23214">CVE-2021-23214</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-23222">CVE-2021-23222</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-32027">CVE-2021-32027</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-32028">CVE-2021-32028</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-1552">CVE-2022-1552</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-2625">CVE-2022-2625</uri> + </references> + <metadata tag="requester" timestamp="2022-11-19T03:33:10.915978Z">ajak</metadata> + <metadata tag="submitter" timestamp="2022-11-19T03:33:10.920639Z">sam</metadata> +</glsa>
\ No newline at end of file |