diff options
author | 2022-10-31 01:10:13 +0000 | |
---|---|---|
committer | 2022-10-30 20:40:14 -0500 | |
commit | 3f72d6f5794d0d3c914ffacdf4c915fd8aac8d89 (patch) | |
tree | 270d9eaa0a149639fb58f06ec96b3a385b963349 | |
parent | [ GLSA 202210-13 ] libgcrypt: Multiple Vulnerabilities (diff) | |
download | glsa-3f72d6f5794d0d3c914ffacdf4c915fd8aac8d89.tar.gz glsa-3f72d6f5794d0d3c914ffacdf4c915fd8aac8d89.tar.bz2 glsa-3f72d6f5794d0d3c914ffacdf4c915fd8aac8d89.zip |
[ GLSA 202210-14 ] Gitea: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/848465
Bug: https://bugs.gentoo.org/857819
Bug: https://bugs.gentoo.org/868996
Bug: https://bugs.gentoo.org/877355
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r-- | glsa-202210-14.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/glsa-202210-14.xml b/glsa-202210-14.xml new file mode 100644 index 00000000..e6f40a33 --- /dev/null +++ b/glsa-202210-14.xml @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202210-14"> + <title>Gitea: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in Gitea, the worst of which could lead to denial of service</synopsis> + <product type="ebuild">gitea</product> + <announced>2022-10-31</announced> + <revised count="1">2022-10-31</revised> + <bug>848465</bug> + <bug>857819</bug> + <bug>868996</bug> + <bug>877355</bug> + <access>remote</access> + <affected> + <package name="www-apps/gitea" auto="yes" arch="*"> + <unaffected range="ge">1.17.3</unaffected> + <vulnerable range="lt">1.17.3</vulnerable> + </package> + </affected> + <background> + <p>Gitea is a painless self-hosted Git service.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Gitea. Please review the CVE identifiers referenced below for details.</p> + </description> + <impact type="low"> + <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 Gitea users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-apps/gitea-1.17.3" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-1928">CVE-2022-1928</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-32149">CVE-2022-32149</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-38183">CVE-2022-38183</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-42968">CVE-2022-42968</uri> + </references> + <metadata tag="requester" timestamp="2022-10-31T01:10:13.201097Z">ajak</metadata> + <metadata tag="submitter" timestamp="2022-10-31T01:10:13.205677Z">ajak</metadata> +</glsa>
\ No newline at end of file |