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-24.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200503-24.xml')
-rw-r--r-- | glsa-200503-24.xml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/glsa-200503-24.xml b/glsa-200503-24.xml new file mode 100644 index 00000000..9d7b495b --- /dev/null +++ b/glsa-200503-24.xml @@ -0,0 +1,63 @@ +<?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-24"> + <title>LTris: Buffer overflow</title> + <synopsis> + LTris is vulnerable to a buffer overflow which could lead to the execution + of arbitrary code. + </synopsis> + <product type="ebuild">LTris</product> + <announced>March 20, 2005</announced> + <revised>March 20, 2005: 01</revised> + <bug>85770</bug> + <access>local</access> + <affected> + <package name="games-puzzle/ltris" auto="yes" arch="*"> + <unaffected range="ge">1.0.10</unaffected> + <vulnerable range="lt">1.0.10</vulnerable> + </package> + </affected> + <background> + <p> + LTris is a Tetris clone. + </p> + </background> + <description> + <p> + LTris is vulnerable to a buffer overflow when reading the global + highscores file. + </p> + </description> + <impact type="normal"> + <p> + By modifying the global highscores file a malicious user could + trick another user to execute arbitrary code. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All LTris users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=games-puzzle/ltris-1.0.10"</code> + </resolution> + <references/> + <metadata tag="requester" timestamp="Fri, 18 Mar 2005 18:14:03 +0000"> + koon + </metadata> + <metadata tag="bugReady" timestamp="Sun, 20 Mar 2005 14:43:57 +0000"> + koon + </metadata> + <metadata tag="submitter" timestamp="Sun, 20 Mar 2005 17:00:38 +0000"> + jaervosz + </metadata> +</glsa> |