summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2021-01-11 09:30:53 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2021-01-11 09:30:53 +0000
commit07f97ee2cf0949228b90b55ba5370debc58fec32 (patch)
treecd6a0b364be08a1777fbcab33079a8d80880cbf9 /metadata/glsa
parentMerge updates from master (diff)
parent[ GLSA 202101-08 ] Pillow: Multiple vulnerabilities (diff)
downloadgentoo-07f97ee2cf0949228b90b55ba5370debc58fec32.tar.gz
gentoo-07f97ee2cf0949228b90b55ba5370debc58fec32.tar.bz2
gentoo-07f97ee2cf0949228b90b55ba5370debc58fec32.zip
Merge commit 'afcace61cfa4379b8815ce755ed21ef480b56827' into master
Diffstat (limited to 'metadata/glsa')
-rw-r--r--metadata/glsa/glsa-202101-06.xml49
-rw-r--r--metadata/glsa/glsa-202101-07.xml69
-rw-r--r--metadata/glsa/glsa-202101-08.xml48
3 files changed, 166 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-202101-06.xml b/metadata/glsa/glsa-202101-06.xml
new file mode 100644
index 000000000000..efa0c4ddc2f8
--- /dev/null
+++ b/metadata/glsa/glsa-202101-06.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="202101-06">
+ <title>Ark: Symlink vulnerability</title>
+ <synopsis>Ark was found to allow arbitrary file overwrite, possibly allowing
+ arbitrary code execution.
+ </synopsis>
+ <product type="ebuild">ark</product>
+ <announced>2021-01-11</announced>
+ <revised count="1">2021-01-11</revised>
+ <bug>743959</bug>
+ <access>remote</access>
+ <affected>
+ <package name="kde-apps/ark" auto="yes" arch="*">
+ <unaffected range="ge">20.04.3-r2</unaffected>
+ <vulnerable range="lt">20.04.3-r2</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>Ark is a graphical file compression/decompression utility with support
+ for multiple formats.
+ </p>
+ </background>
+ <description>
+ <p>KDE Ark did not fully verify symlinks contained within tar archives.</p>
+ </description>
+ <impact type="normal">
+ <p>A remote attacker could entice a user to open a specially crafted tar
+ archive using KDE Ark, possibly resulting in execution of arbitrary code
+ with the privileges of the process or a Denial of Service condition.
+ </p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All KDE Ark users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=kde-apps/ark-20.04.3-r2"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-24654">CVE-2020-24654</uri>
+ </references>
+ <metadata tag="requester" timestamp="2021-01-10T20:45:32Z">sam_c</metadata>
+ <metadata tag="submitter" timestamp="2021-01-11T09:13:16Z">sam_c</metadata>
+</glsa>
diff --git a/metadata/glsa/glsa-202101-07.xml b/metadata/glsa/glsa-202101-07.xml
new file mode 100644
index 000000000000..14b6b1ae8c7b
--- /dev/null
+++ b/metadata/glsa/glsa-202101-07.xml
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="202101-07">
+ <title>NodeJS: Multiple vulnerabilities</title>
+ <synopsis>Multiple vulnerabilities have been found in NodeJS, the worst of
+ which could result in the arbitrary execution of code.
+ </synopsis>
+ <product type="ebuild">nodejs</product>
+ <announced>2021-01-11</announced>
+ <revised count="1">2021-01-11</revised>
+ <bug>726836</bug>
+ <bug>731654</bug>
+ <bug>742893</bug>
+ <bug>754942</bug>
+ <bug>763588</bug>
+ <access>remote</access>
+ <affected>
+ <package name="net-libs/nodejs" auto="yes" arch="*">
+ <unaffected range="ge" slot="0/15">15.5.1</unaffected>
+ <unaffected range="ge" slot="0/14">14.15.1</unaffected>
+ <unaffected range="ge" slot="0/12">12.20.1</unaffected>
+ <vulnerable range="lt">15.5.1</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript
+ engine.
+ </p>
+ </background>
+ <description>
+ <p>Multiple vulnerabilities have been discovered in NodeJS. 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 NodeJS 15 users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=net-libs/nodejs-15.5.1"
+ </code>
+
+ <p>All NodeJS 14 users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=net-libs/nodejs-14.15.1"
+ </code>
+
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-15095">CVE-2020-15095</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-8172">CVE-2020-8172</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-8174">CVE-2020-8174</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-8201">CVE-2020-8201</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-8251">CVE-2020-8251</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-8265">CVE-2020-8265</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-8277">CVE-2020-8277</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-8287">CVE-2020-8287</uri>
+ </references>
+ <metadata tag="requester" timestamp="2021-01-10T19:55:45Z">sam_c</metadata>
+ <metadata tag="submitter" timestamp="2021-01-11T09:13:22Z">sam_c</metadata>
+</glsa>
diff --git a/metadata/glsa/glsa-202101-08.xml b/metadata/glsa/glsa-202101-08.xml
new file mode 100644
index 000000000000..64adcec9d255
--- /dev/null
+++ b/metadata/glsa/glsa-202101-08.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="202101-08">
+ <title>Pillow: Multiple vulnerabilities</title>
+ <synopsis>Multiple vulnerabilities have been found in Pillow, the worst of
+ which could result in a Denial of Service condition.
+ </synopsis>
+ <product type="ebuild">pillow</product>
+ <announced>2021-01-11</announced>
+ <revised count="1">2021-01-11</revised>
+ <bug>763210</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-python/pillow" auto="yes" arch="*">
+ <unaffected range="ge">8.1.0</unaffected>
+ <vulnerable range="lt">8.1.0</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>Python Imaging Library (fork)</p>
+ </background>
+ <description>
+ <p>Multiple vulnerabilities have been discovered in Pillow. 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 Pillow users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=dev-python/pillow-8.1.0"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-35653">CVE-2020-35653</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-35654">CVE-2020-35654</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-35655">CVE-2020-35655</uri>
+ </references>
+ <metadata tag="requester" timestamp="2021-01-04T00:06:19Z">sam_c</metadata>
+ <metadata tag="submitter" timestamp="2021-01-11T09:13:26Z">sam_c</metadata>
+</glsa>