diff options
Diffstat (limited to 'metadata/glsa/glsa-200609-02.xml')
-rw-r--r-- | metadata/glsa/glsa-200609-02.xml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200609-02.xml b/metadata/glsa/glsa-200609-02.xml new file mode 100644 index 000000000000..33581dc5b24d --- /dev/null +++ b/metadata/glsa/glsa-200609-02.xml @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200609-02"> + <title>GTetrinet: Remote code execution</title> + <synopsis> + GTetrinet is vulnerable to a remote buffer overflow, potentially leading to + arbitrary code execution. + </synopsis> + <product type="ebuild">GTetrinet</product> + <announced>2006-09-06</announced> + <revised count="02">2006-09-07</revised> + <bug>144867</bug> + <access>remote</access> + <affected> + <package name="games-puzzle/gtetrinet" auto="yes" arch="*"> + <unaffected range="ge">0.7.10</unaffected> + <vulnerable range="lt">0.7.10</vulnerable> + </package> + </affected> + <background> + <p> + GTetrinet is a networked Tetris clone for GNOME 2. + </p> + </background> + <description> + <p> + Michael Gehring has found that GTetrinet fails to properly handle array + indexes. + </p> + </description> + <impact type="normal"> + <p> + An attacker can potentially execute arbitrary code by sending a + negative number of players to the server. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All GTetrinet users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=games-puzzle/gtetrinet-0.7.10"</code> + </resolution> + <references> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3125">CVE-2006-3125</uri> + </references> + <metadata tag="requester" timestamp="2006-09-05T17:41:35Z"> + jaervosz + </metadata> + <metadata tag="submitter" timestamp="2006-09-05T18:25:31Z"> + daxomatic + </metadata> + <metadata tag="bugReady" timestamp="2006-09-05T19:36:59Z"> + jaervosz + </metadata> +</glsa> |