diff options
author | Alec Warner <antarus@scriptkitty.com> | 2011-03-03 14:17:24 -0800 |
---|---|---|
committer | Alec Warner <antarus@scriptkitty.com> | 2011-03-03 14:17:24 -0800 |
commit | 7a6bf8effcade2d8cb9a38b299711e951d1ca44c (patch) | |
tree | b19cbd9ab942932fba6713c20410c7c5d61b1b4b /xml/htdocs/security/en/glsa/glsa-200602-09.xml | |
parent | Commit images from cvs into git. (diff) | |
download | www-redesign-7a6bf8effcade2d8cb9a38b299711e951d1ca44c.tar.gz www-redesign-7a6bf8effcade2d8cb9a38b299711e951d1ca44c.tar.bz2 www-redesign-7a6bf8effcade2d8cb9a38b299711e951d1ca44c.zip |
Add main/ proj/ rdf/ security/
Purge commited CVS dirs in images.
Don't add more CVS dirs
Diffstat (limited to 'xml/htdocs/security/en/glsa/glsa-200602-09.xml')
-rw-r--r-- | xml/htdocs/security/en/glsa/glsa-200602-09.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/xml/htdocs/security/en/glsa/glsa-200602-09.xml b/xml/htdocs/security/en/glsa/glsa-200602-09.xml new file mode 100644 index 00000000..384958de --- /dev/null +++ b/xml/htdocs/security/en/glsa/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> |