Index: vuln.xml =================================================================== --- vuln.xml (revision 335482) +++ vuln.xml (working copy) @@ -51,6 +51,39 @@ --> + + openttd -- Denial of service using forcefully crashed aircrafts + + + openttd + 0.3.61.3.3 + + + + +

OpenTTD reports:

+
+

The problem is caused by incorrectly handling the fact that + the aircraft circling the corner airport will be outside of the bounds + of the map. In the 'out of fuel' crash code the height of the tile + under the aircraft is determined. In this case that means a tile + outside of the allocated map array, which could occasionally + trigger invalid reads.

+
+ +
+ + CVE-2013-6411 + https://security.openttd.org/en/CVE-2013-6411 + http://bugs.openttd.org/task/5820 + http://vcs.openttd.org/svn/changeset/26134 + + + 2013-11-28 + 2013-11-28 + +
+ monitorix -- serious bug in the built-in HTTP server