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-200503-23.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200503-23.xml')
-rw-r--r-- | glsa-200503-23.xml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/glsa-200503-23.xml b/glsa-200503-23.xml new file mode 100644 index 00000000..2fdcf3e1 --- /dev/null +++ b/glsa-200503-23.xml @@ -0,0 +1,66 @@ +<?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="200503-23"> + <title>rxvt-unicode: Buffer overflow</title> + <synopsis> + rxvt-unicode is vulnerable to a buffer overflow that could lead to the + execution of arbitrary code. + </synopsis> + <product type="ebuild">rxvt-unicode</product> + <announced>March 20, 2005</announced> + <revised>March 20, 2005: 01</revised> + <bug>84680</bug> + <access>remote</access> + <affected> + <package name="x11-terms/rxvt-unicode" auto="yes" arch="*"> + <unaffected range="ge">5.3</unaffected> + <unaffected range="lt">4.8</unaffected> + <vulnerable range="lt">5.3</vulnerable> + </package> + </affected> + <background> + <p> + rxvt-unicode is a clone of the well known terminal emulator rxvt. + </p> + </background> + <description> + <p> + Rob Holland of the Gentoo Linux Security Audit Team discovered + that rxvt-unicode fails to properly check input length. + </p> + </description> + <impact type="normal"> + <p> + Successful exploitation would allow an attacker to execute + arbitrary code with the permissions of the user running rxvt-unicode. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All rxvt-unicode users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=x11-terms/rxvt-unicode-5.3"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0764">CAN-2005-0764</uri> + </references> + <metadata tag="requester" timestamp="Tue, 15 Mar 2005 14:52:07 +0000"> + koon + </metadata> + <metadata tag="bugReady" timestamp="Tue, 15 Mar 2005 23:51:13 +0000"> + lewk + </metadata> + <metadata tag="submitter" timestamp="Sun, 20 Mar 2005 16:52:52 +0000"> + jaervosz + </metadata> +</glsa> |