diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2018-12-06 22:04:18 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2018-12-06 22:04:18 +0000 |
commit | 88b22e8f17cdd27fab38e6bd2c3f68c652a3d47f (patch) | |
tree | 004754c968d07e0711ed0a607e0e6c2f4b820c83 /metadata/glsa/glsa-201812-05.xml | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 201812-05 ] EDE: Privilege escalation (diff) | |
download | gentoo-88b22e8f17cdd27fab38e6bd2c3f68c652a3d47f.tar.gz gentoo-88b22e8f17cdd27fab38e6bd2c3f68c652a3d47f.tar.bz2 gentoo-88b22e8f17cdd27fab38e6bd2c3f68c652a3d47f.zip |
Merge commit 'e8baece6ba43ac8bcff1d93d0a85f9192c4c8bfd'
Diffstat (limited to 'metadata/glsa/glsa-201812-05.xml')
-rw-r--r-- | metadata/glsa/glsa-201812-05.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201812-05.xml b/metadata/glsa/glsa-201812-05.xml new file mode 100644 index 000000000000..a40c55455c52 --- /dev/null +++ b/metadata/glsa/glsa-201812-05.xml @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201812-05"> + <title>EDE: Privilege escalation</title> + <synopsis>A vulnerability in EDE could result in privilege escalation.</synopsis> + <product type="ebuild">ede, emacs</product> + <announced>2018-12-06</announced> + <revised count="1">2018-12-06</revised> + <bug>398241</bug> + <access>local</access> + <affected> + <package name="app-xemacs/ede" auto="yes" arch="*"> + <unaffected range="ge">1.07</unaffected> + <vulnerable range="lt">1.07</vulnerable> + </package> + </affected> + <background> + <p>A package that simplifies the task of creating, building, and debugging + large programs with Emacs. It provides some of the features of an IDE, or + Integrated Development Environment, in Emacs. + </p> + </background> + <description> + <p>An untrusted search path vulnerability was discovered in EDE.</p> + </description> + <impact type="normal"> + <p>A local attacker could escalate his privileges via a specially crafted + Lisp expression in a Project.ede file in the directory or a parent + directory of an opened file. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All EDE users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-xemacs/ede-1.07" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2012-0035">CVE-2012-0035</uri> + </references> + <metadata tag="requester" timestamp="2018-12-03T22:46:03Z">b-man</metadata> + <metadata tag="submitter" timestamp="2018-12-06T22:01:41Z">b-man</metadata> +</glsa> |