diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-201405-28.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-201405-28.xml')
-rw-r--r-- | glsa-201405-28.xml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/glsa-201405-28.xml b/glsa-201405-28.xml new file mode 100644 index 00000000..cd8927ad --- /dev/null +++ b/glsa-201405-28.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201405-28"> + <title>xmonad-contrib: Arbitrary code execution</title> + <synopsis>A remote command injection vulnerability has been discovered in + xmonad-contrib. + </synopsis> + <product type="ebuild">xmonad-contrib</product> + <announced>May 28, 2014</announced> + <revised>May 28, 2014: 1</revised> + <bug>478288</bug> + <access>remote</access> + <affected> + <package name="x11-wm/xmonad-contrib" auto="yes" arch="*"> + <unaffected range="ge">0.11.2</unaffected> + <vulnerable range="lt">0.11.2</vulnerable> + </package> + </affected> + <background> + <p>xmonad-contrib is a set of third party tiling algorithms, + configurations, and scripts for xmonad. + </p> + </background> + <description> + <p>A vulnerability in the Xmonad.Hooks.DynamicLog module could allow a + malicious website with a specially crafted title to inject commands into + the title bar which would be executed when the bar is clicked. + </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 xmonad-contrib users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=x11-wm/xmonad-contrib-0.11.2" + </code> + + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-1436">CVE-2013-1436</uri> + </references> + <metadata tag="requester" timestamp="Thu, 27 Feb 2014 13:53:05 +0000"> + pinkbyte + </metadata> + <metadata tag="submitter" timestamp="Wed, 28 May 2014 06:50:25 +0000"> + pinkbyte + </metadata> +</glsa> |