diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200603-10.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200603-10.xml')
-rw-r--r-- | metadata/glsa/glsa-200603-10.xml | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200603-10.xml b/metadata/glsa/glsa-200603-10.xml new file mode 100644 index 000000000000..8d84ed7e700f --- /dev/null +++ b/metadata/glsa/glsa-200603-10.xml @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200603-10"> + <title>Cube: Multiple vulnerabilities</title> + <synopsis> + Cube is vulnerable to a buffer overflow, invalid memory access and remote + client crashes, possibly leading to a Denial of Service or remote code + execution. + </synopsis> + <product type="ebuild">cube</product> + <announced>March 13, 2006</announced> + <revised>March 13, 2006: 01</revised> + <bug>125289</bug> + <access>remote</access> + <affected> + <package name="games-fps/cube" auto="yes" arch="*"> + <vulnerable range="le">20050829</vulnerable> + </package> + </affected> + <background> + <p> + Cube is an open source first person shooter game engine supporting + multiplayer via LAN or internet. + </p> + </background> + <description> + <p> + Luigi Auriemma reported that Cube is vulnerable to a buffer + overflow in the sgetstr() function (CVE-2006-1100) and that the + sgetstr() and getint() functions fail to verify the length of the + supplied argument, possibly leading to the access of invalid memory + regions (CVE-2006-1101). Furthermore, he discovered that a client + crashes when asked to load specially crafted mapnames (CVE-2006-1102). + </p> + </description> + <impact type="high"> + <p> + A remote attacker could exploit the buffer overflow to execute + arbitrary code with the rights of the user running cube. An attacker + could also exploit the other vulnerabilities to crash a Cube client or + server, resulting in a Denial of Service. + </p> + </impact> + <workaround> + <p> + Play solo games or restrict your multiplayer games to trusted + parties. + </p> + </workaround> + <resolution> + <p> + Upstream stated that there will be no fixed version of Cube, thus + the Gentoo Security Team decided to hardmask Cube for security reasons. + All Cube users are encouraged to uninstall Cube: + </p> + <code> + # emerge --ask --unmerge games-fps/cube</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1100">CVE-2006-1100</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1101">CVE-2006-1101</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1102">CVE-2006-1102</uri> + </references> + <metadata tag="submitter" timestamp="Sat, 11 Mar 2006 12:37:07 +0000"> + DerCorny + </metadata> + <metadata tag="bugReady" timestamp="Sat, 11 Mar 2006 16:16:08 +0000"> + koon + </metadata> +</glsa> |