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-200509-03.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200509-03.xml')
-rw-r--r-- | glsa-200509-03.xml | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/glsa-200509-03.xml b/glsa-200509-03.xml new file mode 100644 index 00000000..3f24cf34 --- /dev/null +++ b/glsa-200509-03.xml @@ -0,0 +1,68 @@ +<?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="200509-03"> + <title>OpenTTD: Format string vulnerabilities</title> + <synopsis> + OpenTTD is vulnerable to format string vulnerabilities which may result in + remote execution of arbitrary code. + </synopsis> + <product type="ebuild">openttd</product> + <announced>September 05, 2005</announced> + <revised>May 22, 2006: 02</revised> + <bug>102631</bug> + <access>remote</access> + <affected> + <package name="games-simulation/openttd" auto="yes" arch="*"> + <unaffected range="ge">0.4.0.1-r1</unaffected> + <vulnerable range="lt">0.4.0.1-r1</vulnerable> + </package> + </affected> + <background> + <p> + OpenTTD is an open source clone of the simulation game "Transport + Tycoon Deluxe" by Microprose. + </p> + </background> + <description> + <p> + Alexey Dobriyan discovered several format string vulnerabilities in + OpenTTD. + </p> + </description> + <impact type="high"> + <p> + A remote attacker could exploit these vulnerabilities to crash the + OpenTTD server or client and possibly execute arbitrary code with the + rights of the user running OpenTTD. + </p> + </impact> + <workaround> + <p> + There are no known workarounds at this time. + </p> + </workaround> + <resolution> + <p> + All OpenTTD users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=games-simulation/openttd-0.4.0.1-r1"</code> + </resolution> + <references> + <uri link="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2763">CAN-2005-2763</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2764">CVE-2005-2764</uri> + </references> + <metadata tag="requester" timestamp="Thu, 01 Sep 2005 05:03:56 +0000"> + jaervosz + </metadata> + <metadata tag="bugReady" timestamp="Thu, 01 Sep 2005 08:12:01 +0000"> + adir + </metadata> + <metadata tag="submitter" timestamp="Sun, 04 Sep 2005 15:43:14 +0000"> + DerCorny + </metadata> +</glsa> |