makes you wonder, eh? ;) i've been asking the same question a few times already, here (last
time: http://lwn.net/Articles/288473/) and even on lkml (http://marc.info/?t=121507404600023)
but have yet to get a response. i wonder what the sceptics will have to say about this one.
as for this particular bug, it allows an attacker to execute code in ring-0 directly. the
problem with the oversized LDT limit is that normally the kernel filters what kind of
descriptors can be placed there but due to the miscalculated limit, the CPU can actually
access more memory behind what the kernel believes belongs to the LDT, therefore clever
manipulation of that memory can result in ring-0 descriptors appearing there.