diff options
Diffstat (limited to 'metadata/glsa/glsa-202101-26.xml')
-rw-r--r-- | metadata/glsa/glsa-202101-26.xml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-202101-26.xml b/metadata/glsa/glsa-202101-26.xml new file mode 100644 index 000000000000..64fbf2c1b631 --- /dev/null +++ b/metadata/glsa/glsa-202101-26.xml @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202101-26"> + <title>f2fs-tools: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in f2fs-tools, the worst + of which could result in the arbitrary execution of code. + </synopsis> + <product type="ebuild">f2fs-tools</product> + <announced>2021-01-26</announced> + <revised count="1">2021-01-26</revised> + <bug>749318</bug> + <access>remote</access> + <affected> + <package name="sys-fs/f2fs-tools" auto="yes" arch="*"> + <unaffected range="ge">1.14.0</unaffected> + <vulnerable range="lt">1.14.0</vulnerable> + </package> + </affected> + <background> + <p>Tools for Flash-Friendly File System (F2FS).</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in f2fs-tools. 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 f2fs-tools users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-fs/f2fs-tools-1.14.0" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-6104">CVE-2020-6104</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-6105">CVE-2020-6105</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-6106">CVE-2020-6106</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-6107">CVE-2020-6107</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-6108">CVE-2020-6108</uri> + </references> + <metadata tag="requester" timestamp="2020-11-01T10:45:37Z">sam_c</metadata> + <metadata tag="submitter" timestamp="2021-01-26T00:13:26Z">sam_c</metadata> +</glsa> |