diff options
author | 2023-12-23 09:39:06 +0000 | |
---|---|---|
committer | 2023-12-23 10:39:49 +0100 | |
commit | 78c91985a976aea4687d6ddfc98944f32f41ef48 (patch) | |
tree | 78c6772991f8ab2061ded539d6dbf24a84d1e37c | |
parent | [ GLSA 202312-12 ] Flatpak: Multiple Vulnerabilities (diff) | |
download | glsa-78c91985a976aea4687d6ddfc98944f32f41ef48.tar.gz glsa-78c91985a976aea4687d6ddfc98944f32f41ef48.tar.bz2 glsa-78c91985a976aea4687d6ddfc98944f32f41ef48.zip |
[ GLSA 202312-13 ] Gitea: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/887825
Bug: https://bugs.gentoo.org/891983
Bug: https://bugs.gentoo.org/905886
Bug: https://bugs.gentoo.org/918674
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202312-13.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/glsa-202312-13.xml b/glsa-202312-13.xml new file mode 100644 index 00000000..b7e051ae --- /dev/null +++ b/glsa-202312-13.xml @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202312-13"> + <title>Gitea: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in Gitea, the worst of which could result in information leakage.</synopsis> + <product type="ebuild">gitea</product> + <announced>2023-12-23</announced> + <revised count="1">2023-12-23</revised> + <bug>887825</bug> + <bug>891983</bug> + <bug>905886</bug> + <bug>918674</bug> + <access>remote</access> + <affected> + <package name="www-apps/gitea" auto="yes" arch="*"> + <unaffected range="ge">1.20.6</unaffected> + <vulnerable range="lt">1.20.6</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.20.6" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-3515">CVE-2023-3515</uri> + </references> + <metadata tag="requester" timestamp="2023-12-23T09:39:06.392845Z">ajak</metadata> + <metadata tag="submitter" timestamp="2023-12-23T09:39:06.395056Z">graaff</metadata> +</glsa>
\ No newline at end of file |