|
Posted by Super Lemon on February 14, 2007, 12:35 am
If you were Registered and logged in, you could reply and use other advanced thread options Clark L. Coleman wrote:
> Searching through security bulletins, you see many reports of buffer
> overflow vulnerabilities, perhaps 10-15% that many format string
> vulnerabilities, even fewer integer overflow and/or signedness
> vulnerabilities, and even fewer double-free vulnerabilities.
>
> These are all reported by security firms that were reviewing code, or
> random open source code reviewers. What I am wondering is: Have there
> actually been successful exploits of the more exotic vulnerabilities
> (e.g. integer overflow or double-free), as opposed to just reports of
> vulnerabilities?
>
> In both my teaching and research I would like to comment on whether
> anyone's system has ever really been damaged by an attacker using such
> an exploit, as opposed to proof-of-concept reports.
>
> Thanks for any pointers.
>
> Clark Coleman
> University of Virginia
The GDI+/WMF exploit from the end of 2004 was an Integer overflow although I've
seen it described as an underflow.
|