diff options
author | Aaron Bauman <bman@gentoo.org> | 2021-01-22 11:16:28 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2021-01-22 11:16:28 -0500 |
commit | 0879b12cc0d5d0d966e9e8a7256257f2febd6987 (patch) | |
tree | 0952802cc1d6a8164788f95767d35f6c33154aae /glsa-202101-16.xml | |
parent | [ GLSA 202101-15 ] VirtualBox: Multiple vulnerabilities (diff) | |
download | glsa-0879b12cc0d5d0d966e9e8a7256257f2febd6987.tar.gz glsa-0879b12cc0d5d0d966e9e8a7256257f2febd6987.tar.bz2 glsa-0879b12cc0d5d0d966e9e8a7256257f2febd6987.zip |
[ GLSA 202101-16 ] KDE Connect: Denial of service
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'glsa-202101-16.xml')
-rw-r--r-- | glsa-202101-16.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/glsa-202101-16.xml b/glsa-202101-16.xml new file mode 100644 index 00000000..2f7ed9ee --- /dev/null +++ b/glsa-202101-16.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-16"> + <title>KDE Connect: Denial of service</title> + <synopsis>A vulnerability in KDE Connect could lead to a Denial of Service + condition. + </synopsis> + <product type="ebuild">kde-connect</product> + <announced>2021-01-22</announced> + <revised count="1">2021-01-22</revised> + <bug>746401</bug> + <access>remote</access> + <affected> + <package name="kde-misc/kdeconnect" auto="yes" arch="*"> + <unaffected range="ge">20.04.3-r1</unaffected> + <vulnerable range="lt">20.04.3-r1</vulnerable> + </package> + </affected> + <background> + <p>KDE Connect is a project that enables all your devices to communicate + with each other. + </p> + </background> + <description> + <p>Multiple issues causing excessive resource consumption were found in KDE + Connect. + </p> + </description> + <impact type="normal"> + <p>An attacker could cause a possible Denial of Service condition.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All KDE Connect users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=kde-misc/kdeconnect-20.04.3-r1" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-26164">CVE-2020-26164</uri> + </references> + <metadata tag="requester" timestamp="2021-01-22T00:28:04Z">sam_c</metadata> + <metadata tag="submitter" timestamp="2021-01-22T16:16:11Z">sam_c</metadata> +</glsa> |