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-200602-09.xml | |
download | gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200602-09.xml')
-rw-r--r-- | glsa-200602-09.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/glsa-200602-09.xml b/glsa-200602-09.xml new file mode 100644 index 000000000000..384958def040 --- /dev/null +++ b/glsa-200602-09.xml @@ -0,0 +1,67 @@ +<?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="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>February 16, 2006</announced> + <revised>February 16, 2006: 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="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0460">CVE-2006-0460</uri> + </references> + <metadata tag="requester" timestamp="Tue, 14 Feb 2006 17:56:10 +0000"> + koon + </metadata> + <metadata tag="bugReady" timestamp="Tue, 14 Feb 2006 17:58:09 +0000"> + koon + </metadata> + <metadata tag="submitter" timestamp="Wed, 15 Feb 2006 11:54:36 +0000"> + frilled + </metadata> +</glsa> |