diff options
Diffstat (limited to 'metadata/glsa/glsa-200602-09.xml')
-rw-r--r-- | metadata/glsa/glsa-200602-09.xml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200602-09.xml b/metadata/glsa/glsa-200602-09.xml new file mode 100644 index 000000000000..9b226cf5acd3 --- /dev/null +++ b/metadata/glsa/glsa-200602-09.xml @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200602-09"> + <title>BomberClone: Remote execution of arbitrary code</title> + <synopsis> + BomberClone is vulnerable to a buffer overflow which may lead to remote + execution of arbitrary code. + </synopsis> + <product type="ebuild">games-action/bomberclone</product> + <announced>2006-02-16</announced> + <revised>2006-02-16: 01</revised> + <bug>121605</bug> + <access>remote</access> + <affected> + <package name="games-action/bomberclone" auto="yes" arch="*"> + <unaffected range="ge">0.11.6.2-r1</unaffected> + <vulnerable range="lt">0.11.6.2-r1</vulnerable> + </package> + </affected> + <background> + <p> + BomberClone is a remake of the classic game "BomberMan". It + supports multiple players via IP network connection. + </p> + </background> + <description> + <p> + Stefan Cornelius of the Gentoo Security team discovered multiple + missing buffer checks in BomberClone's code. + </p> + </description> + <impact type="high"> + <p> + By sending overly long error messages to the game via network, a + remote attacker may exploit buffer overflows to execute arbitrary code + with the rights of the user running BomberClone. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All BomberClone users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=games-action/bomberclone-0.11.6.2-r1"</code> + </resolution> + <references> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0460">CVE-2006-0460</uri> + </references> + <metadata tag="requester" timestamp="2006-02-14T17:56:10Z"> + koon + </metadata> + <metadata tag="bugReady" timestamp="2006-02-14T17:58:09Z"> + koon + </metadata> + <metadata tag="submitter" timestamp="2006-02-15T11:54:36Z"> + frilled + </metadata> +</glsa> |