diff options
author | 2020-09-29 18:08:58 +0000 | |
---|---|---|
committer | 2020-09-29 18:14:29 +0000 | |
commit | 8c727eb8abdb7fdb2499d2ad4526d38b890ea65f (patch) | |
tree | 195fc9d08c7ad08c12fc48849656cef080b8d484 /glsa-202009-17.xml | |
parent | [ GLSA 202009-17 ] gpsd: Arbitrary code execution (diff) | |
download | glsa-8c727eb8abdb7fdb2499d2ad4526d38b890ea65f.tar.gz glsa-8c727eb8abdb7fdb2499d2ad4526d38b890ea65f.tar.bz2 glsa-8c727eb8abdb7fdb2499d2ad4526d38b890ea65f.zip |
[ GLSA 202009-16 ] LinuxCIFS: Shell injection
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'glsa-202009-17.xml')
-rw-r--r-- | glsa-202009-17.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/glsa-202009-17.xml b/glsa-202009-17.xml new file mode 100644 index 00000000..408f401f --- /dev/null +++ b/glsa-202009-17.xml @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202009-17"> + <title>gpsd: Arbitrary code execution</title> + <synopsis>A vulnerability in gpsd could allow remote code execution.</synopsis> + <product type="ebuild">gpsd</product> + <announced>2020-09-29</announced> + <revised count="1">2020-09-29</revised> + <bug>743766</bug> + <access>remote</access> + <affected> + <package name="sci-geosciences/gpsd" auto="yes" arch="*"> + <unaffected range="ge">3.18</unaffected> + <vulnerable range="lt">3.18</vulnerable> + </package> + </affected> + <background> + <p>gpsd is a GPS daemon and library for USB/serial GPS devices and + GPS/mapping clients. + </p> + </background> + <description> + <p>A stack-based buffer overflow was discovered in gpsd on port 2947/TCP or + crafted JSON inputs. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could possibly execute arbitrary code with the + privileges of the process, or cause a Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All gpsd users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sci-geosciences/gpsd-3.18" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-17937">CVE-2018-17937</uri> + </references> + <metadata tag="requester" timestamp="2020-09-25T20:46:53Z">sam_c</metadata> + <metadata tag="submitter" timestamp="2020-09-29T18:06:31Z">sam_c</metadata> +</glsa> |