summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2021-01-29 00:39:53 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2021-01-29 00:39:53 +0000
commit4c9b1fd16ad7ef5a6410f6dbb859582f9ed6e92f (patch)
tree67d86236d37eb330761dfa47e8814aad83f0e4ec /metadata/glsa
parentMerge updates from master (diff)
parent[ GLSA 202101-38 ] NSD: Symbolic link traversal (diff)
downloadgentoo-4c9b1fd16ad7ef5a6410f6dbb859582f9ed6e92f.tar.gz
gentoo-4c9b1fd16ad7ef5a6410f6dbb859582f9ed6e92f.tar.bz2
gentoo-4c9b1fd16ad7ef5a6410f6dbb859582f9ed6e92f.zip
Merge commit 'efd0aa32fd2ca278747b075a2c8f414bb8aadead' into master
Diffstat (limited to 'metadata/glsa')
-rw-r--r--metadata/glsa/glsa-202101-36.xml60
-rw-r--r--metadata/glsa/glsa-202101-37.xml47
-rw-r--r--metadata/glsa/glsa-202101-38.xml49
3 files changed, 156 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-202101-36.xml b/metadata/glsa/glsa-202101-36.xml
new file mode 100644
index 000000000000..7b5b52d6a17b
--- /dev/null
+++ b/metadata/glsa/glsa-202101-36.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="202101-36">
+ <title>ImageMagick: Command injection</title>
+ <synopsis>A vulnerability in ImageMagick's handling of PDF was discovered
+ possibly allowing code execution.
+ </synopsis>
+ <product type="ebuild">imagemagick</product>
+ <announced>2021-01-29</announced>
+ <revised count="1">2021-01-29</revised>
+ <bug>756829</bug>
+ <access>remote</access>
+ <affected>
+ <package name="media-gfx/imagemagick" auto="yes" arch="*">
+ <unaffected range="ge">7.0.10.41-r1</unaffected>
+ <unaffected range="ge">6.9.11.41-r1</unaffected>
+ <vulnerable range="lt">7.0.10.41-r1</vulnerable>
+ <vulnerable range="lt">6.9.11.41-r1</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>A collection of tools and libraries for many image formats.</p>
+ </background>
+ <description>
+ <p>A flaw in ImageMagick’s handling of password protected PDFs was
+ discovered.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>A remote attacker could entice a user to open a specially crafted PDF
+ using ImageMagick possibly resulting in execution of arbitrary code with
+ the privileges of the process or a Denial of Service condition.
+ </p>
+ </impact>
+ <workaround>
+ <p>Do not open untrusted PDFs.</p>
+ </workaround>
+ <resolution>
+ <p>All ImageMagick 7 users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose
+ "&gt;=media-gfx/imagemagick-7.0.10.41-r1"
+ </code>
+
+ <p>All ImageMagick 6 users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose
+ "&gt;=media-gfx/imagemagick-6.9.11.41-r1"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-29599">CVE-2020-29599</uri>
+ </references>
+ <metadata tag="requester" timestamp="2021-01-28T02:24:26Z">sam_c</metadata>
+ <metadata tag="submitter" timestamp="2021-01-29T00:02:42Z">sam_c</metadata>
+</glsa>
diff --git a/metadata/glsa/glsa-202101-37.xml b/metadata/glsa/glsa-202101-37.xml
new file mode 100644
index 000000000000..52b09f41e0a2
--- /dev/null
+++ b/metadata/glsa/glsa-202101-37.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="202101-37">
+ <title>VLC: Buffer overflow</title>
+ <synopsis>A buffer overflow in VLC might allow remote attacker(s) to execute
+ arbitrary code.
+ </synopsis>
+ <product type="ebuild">vlc</product>
+ <announced>2021-01-29</announced>
+ <revised count="1">2021-01-29</revised>
+ <bug>765040</bug>
+ <access>remote</access>
+ <affected>
+ <package name="media-video/vlc" auto="yes" arch="*">
+ <unaffected range="ge">3.0.12.1</unaffected>
+ <vulnerable range="lt">3.0.12.1</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>VLC is a cross-platform media player and streaming server.</p>
+ </background>
+ <description>
+ <p>VLC was found to have a buffer overflow when handling crafted MKV files.</p>
+ </description>
+ <impact type="normal">
+ <p>A remote attacker could entice a user to open a specially crafted MKV
+ file using VLC 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 VLC users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=media-video/vlc-3.0.12.1"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-26664">CVE-2020-26664</uri>
+ </references>
+ <metadata tag="requester" timestamp="2021-01-28T02:32:59Z">sam_c</metadata>
+ <metadata tag="submitter" timestamp="2021-01-29T00:04:09Z">sam_c</metadata>
+</glsa>
diff --git a/metadata/glsa/glsa-202101-38.xml b/metadata/glsa/glsa-202101-38.xml
new file mode 100644
index 000000000000..11ca507fa1e1
--- /dev/null
+++ b/metadata/glsa/glsa-202101-38.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-38">
+ <title>NSD: Symbolic link traversal</title>
+ <synopsis>A vulnerability was discovered in NSD which could allow a local
+ attacker to cause a Denial of Service condition.
+ </synopsis>
+ <product type="ebuild">nsd</product>
+ <announced>2021-01-29</announced>
+ <revised count="1">2021-01-29</revised>
+ <bug>758977</bug>
+ <access>local</access>
+ <affected>
+ <package name="net-dns/nsd" auto="yes" arch="*">
+ <unaffected range="ge">4.3.4</unaffected>
+ <vulnerable range="lt">4.3.4</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>An authoritative only, high performance, open source name server</p>
+ </background>
+ <description>
+ <p>A local vulnerability was discovered that would allow for a local
+ symlink attack due to how NSD handles PID files.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>A local attacker could cause a Denial of Service condition.</p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All NSD users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=net-dns/nsd-4.3.4"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-28935">CVE-2020-28935</uri>
+ <uri link="https://www.nlnetlabs.nl/downloads/nsd/CVE-2020-28935.txt">
+ Upstream advisory
+ </uri>
+ </references>
+ <metadata tag="requester" timestamp="2020-04-22T15:47:22Z">whissi</metadata>
+ <metadata tag="submitter" timestamp="2021-01-29T00:05:16Z">b-man</metadata>
+</glsa>