diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-08-09 06:59:52 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-08-09 09:00:07 +0200 |
commit | 2b5bbd4f1445dc34005f336c882dfa513aef8a89 (patch) | |
tree | d99ec41288442d73d79ed643764bd7f1eb6f52ed | |
parent | [ GLSA 202408-14 ] Librsvg: Arbitrary File Read (diff) | |
download | glsa-2b5bbd4f1445dc34005f336c882dfa513aef8a89.tar.gz glsa-2b5bbd4f1445dc34005f336c882dfa513aef8a89.tar.bz2 glsa-2b5bbd4f1445dc34005f336c882dfa513aef8a89.zip |
[ GLSA 202408-15 ] Percona XtraBackup: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/849389
Bug: https://bugs.gentoo.org/908033
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202408-15.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/glsa-202408-15.xml b/glsa-202408-15.xml new file mode 100644 index 00000000..c1c44f04 --- /dev/null +++ b/glsa-202408-15.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202408-15"> + <title>Percona XtraBackup: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in Percona XtraBackup, the worst of which could lead to arbitrary code execution.</synopsis> + <product type="ebuild">percona-xtrabackup,percona-xtrabackup-bin</product> + <announced>2024-08-09</announced> + <revised count="1">2024-08-09</revised> + <bug>849389</bug> + <bug>908033</bug> + <access>remote</access> + <affected> + <package name="dev-db/percona-xtrabackup" auto="yes" arch="*"> + <unaffected range="ge">8.0.29.22</unaffected> + <vulnerable range="lt">8.0.29.22</vulnerable> + </package> + <package name="dev-db/percona-xtrabackup-bin" auto="yes" arch="*"> + <vulnerable range="lt">8.0.29.22</vulnerable> + </package> + </affected> + <background> + <p>Percona XtraBackup is a complete and open source online backup solution for all versions of MySQL.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Percona XtraBackup. Please review the CVE identifiers referenced below for details.</p> + </description> + <impact type="normal"> + <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 Percona XtraBackup users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-db/percona-xtrabackup-8.0.29.22" + </code> + + <p>Gentoo has discontinued support for the binary package. Users should remove this from their system:</p> + + <code> + # emerge --sync + # emerge --ask --verbose --depclean "dev-db/percona-xtrabackup-bin" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-25834">CVE-2022-25834</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-26944">CVE-2022-26944</uri> + </references> + <metadata tag="requester" timestamp="2024-08-09T06:59:52.845544Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-08-09T06:59:52.849111Z">graaff</metadata> +</glsa>
\ No newline at end of file |